@@ -141,15 +141,15 @@ struct FlowGfwV02 {
141141 O2_DEFINE_CONFIGURABLE (cfgIsVertexITSTPC, bool , true , " kIsVertexITSTPC - Selects collisions with at least one ITS-TPC track" );
142142 } cfgEventCutFlags;
143143
144- // Event selection cuts
145- struct : ConfigurableGroup {
146- O2_DEFINE_CONFIGURABLE (cfgEtaSubAMin, float , -0.8 , " Minimum eta for subevent A" );
147- O2_DEFINE_CONFIGURABLE (cfgEtaSubAMax, float , -0.5 , " Maximum eta for subevent A" );
148- O2_DEFINE_CONFIGURABLE (cfgEtaSubBMin, float , 0.5 , " Minimum eta for subevent B" );
149- O2_DEFINE_CONFIGURABLE (cfgEtaSubBMax, float , 0.8 , " Maximum eta for subevent B" );
150- O2_DEFINE_CONFIGURABLE (cfgEtaSubCMin, float , -0.4 , " Minimum eta for subevent C" );
151- O2_DEFINE_CONFIGURABLE (cfgEtaSubCMax, float , 0.4 , " Maximum eta for subevent C" );
152- } cfgSubeventCuts;
144+ // Event selection cuts
145+ struct : ConfigurableGroup {
146+ O2_DEFINE_CONFIGURABLE (cfgEtaSubAMin, float , -0.8 , " Minimum eta for subevent A" );
147+ O2_DEFINE_CONFIGURABLE (cfgEtaSubAMax, float , -0.5 , " Maximum eta for subevent A" );
148+ O2_DEFINE_CONFIGURABLE (cfgEtaSubBMin, float , 0.5 , " Minimum eta for subevent B" );
149+ O2_DEFINE_CONFIGURABLE (cfgEtaSubBMax, float , 0.8 , " Maximum eta for subevent B" );
150+ O2_DEFINE_CONFIGURABLE (cfgEtaSubCMin, float , -0.4 , " Minimum eta for subevent C" );
151+ O2_DEFINE_CONFIGURABLE (cfgEtaSubCMax, float , 0.4 , " Maximum eta for subevent C" );
152+ } cfgSubeventCuts;
153153
154154 struct : ConfigurableGroup {
155155 Configurable<std::vector<double >> cfgMultGlobalCutPars{" cfgMultGlobalCutPars" , std::vector<double >{2272.16 , -76.6932 , 1.01204 , -0.00631545 , 1.59868e-05 , 136.336 , -4.97006 , 0.121199 , -0.0015921 , 7.66197e-06 }, " Global vs FT0C multiplicity cut parameter values" };
@@ -411,7 +411,6 @@ struct FlowGfwV02 {
411411 pidStates.hPtBackward [PidKaons]->SetDirectory (nullptr );
412412 pidStates.hPtBackward [PidProtons]->SetDirectory (nullptr );
413413
414-
415414 AxisSpec phiAxis = {o2::analysis::gfw::phibins, o2::analysis::gfw::philow, o2::analysis::gfw::phiup, " #phi" };
416415 AxisSpec etaAxis = {o2::analysis::gfw::etabins, -cfgTrackCuts.cfgEtaMax , cfgTrackCuts.cfgEtaMax , " #eta" };
417416 AxisSpec vtxAxis = {o2::analysis::gfw::vtxZbins, -cfgEventCuts.cfgZvtxMax , cfgEventCuts.cfgZvtxMax , " Vtx_{z} (cm)" };
@@ -438,11 +437,10 @@ struct FlowGfwV02 {
438437 registry.add (" nchMid" , " " , {HistType::kTProfile3D , {ptAxis, centAxis, nchAxis}});
439438 registry.add (" v02centmult" , " " , {HistType::kTProfile2D , {centAxis, nchAxis}});
440439
441-
442- registry.add (" analysis/v0AB" , " " , {HistType::kTProfile3D , {pidAxis,ptAxis, centAxis}});
443- registry.add (" analysis/v0BA" , " " , {HistType::kTProfile3D , {pidAxis,ptAxis, centAxis}});
444- registry.add (" analysis/nchA" , " " , {HistType::kTProfile3D , {pidAxis,ptAxis, centAxis}});
445- registry.add (" analysis/nchB" , " " , {HistType::kTProfile3D , {pidAxis,ptAxis, centAxis}});
440+ registry.add (" analysis/v0AB" , " " , {HistType::kTProfile3D , {pidAxis, ptAxis, centAxis}});
441+ registry.add (" analysis/v0BA" , " " , {HistType::kTProfile3D , {pidAxis, ptAxis, centAxis}});
442+ registry.add (" analysis/nchA" , " " , {HistType::kTProfile3D , {pidAxis, ptAxis, centAxis}});
443+ registry.add (" analysis/nchB" , " " , {HistType::kTProfile3D , {pidAxis, ptAxis, centAxis}});
446444 registry.add (" analysis/ptA" , " " , {HistType::kTProfile3D , {pidAxis, centAxis, nchAxis}});
447445 registry.add (" analysis/ptB" , " " , {HistType::kTProfile3D , {pidAxis, centAxis, nchAxis}});
448446 registry.add (" analysis/ptAB" , " " , {HistType::kTProfile3D , {pidAxis, centAxis, nchAxis}});
0 commit comments