|
53 | 53 | #include "DataFormatsGlobalTracking/RecoContainer.h" |
54 | 54 | #include "DataFormatsGlobalTracking/RecoContainerCreateTracksVariadic.h" |
55 | 55 | #include "DataFormatsITSMFT/ROFRecord.h" |
| 56 | +#include "DataFormatsParameters/GRPLHCIFData.h" |
56 | 57 | #include "DataFormatsParameters/GRPMagField.h" |
57 | 58 | #include "DataFormatsParameters/GRPObject.h" |
58 | | -#include "DataFormatsParameters/GRPLHCIFData.h" |
59 | 59 | #include "DetectorsBase/GeometryManager.h" |
60 | 60 | #include "DetectorsBase/Propagator.h" |
61 | 61 | #include "DetectorsVertexing/PVertexerParams.h" |
@@ -344,7 +344,7 @@ struct TableMaker { |
344 | 344 |
|
345 | 345 | ctpRateFetcher mRateFetcher; |
346 | 346 | parameters::GRPLHCIFData* mLHCIFdata = nullptr; |
347 | | - |
| 347 | + |
348 | 348 | struct { |
349 | 349 | std::map<int32_t, float> oMeanTimeShortA; |
350 | 350 | std::map<int32_t, float> oMeanTimeShortC; |
@@ -864,7 +864,7 @@ struct TableMaker { |
864 | 864 | bool isCentral = fT0Triggers[o2::ft0::Triggers::bitCen]; |
865 | 865 |
|
866 | 866 | bool noBorder = bc.selection_bit(aod::evsel::kNoTimeFrameBorder) && bc.selection_bit(aod::evsel::kNoITSROFrameBorder); |
867 | | - //bool isTriggerTVX = bc.selection_bit(aod::evsel::kIsTriggerTVX); // difference w.r.t fT0Triggers[o2::ft0::Triggers::bitVertex] ? |
| 867 | + // bool isTriggerTVX = bc.selection_bit(aod::evsel::kIsTriggerTVX); // difference w.r.t fT0Triggers[o2::ft0::Triggers::bitVertex] ? |
868 | 868 | bool isTriggerZNA = bc.selection_bit(aod::evsel::kIsBBZNA); |
869 | 869 | bool isTriggerZNC = bc.selection_bit(aod::evsel::kIsBBZNC); |
870 | 870 |
|
|
0 commit comments