Skip to content

Commit 223b939

Browse files
committed
Please consider the following formatting changes
1 parent bfbeadc commit 223b939

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

PWGCF/EbyEFluctuations/Tasks/netchargeFluctuations.cxx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ struct NetchargeFluctuations {
127127

128128
O2_DEFINE_CONFIGURABLE(cfgEvSelMultCorrelation, bool, false, "Multiplicity correlation cut")
129129

130-
131130
// Struct grouping multiplicity vs centrality/vertex cuts and related parameters
132131
struct : ConfigurableGroup {
133132

@@ -168,11 +167,9 @@ struct NetchargeFluctuations {
168167

169168
// Histogram pointer for CCDB efficiency
170169

171-
172170
TH1D* efficiencyPos = nullptr;
173171
TH1D* efficiencyNeg = nullptr;
174172

175-
176173
// Filters for selecting collisions and tracks
177174
Filter collisionFilter = nabs(aod::collision::posZ) <= vertexZcut;
178175
Filter trackFilter = (nabs(aod::track::eta) < etaCut) && (aod::track::pt > ptMinCut) && (aod::track::pt < ptMaxCut) && (requireGlobalTrackInFilter());
@@ -350,7 +347,6 @@ struct NetchargeFluctuations {
350347
histogramRegistry.add("QA/hNchGlobal", "", kTH1F, {nchAxis});
351348
histogramRegistry.add("QA/hNchPV", "", kTH1F, {nchAxis});
352349

353-
354350
histogramRegistry.add("eff/hPt_np_gen", "", kTH1F, {ptAxis});
355351
histogramRegistry.add("eff/hPt_nm_gen", "", kTH1F, {ptAxis});
356352
histogramRegistry.add("eff/hPt_np", "", kTH1F, {ptAxis});
@@ -429,9 +425,8 @@ struct NetchargeFluctuations {
429425
// Log fatal error if efficiency histogram is not found
430426
if (!efficiencyPos || !efficiencyNeg) {
431427

432-
// Log fatal error if efficiency histogram is not found
433-
434-
}
428+
// Log fatal error if efficiency histogram is not found
429+
}
435430
}
436431

437432
bool eventSelected(const float& globalNch, const float& pvTrack, const float& centrality)

0 commit comments

Comments
 (0)