Skip to content

Commit b93667e

Browse files
committed
fixed white space
1 parent 2036c2c commit b93667e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/QC/trackedCascadeProperties.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct TrackedCascadeProperties {
9292
registryQC.add("deltaNclsITS", "deltaNclsITS", HistType::kTH1F, {{20, -10, 10, "#DeltaN"}});
9393
registryQC.add("deltaNclsITS_track", "deltaNclsITS_track", HistType::kTH1F, {{20, -10, 10, "#DeltaN"}});
9494
registryQC.add("deltaNclsITS_itstrack", "deltaNclsITS_itstrack", HistType::kTH1F, {{20, -10, 10, "#DeltaN"}});
95-
95+
9696
registryData.add("number_of_events_data", "number of events in data", HistType::kTH1F, {{5, 0, 5, "Event Cuts"}});
9797
registryData.add("xi_pos_avgclustersize", "xi_pos_avgclustersize", HistType::kTH3F, {{100, 0.0, 10.0, "#it{p} (GeV/#it{c})"}, {100, 0.0, 20.0, "#LT ITS cluster size #GT"}, {16, -0.8, 0.8, "#eta"}});
9898
registryData.add("xi_neg_avgclustersize", "xi_neg_avgclustersize", HistType::kTH3F, {{100, 0.0, 10.0, "#it{p} (GeV/#it{c})"}, {100, 0.0, 20.0, "#LT ITS cluster size #GT"}, {16, -0.8, 0.8, "#eta"}});
@@ -160,7 +160,7 @@ struct TrackedCascadeProperties {
160160
registryQC.fill(HIST("deltaP"), track.p() - trackITS.p());
161161
registryQC.fill(HIST("deltaEta"), track.eta() - trackITS.eta());
162162
registryQC.fill(HIST("deltaNclsITS"), track.itsNCls() - trackITS.itsNCls());
163-
163+
164164
const int nItsLayers = 7;
165165
for (int i = 0; i < nItsLayers; i++) {
166166
registryQC.fill(HIST("deltaClsSize"), track.itsClsSizeInLayer(i) - trackITS.itsClsSizeInLayer(i));

0 commit comments

Comments
 (0)