Skip to content

Commit ffbeeae

Browse files
committed
ifndef header corrected
1 parent 077555e commit ffbeeae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGMM/DataModel/ZDCdmOxygen.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
/// \brief ZDC tower intercalibration task
1414
/// \author Chiara Oppedisano <chiara.oppedisano@cern.ch>, INFN Torino
1515

16-
#ifndef COMMON_DATAMODEL_ZDCDMOXYGEN_H_
17-
#define COMMON_DATAMODEL_ZDCDMOXYGEN_H_
16+
#ifndef PWGMM_DATAMODEL_ZDCDMOXYGEN_H_
17+
#define PWGMM_DATAMODEL_ZDCDMOXYGEN_H_
1818

1919
#include "Framework/AnalysisDataModel.h"
2020

@@ -89,4 +89,4 @@ DECLARE_SOA_TABLE(ZDCInterCalib, "AOD", "ZDCO", o2::soa::Index<>,
8989
zdctable::SelectionBits);
9090
} // namespace o2::aod
9191

92-
#endif // COMMON_DATAMODEL_ZDCDMOXYGEN_H_
92+
#endif // PWGMM_DATAMODEL_ZDCDMOXYGEN_H_

0 commit comments

Comments
 (0)