Skip to content

Commit e8ef11c

Browse files
authored
Merge pull request #71 from alibuild/alibot-cleanup-12003
[PWGUD] Please consider the following formatting changes to #12003
2 parents 7de8420 + 46ff06d commit e8ef11c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGUD/Tasks/testMcStdTabsRl.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ struct TestMcStdTabsRl {
4747

4848
HistogramRegistry histos{"histos", {}, OutputObjHandlingPolicy::AnalysisObject};
4949

50-
// declare configurables
51-
Configurable<bool> useMcgenidGetGeneratorID{"useMcgenidGetGeneratorID", true, {"Use o2::mcgenid::getGeneratorId instead of o2::mccollision::getGeneratorId; default it true."}};
50+
// declare configurables
51+
Configurable<bool> useMcgenidGetGeneratorID{"useMcgenidGetGeneratorID", true, {"Use o2::mcgenid::getGeneratorId instead of o2::mccollision::getGeneratorId; default it true."}};
5252

5353
struct : ConfigurableGroup {
5454
ConfigurableAxis zzAxisNtracks{"zzAxisNtracks", {100, -0.5, 99.5}, "Number of tracks in collision"};
@@ -77,7 +77,7 @@ struct TestMcStdTabsRl {
7777
void processMCgen(aod::McCollision const& collision, aod::McParticles const& particles)
7878
{
7979

80-
const auto genID = useMcgenidGetGeneratorID ? o2::mcgenid::getGeneratorId(collision.getGeneratorId()) : collision.getGeneratorId();
80+
const auto genID = useMcgenidGetGeneratorID ? o2::mcgenid::getGeneratorId(collision.getGeneratorId()) : collision.getGeneratorId();
8181

8282
histos.get<TH2>(HIST("Events/Truth/hGenIDvsCountCollisions"))->Fill(genID, 1);
8383
histos.get<TH2>(HIST("Events/Truth/hGenIDvsNparticles"))->Fill(genID, particles.size());

0 commit comments

Comments
 (0)