From 4f2737271c2a6ef8e232f168c6af3a77fe7bcb96 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 9 Jan 2026 20:48:04 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/TableProducer/tableMaker_withAssoc.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGDQ/TableProducer/tableMaker_withAssoc.cxx b/PWGDQ/TableProducer/tableMaker_withAssoc.cxx index 817fb1b32b7..c6204781686 100644 --- a/PWGDQ/TableProducer/tableMaker_withAssoc.cxx +++ b/PWGDQ/TableProducer/tableMaker_withAssoc.cxx @@ -53,9 +53,9 @@ #include "DataFormatsGlobalTracking/RecoContainer.h" #include "DataFormatsGlobalTracking/RecoContainerCreateTracksVariadic.h" #include "DataFormatsITSMFT/ROFRecord.h" +#include "DataFormatsParameters/GRPLHCIFData.h" #include "DataFormatsParameters/GRPMagField.h" #include "DataFormatsParameters/GRPObject.h" -#include "DataFormatsParameters/GRPLHCIFData.h" #include "DetectorsBase/GeometryManager.h" #include "DetectorsBase/Propagator.h" #include "DetectorsVertexing/PVertexerParams.h" @@ -344,7 +344,7 @@ struct TableMaker { ctpRateFetcher mRateFetcher; parameters::GRPLHCIFData* mLHCIFdata = nullptr; - + struct { std::map oMeanTimeShortA; std::map oMeanTimeShortC; @@ -864,7 +864,7 @@ struct TableMaker { bool isCentral = fT0Triggers[o2::ft0::Triggers::bitCen]; bool noBorder = bc.selection_bit(aod::evsel::kNoTimeFrameBorder) && bc.selection_bit(aod::evsel::kNoITSROFrameBorder); - //bool isTriggerTVX = bc.selection_bit(aod::evsel::kIsTriggerTVX); // difference w.r.t fT0Triggers[o2::ft0::Triggers::bitVertex] ? + // bool isTriggerTVX = bc.selection_bit(aod::evsel::kIsTriggerTVX); // difference w.r.t fT0Triggers[o2::ft0::Triggers::bitVertex] ? bool isTriggerZNA = bc.selection_bit(aod::evsel::kIsBBZNA); bool isTriggerZNC = bc.selection_bit(aod::evsel::kIsBBZNC);