Skip to content

Commit 624059a

Browse files
Merge pull request #41 from alibuild/alibot-cleanup-11518
Please consider the following formatting changes to #11518
2 parents e975fc8 + 45387fc commit 624059a

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)