Skip to content

Commit 13f74b0

Browse files
committed
fixes for ZDC light ion task
1 parent c6d2d2d commit 13f74b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Common/DataModel/ZDCLightIons.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ DECLARE_SOA_TABLE(ZDCLightIons, "AOD", "ZDCTABLELI", o2::soa::Index<>,
9595
zdclightions::SelectionBits);
9696
} // namespace o2::aod
9797

98-
#endif // PWGMM_DATAMODEL_ZDCLIGHTIONS_H_
98+
#endif // COMMON_DATAMODEL_ZDCLIGHTIONS_H_

Common/TableProducer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ o2physics_add_dpl_workflow(selectionstudytable
183183
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
184184
COMPONENT_NAME Analysis)
185185

186-
o2physics_add_dpl_workflow(zdctasklighions
186+
o2physics_add_dpl_workflow(zdctasklightions
187187
SOURCES zdcTaskLightIons.cxx
188188
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
189189
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)