Skip to content

Commit 4eaf9df

Browse files
committed
PWGDQ: VarManager change ifndef to PWGDQ_CORE_VARMANAGER_H_
1 parent f74eba8 commit 4eaf9df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGDQ/Core/VarManager.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
// Class to handle analysis variables
1515
//
1616

17-
#ifndef VarManager_H
18-
#define VarManager_H
17+
#ifndef PWGDQ_CORE_VARMANAGER_H_
18+
#define PWGDQ_CORE_VARMANAGER_H_
1919

2020
#include <vector>
2121
#include <map>
@@ -1464,4 +1464,4 @@ void VarManager::FillDileptonHadron(T1 const& dilepton, T2 const& hadron, float*
14641464
values[kDeltaEta] = dilepton.eta() - hadron.eta();
14651465
}
14661466
}
1467-
#endif
1467+
#endif // PWGDQ_CORE_VARMANAGER_H_

0 commit comments

Comments
 (0)