@@ -86,7 +86,7 @@ struct FlowZdcTask {
8686 Configurable<int > nBinsTDC{" nBinsTDC" , 150 , " nbinsTDC" };
8787 Configurable<float > minTdc{" minTdc" , -15.0 , " minimum TDC" };
8888 Configurable<float > maxTdc{" maxTdc" , 15.0 , " maximum TDC" };
89- Configurable<float > cfgCollisionEnergy{" collision energy " , 2.68 , " collision energy " };
89+ Configurable<float > cfgCollisionEnergy{" cfgCollisionEnergy " , 2.68 , " cfgCollisionEnergy " };
9090 // event selection
9191 Configurable<bool > isNoCollInTimeRangeStrict{" isNoCollInTimeRangeStrict" , true , " isNoCollInTimeRangeStrict?" };
9292 Configurable<bool > isNoCollInTimeRangeStandard{" isNoCollInTimeRangeStandard" , false , " isNoCollInTimeRangeStandard?" };
@@ -308,7 +308,7 @@ struct FlowZdcTask {
308308 histos.add (" ZNASector" , " ;ZNA;Entries;" , kTH1F , {{nBinsZDC, -0.5 , maxZn}});
309309 histos.add (" ZPASector" , " ;ZPA;Entries;" , kTH1F , {{nBinsZDC, -0.5 , maxZp}});
310310 histos.add (" ZNCSector" , " ;ZNC;Entries;" , kTH1F , {{nBinsZDC, -0.5 , maxZn}});
311- histos.add (" ZPCSector" , " ;ZPC;Entries;" , kTH1F , {{nBinsZDC, -0.5 , maxZp}});
311+ histos.add (" ZPCSector" , " ;ZPC;Entries;" , kTH1F , {{nBinsZDC, -0.5 , maxZp}});
312312 histos.add (" ZNCcvsZNCsum" , " ;ZNC common;ZNC sum towers;" , kTH2F , {{{30 , -0.5 , maxZn}, {30 , -0.5 , maxZn}}});
313313 histos.add (" ZNAcvsZNAsum" , " ;ZNA common;ZNA sum towers;" , kTH2F , {{{30 , -0.5 , maxZn}, {30 , -0.5 , maxZn}}});
314314 histos.add (" ZPCcvsZPCsum" , " ;ZPC common;ZPC sum towers;" , kTH2F , {{{30 , -0.5 , maxZp}, {30 , -0.5 , maxZp}}});
@@ -522,7 +522,7 @@ struct FlowZdcTask {
522522 histos.fill (HIST (" ZNASector" ), sumZNA);
523523 histos.fill (HIST (" ZNCSector" ), sumZNC);
524524 histos.fill (HIST (" ZPASector" ), sumZPA);
525- histos.fill (HIST (" ZPCSector" ), sumZPC);
525+ histos.fill (HIST (" ZPCSector" ), sumZPC);
526526 histos.fill (HIST (" ZN" ), znA + znC);
527527 histos.fill (HIST (" ZNAVsZNC" ), znC, znA);
528528 histos.fill (HIST (" ZNAVsZPA" ), zpA, znA);
0 commit comments