Skip to content

Commit 80ada63

Browse files
committed
Fix code-check errors
1 parent 31ee60f commit 80ada63

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

PWGUD/TableProducer/upcCandProducerBarrel.cxx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,17 @@
2626
#include <DataFormatsFIT/Triggers.h>
2727
#include <DataFormatsParameters/AggregatedRunInfo.h>
2828
#include <DataFormatsParameters/GRPLHCIFData.h>
29+
#include <Framework/AnalysisDataModel.h>
30+
#include <Framework/AnalysisHelpers.h>
2931
#include <Framework/AnalysisTask.h>
3032
#include <Framework/Configurable.h>
3133
#include <Framework/HistogramRegistry.h>
34+
#include <Framework/HistogramSpec.h>
3235
#include <Framework/InitContext.h>
3336
#include <Framework/Logger.h>
3437
#include <Framework/runDataProcessing.h>
3538

39+
#include <Rtypes.h>
3640
#include <TH1.h>
3741
#include <TH2.h>
3842

@@ -173,7 +177,7 @@ DECLARE_SOA_TABLE(UPCBarrelCands, "AOD", "UPCBARRELCANDS",
173177
struct UpcCandProducerBarrel {
174178
Produces<aod::UPCBarrelCands> selectedCandidates;
175179
HistogramRegistry registry{"registry", {}};
176-
Service<o2::ccdb::BasicCCDBManager> ccdb;
180+
Service<o2::ccdb::BasicCCDBManager> ccdb{};
177181

178182
int cachedRunNumber = -1;
179183
int64_t bcSOR = 0;

0 commit comments

Comments
 (0)