We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c6e3a commit 98b9350Copy full SHA for 98b9350
1 file changed
PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx
@@ -29,6 +29,9 @@
29
#include "FlowJHistManager.h"
30
#include "JEPFlowAnalysis.h"
31
32
+#include "CCDB/CcdbApi.h"
33
+#include "CCDB/BasicCCDBManager.h"
34
+
35
using namespace o2;
36
using namespace o2::framework;
37
using namespace o2::framework::expressions;
@@ -45,6 +48,10 @@ struct jEPFlowAnalysis {
45
48
FlowJHistManager histManager;
46
49
Bool_t debug = kFALSE;
47
50
51
+ Service<o2::ccdb::BasicCCDBManager> ccdb;
52
+ o2::ccdb::CcdbApi ccdbApi;
53
54
55
// Set Configurables here
56
struct : ConfigurableGroup {
57
Configurable<float> cfgPtMin{"cfgPtMin", 0.2f, "Minimum pT used for track selection."};
0 commit comments