@@ -339,10 +339,10 @@ struct hyperRecoTask {
339339 hEvtMC->GetXaxis ()->SetBinLabel (1 , " All gen evts" );
340340 hEvtMC->GetXaxis ()->SetBinLabel (2 , " Gen evts with al least one reconstructed" );
341341 hEvtMC->GetXaxis ()->SetBinLabel (3 , " Gen evts with no reconstructed collisions" );
342- hGenEventsNchEta05 = qaRegistry.add <TH2>(" QAEvent/hGenEventsNchEta05" , " ;;" , HistType::kTH2D , {{multAxis}, {2 , -0 .5f , +1 .5f }});
342+ hGenEventsNchEta05 = qaRegistry.add <TH2>(" QAEvent/hGenEventsNchEta05" , " ;;" , HistType::kTH2D , {{multAxis}, {2 , -0 .5f , +1 .5f }});
343343 hGenEventsNchEta05->GetYaxis ()->SetBinLabel (1 , " All gen. events" );
344344 hGenEventsNchEta05->GetYaxis ()->SetBinLabel (2 , " Gen evts with at least 1 rec. collisions" );
345- hGenEventsNchEta08 = qaRegistry.add <TH2>(" QAEvent/hGenEventsNchEta08" , " ;;" , HistType::kTH2D , {{multAxis}, {2 , -0 .5f , +1 .5f }});
345+ hGenEventsNchEta08 = qaRegistry.add <TH2>(" QAEvent/hGenEventsNchEta08" , " ;;" , HistType::kTH2D , {{multAxis}, {2 , -0 .5f , +1 .5f }});
346346 hGenEventsNchEta08->GetYaxis ()->SetBinLabel (1 , " All gen. events" );
347347 hGenEventsNchEta08->GetYaxis ()->SetBinLabel (2 , " Gen evts with at least 1 rec. collisions" );
348348 // Infomation for all generated collisions collisions
@@ -1145,12 +1145,11 @@ struct hyperRecoTask {
11451145 }
11461146 }
11471147 PROCESS_SWITCH (hyperRecoTask, processEventLossMC, " Event loss analysis" , false );
1148-
11491148};
11501149
11511150WorkflowSpec
11521151 defineDataProcessing (ConfigContext const & cfgc)
11531152{
11541153 return WorkflowSpec{
11551154 adaptAnalysisTask<hyperRecoTask>(cfgc)};
1156- }
1155+ }
0 commit comments