Skip to content

Commit f595072

Browse files
authored
Rename service
1 parent d45e20a commit f595072

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Common/Core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ o2physics_add_library(AnalysisCore
1414
OrbitRange.cxx
1515
PID/ParamBase.cxx
1616
PID/PIDTOF.cxx
17-
PID/PIDTOFService.cxx
17+
PID/PIDTOFParamService.cxx
1818
CollisionAssociation.cxx
1919
TrackSelectionDefaults.cxx
2020
EventPlaneHelper.cxx
@@ -35,7 +35,7 @@ o2physics_target_root_dictionary(AnalysisCore
3535
PID/DetectorResponse.h
3636
PID/PIDTOF.h
3737
PID/TPCPIDResponse.h
38-
PID/PIDTOFService.h
38+
PID/PIDTOFParamService.h
3939
CollisionTypeHelper.h
4040
FFitWeights.h
4141
LINKDEF AnalysisCoreLinkDef.h)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111

1212
///
13-
/// \file PIDTOFService.cxx
13+
/// \file PIDTOFParamService.cxx
1414
/// \author Nicolò Jacazio nicolo.jacazio@cern.ch
1515
/// \since 30/06/2025
1616
/// \brief Implementation of the TOF PID service for the detector response
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
// or submit itself to any jurisdiction.
1111

1212
///
13-
/// \file PIDTOFService.h
13+
/// \file PIDTOFParamService.h
1414
/// \author Nicolò Jacazio nicolo.jacazio@cern.ch
1515
/// \since 30/06/2025
1616
/// \brief Implementation of the TOF PID service for the detector response
1717
///
1818

19-
#ifndef COMMON_CORE_PID_PIDTOFSERVICE_H_
20-
#define COMMON_CORE_PID_PIDTOFSERVICE_H_
19+
#ifndef COMMON_CORE_PID_PIDTOFPARAMSERVICE_H_
20+
#define COMMON_CORE_PID_PIDTOFPARAMSERVICE_H_
2121

2222
#include "Common/Core/CollisionTypeHelper.h"
2323
#include "Common/Core/MetadataHelper.h"
@@ -202,4 +202,4 @@ struct TOFResponse : o2::framework::LoadableServicePlugin<TOFResponseImpl> {
202202

203203
} // namespace o2::pid::tof
204204

205-
#endif // COMMON_CORE_PID_PIDTOFSERVICE_H_
205+
#endif // COMMON_CORE_PID_PIDTOFPARAMSERVICE_H_

0 commit comments

Comments
 (0)