Skip to content

Commit 98b9350

Browse files
committed
fix
1 parent c1c6e3a commit 98b9350

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
#include "FlowJHistManager.h"
3030
#include "JEPFlowAnalysis.h"
3131

32+
#include "CCDB/CcdbApi.h"
33+
#include "CCDB/BasicCCDBManager.h"
34+
3235
using namespace o2;
3336
using namespace o2::framework;
3437
using namespace o2::framework::expressions;
@@ -45,6 +48,10 @@ struct jEPFlowAnalysis {
4548
FlowJHistManager histManager;
4649
Bool_t debug = kFALSE;
4750

51+
Service<o2::ccdb::BasicCCDBManager> ccdb;
52+
o2::ccdb::CcdbApi ccdbApi;
53+
54+
4855
// Set Configurables here
4956
struct : ConfigurableGroup {
5057
Configurable<float> cfgPtMin{"cfgPtMin", 0.2f, "Minimum pT used for track selection."};

0 commit comments

Comments
 (0)