Skip to content

Commit 033b88c

Browse files
committed
clang format
1 parent a942332 commit 033b88c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

PWGDQ/TableProducer/tableMakerMC_withAssoc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,12 @@ struct TableMakerMC {
264264
o2::parameters::GRPObject* fGrpMagRun2 = nullptr; // for run 2, we access the GRPObject from GLO/GRP/GRP
265265
o2::parameters::GRPMagField* fGrpMag = nullptr; // for run 3, we access GRPMagField from GLO/Config/GRPMagField
266266

267-
AnalysisCompositeCut* fEventCut = nullptr; //! Event selection cut
267+
AnalysisCompositeCut* fEventCut = nullptr; //! Event selection cut
268268
std::vector<AnalysisCompositeCut*> fTrackCuts; //! Barrel track cuts
269269
std::vector<AnalysisCompositeCut*> fMuonCuts; //! Muon track cuts
270270

271271
bool fDoDetailedQA = false; // Bool to set detailed QA true, if QA is set true
272-
int fCurrentRun = -1; // needed to detect if the run changed and trigger update of calibrations etc.
272+
int fCurrentRun = -1; // needed to detect if the run changed and trigger update of calibrations etc.
273273

274274
// list of MCsignal objects
275275
std::vector<MCSignal*> fMCSignals;

PWGDQ/TableProducer/tableMaker_withAssoc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ struct TableMaker {
333333
o2::parameters::GRPObject* fGrpMagRun2 = nullptr; // for run 2, we access the GRPObject from GLO/GRP/GRP
334334
o2::parameters::GRPMagField* fGrpMag = nullptr; // for run 3, we access GRPMagField from GLO/Config/GRPMagField
335335

336-
AnalysisCompositeCut* fEventCut = nullptr; //! Event selection cut
336+
AnalysisCompositeCut* fEventCut = nullptr; //! Event selection cut
337337
std::vector<AnalysisCompositeCut*> fTrackCuts; //! Barrel track cuts
338338
std::vector<AnalysisCompositeCut*> fMuonCuts; //! Muon track cuts
339339

340340
bool fDoDetailedQA = false; // Bool to set detailed QA true, if QA is set true
341-
int fCurrentRun = -1; // needed to detect if the run changed and trigger update of calibrations etc.
341+
int fCurrentRun = -1; // needed to detect if the run changed and trigger update of calibrations etc.
342342

343343
// maps used to store index info; NOTE: std::map are sorted in ascending order by default (needed for track to collision indices)
344344
std::map<uint32_t, uint32_t> fCollIndexMap; // key: old collision index, value: skimmed collision index

0 commit comments

Comments
 (0)