We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed009d commit 8a67023Copy full SHA for 8a67023
PWGHF/D2H/Tasks/taskLc.cxx
@@ -91,10 +91,10 @@ struct HfTaskLc {
91
Configurable<std::string> ccdbPathGrpMag{"ccdbPathGrpMag", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object (Run 3)"};
92
93
HfEventSelection hfEvSel; // event selection and monitoring
94
- Service<o2::ccdb::BasicCCDBManager> ccdb;
95
96
HfHelper hfHelper;
97
SliceCache cache;
+ Service<o2::ccdb::BasicCCDBManager> ccdb;
98
99
using Collisions = soa::Join<aod::Collisions, aod::EvSels>;
100
using CollisionsMc = soa::Join<aod::Collisions, aod::McCollisionLabels, aod::EvSels>;
0 commit comments