Skip to content

Commit 8a67023

Browse files
committed
Fix struct member order according to PWGHF guidelines
1 parent 6ed009d commit 8a67023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ struct HfTaskLc {
9191
Configurable<std::string> ccdbPathGrpMag{"ccdbPathGrpMag", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object (Run 3)"};
9292

9393
HfEventSelection hfEvSel; // event selection and monitoring
94-
Service<o2::ccdb::BasicCCDBManager> ccdb;
9594

9695
HfHelper hfHelper;
9796
SliceCache cache;
97+
Service<o2::ccdb::BasicCCDBManager> ccdb;
9898

9999
using Collisions = soa::Join<aod::Collisions, aod::EvSels>;
100100
using CollisionsMc = soa::Join<aod::Collisions, aod::McCollisionLabels, aod::EvSels>;

0 commit comments

Comments
 (0)