Skip to content

Commit 95952b6

Browse files
authored
Merge pull request #72 from alibuild/alibot-cleanup-14820
Please consider the following formatting changes to #14820
2 parents b7421a7 + 19dfddb commit 95952b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PWGUD/TableProducer/twoTracksEventTableProducer.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ struct TwoTracksEventTableProducer {
138138
mySetITShitsRule(cutGlobalTrack.cutITShitsRule);
139139

140140
histos.add("Reco/hSelections", "Effect of selections;;Number of events (-)", HistType::kTH1D, {{50, 0.5, 50.5}});
141-
histos.add("Reco/hNanalyzedPerRun", "N analyzed events per run;Run number (-);Number of analyzed events (-)", HistType::kTH1D, {{1, 0., 1.}});
142-
histos.add("Reco/hNselectedPerRun", "N selected events per run;Run number (-);Number of selected events (-)", HistType::kTH1D, {{1, 0., 1.}});
141+
histos.add("Reco/hNanalyzedPerRun", "N analyzed events per run;Run number (-);Number of analyzed events (-)", HistType::kTH1D, {{1, 0., 1.}});
142+
histos.add("Reco/hNselectedPerRun", "N selected events per run;Run number (-);Number of selected events (-)", HistType::kTH1D, {{1, 0., 1.}});
143143
histos.add("Truth/hTroubles", "Counter of unwanted issues;;Number of troubles (-)", HistType::kTH1D, {{15, 0.5, 15.5}});
144144

145145
} // end init
@@ -360,9 +360,9 @@ struct TwoTracksEventTableProducer {
360360
void processDataSG(FullSGUDCollision const& collision,
361361
FullUDTracks const& tracks)
362362
{
363-
int run = collision.runNumber();
364-
const char* srun = Form("%d", run);
365-
histos.get<TH1>(HIST("Reco/hNanalyzedPerRun"))->Fill(srun, 1);
363+
int run = collision.runNumber();
364+
const char* srun = Form("%d", run);
365+
histos.get<TH1>(HIST("Reco/hNanalyzedPerRun"))->Fill(srun, 1);
366366

367367
nSelection = 0;
368368
histos.get<TH1>(HIST("Reco/hSelections"))->Fill(nSelection);
@@ -495,7 +495,7 @@ struct TwoTracksEventTableProducer {
495495
float tofEP[2] = {trk1.tofExpMom(), trk2.tofExpMom()};
496496
float infoZDC[4] = {collision.energyCommonZNA(), collision.energyCommonZNC(), collision.timeZNA(), collision.timeZNC()};
497497

498-
histos.get<TH1>(HIST("Reco/hNselectedPerRun"))->Fill(srun, 1);
498+
histos.get<TH1>(HIST("Reco/hNselectedPerRun"))->Fill(srun, 1);
499499

500500
twoTracks(collision.runNumber(), collision.globalBC(), countTracksPerCollision, collision.numContrib(), countGoodNonPVtracks, collision.posX(), collision.posY(), collision.posZ(),
501501
collision.flags(), collision.occupancyInTime(), collision.hadronicRate(), collision.trs(), collision.trofs(), collision.hmpr(),

0 commit comments

Comments
 (0)