File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ struct InterCalibrationZDC {
101101 registry.get <TH1 >(HIST (" hEventCount" ))->GetXaxis ()->SetBinLabel (evSel_kIsGoodITSLayersAll + 1 , " kkIsGoodITSLayersAll" );
102102 }
103103
104-
105104 template <typename TCollision>
106105 uint8_t eventSelected (TCollision collision)
107106 {
@@ -111,7 +110,7 @@ struct InterCalibrationZDC {
111110 registry.fill (HIST (" hEventCount" ), evSel_allEvents);
112111
113112 selected = std::fabs (collision.posZ ()) < cfgEvSelVtxZ;
114- if (selected){
113+ if (selected) {
115114 selectionBits |= (uint8_t )(0x1u << evSel_zvtx);
116115 registry.fill (HIST (" hEventCount" ), evSel_zvtx);
117116 }
@@ -253,4 +252,5 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) // o2-linter: disab
253252{
254253 return WorkflowSpec{
255254 adaptAnalysisTask<InterCalibrationZDC>(cfgc)};
256- }
255+ }
256+
You can’t perform that action at this time.
0 commit comments