Skip to content

Commit b65d830

Browse files
committed
clang format
1 parent 9850035 commit b65d830

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PWGDQ/Tasks/tableReader_withAssoc.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ constexpr static int pairTypeEE = VarManager::kDecayToEE;
282282
constexpr static int pairTypeMuMu = VarManager::kDecayToMuMu;
283283
// constexpr static int pairTypeEMu = VarManager::kElectronMuon;
284284

285-
286285
namespace dqtablereader_helpers
287286
{
288287
inline float* varValues() { return static_cast<float*>(VarManager::fgValues); }
@@ -3813,7 +3812,7 @@ struct AnalysisDileptonTrack {
38133812
Configurable<std::string> fConfigAccCCDBPath{"AccCCDBPath", "Users/y/yalin/pptest/test2", "Path of the efficiency corrections"};
38143813

38153814
int fCurrentRun = -1; // needed to detect if the run changed and trigger update of calibrations etc.
3816-
int fNCuts = 0; // number of dilepton leg cuts
3815+
int fNCuts = 0; // number of dilepton leg cuts
38173816
int fNLegCuts = 0;
38183817
int fNPairCuts = 0; // number of pair cuts
38193818
int fNCommonTrackCuts = 0;

0 commit comments

Comments
 (0)