Skip to content

Commit ddf801b

Browse files
committed
Please consider the following formatting changes
1 parent 8a3834c commit ddf801b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGHF/TableProducer/candidateCreatorCascade.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ struct HfCandidateCreatorCascade {
7272
Configurable<std::string> ccdbPathGrp{"ccdbPathGrp", "GLO/GRP/GRP", "Path of the grp file (Run 2)"};
7373
Configurable<std::string> ccdbPathGrpMag{"ccdbPathGrpMag", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object (Run 3)"};
7474

75-
using BCs = soa::Join<aod::BCsWithTimestamps, aod::BcSels, aod::Run3MatchedToBCSparse>;
75+
using BCs = soa::Join<aod::BCsWithTimestamps, aod::BcSels, aod::Run3MatchedToBCSparse>;
7676

77-
7877
HfEventSelection hfEvSel; // event selection and monitoring
7978
o2::vertexing::DCAFitterN<2> df; // 2-prong vertex fitter
8079
Service<o2::ccdb::BasicCCDBManager> ccdb;

0 commit comments

Comments
 (0)