File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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_
You can’t perform that action at this time.
0 commit comments