Skip to content

Commit b819a24

Browse files
committed
clang format
1 parent 63bc307 commit b819a24

7 files changed

Lines changed: 4 additions & 10 deletions

File tree

PWGDQ/Core/AnalysisCompositeCut.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
#include <vector>
1919

2020
//____________________________________________________________________________
21-
AnalysisCompositeCut::AnalysisCompositeCut(bool useAND) : AnalysisCut(),
22-
fOptionUseAND(useAND),
23-
fCutList(),
24-
fCompositeCutList()
21+
AnalysisCompositeCut::AnalysisCompositeCut(bool useAND) : AnalysisCut(),
22+
fOptionUseAND(useAND),
23+
fCutList(),
24+
fCompositeCutList()
2525
{
2626
//
2727
// default constructor

PWGDQ/Core/AnalysisCompositeCut.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class AnalysisCompositeCut : public AnalysisCut
5252
bool fOptionUseAND; // true (default): apply AND on all cuts; false: use OR
5353
std::vector<AnalysisCut> fCutList; // list of cuts
5454
std::vector<AnalysisCompositeCut> fCompositeCutList; // list of composite cuts
55-
5655
};
5756

5857
#endif // PWGDQ_CORE_ANALYSISCOMPOSITECUT_H_

PWGDQ/Core/AnalysisCut.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class AnalysisCut : public TNamed
7272

7373
protected:
7474
std::vector<CutContainer> fCuts;
75-
7675
};
7776

7877
//____________________________________________________________________________

PWGDQ/Core/HistogramManager.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class HistogramManager : public TNamed
115115

116116
HistogramManager& operator=(const HistogramManager& c);
117117
HistogramManager(const HistogramManager& c);
118-
119118
};
120119

121120
#endif // PWGDQ_CORE_HISTOGRAMMANAGER_H_

PWGDQ/Core/MCProng.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,5 @@ class MCProng
114114
bool fCheckGenerationsInTime;
115115
std::vector<int> fPDGInHistory;
116116
std::vector<bool> fExcludePDGInHistory;
117-
118117
};
119118
#endif // PWGDQ_CORE_MCPRONG_H_

PWGDQ/Core/MixingHandler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ class MixingHandler : public TNamed
202202

203203
short fPoolDepth; // number of events to be kept in each pool
204204
std::map<int, MixingPool> fPools; // key: category, value: pool of events corresponding to that category
205-
206205
};
207206

208207
#endif // PWGDQ_CORE_MIXINGHANDLER_H_

PWGDQ/Core/VarManager.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,6 @@ class VarManager : public TObject
15851585

15861586
VarManager& operator=(const VarManager& c);
15871587
VarManager(const VarManager& c);
1588-
15891588
};
15901589

15911590
template <typename T, typename C>

0 commit comments

Comments
 (0)