@@ -399,9 +399,9 @@ struct UpcVmRof {
399399 bcTH2Pointers[Form (" bc/%d/ft0Vtx_bcb_H" , run)] = bcTH2Registry.add <TH2 >(Form (" bc/%d/ft0Vtx_bcb_H" , run), " ft0Vtx triggers; TF; bc-B idx; Counter" ,
400400 {HistType::kTH2F , {{nBinsTF, -0.5 , static_cast <double >(lastTFinHisto) - 0.5 }, {nbcB, -0.5 , nbcB - 0.5 }}});
401401 bcTH2Pointers[Form (" bc/%d/ft0CnotA_bcb_H" , run)] = bcTH2Registry.add <TH2 >(Form (" bc/%d/ft0CnotA_bcb_H" , run), " ft0CnotA triggers; TF; bc-B idx; Counter" ,
402- {HistType::kTH2F , {{nBinsTF, -0.5 , static_cast <double >(lastTFinHisto) - 0.5 }, {nbcB, -0.5 , nbcB - 0.5 }}});
402+ {HistType::kTH2F , {{nBinsTF, -0.5 , static_cast <double >(lastTFinHisto) - 0.5 }, {nbcB, -0.5 , nbcB - 0.5 }}});
403403 bcTH2Pointers[Form (" bc/%d/ft0AnotC_bcb_H" , run)] = bcTH2Registry.add <TH2 >(Form (" bc/%d/ft0AnotC_bcb_H" , run), " ft0AnotC triggers; TF; bc-B idx; Counter" ,
404- {HistType::kTH2F , {{nBinsTF, -0.5 , static_cast <double >(lastTFinHisto) - 0.5 }, {nbcB, -0.5 , nbcB - 0.5 }}});
404+ {HistType::kTH2F , {{nBinsTF, -0.5 , static_cast <double >(lastTFinHisto) - 0.5 }, {nbcB, -0.5 , nbcB - 0.5 }}});
405405 bcTH2Pointers[Form (" bc/%d/ft0VtxCe_bcb_H" , run)] = bcTH2Registry.add <TH2 >(Form (" bc/%d/ft0VtxCe_bcb_H" , run), " ft0Vtx triggers; TF; bc-B idx; Counter" ,
406406 {HistType::kTH2F , {{nBinsTF, -0.5 , static_cast <double >(lastTFinHisto) - 0.5 }, {nbcB, -0.5 , nbcB - 0.5 }}});
407407 } // addBcHistos
@@ -765,13 +765,13 @@ struct UpcVmRof {
765765
766766 // fill output table
767767 const int recoFlag = ((col.flags () & dataformats::Vertex<o2::dataformats::TimeStamp<int >>::Flags::UPCMode) != 0 ) ? upcReco : stdReco;
768- int tof[4 ] = {0 ,0 , 0 , 0 };
768+ int tof[4 ] = {0 , 0 , 0 , 0 };
769769 if (isTwoBody) {
770770 if (selTrks[0 ].hasTOF ()) {
771- tof[0 ] = 1 ;
771+ tof[0 ] = 1 ;
772772 }
773773 if (selTrks[1 ].hasTOF ()) {
774- tof[1 ] = 1 ;
774+ tof[1 ] = 1 ;
775775 }
776776 colTH1Pointers[Form (" col/%d/twoTrkTF_H" , runNumberCol)]->Fill (thisTF);
777777 twoTrkTable (runNumberCol, col.posX (), col.posY (), col.posZ (), col.chi2 (), thisBC, thisTF, thisROF, recoFlag,
@@ -785,16 +785,16 @@ struct UpcVmRof {
785785 }
786786 if (isFourBody) {
787787 if (selTrks[0 ].hasTOF ()) {
788- tof[0 ] = 1 ;
788+ tof[0 ] = 1 ;
789789 }
790790 if (selTrks[1 ].hasTOF ()) {
791- tof[1 ] = 1 ;
791+ tof[1 ] = 1 ;
792792 }
793793 if (selTrks[2 ].hasTOF ()) {
794- tof[2 ] = 1 ;
794+ tof[2 ] = 1 ;
795795 }
796796 if (selTrks[3 ].hasTOF ()) {
797- tof[3 ] = 1 ;
797+ tof[3 ] = 1 ;
798798 }
799799 colTH1Pointers[Form (" col/%d/fourTrkTF_H" , runNumberCol)]->Fill (thisTF);
800800 fourTrkTable (runNumberCol, col.posX (), col.posY (), col.posZ (), col.chi2 (), thisBC, thisTF, thisROF, recoFlag,
0 commit comments