Skip to content

Commit 2c5829d

Browse files
committed
small refactor
1 parent 0d6985a commit 2c5829d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PWGUD/Tasks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ o2physics_add_dpl_workflow(fwd-muons-upc
205205
COMPONENT_NAME Analysis)
206206

207207
o2physics_add_dpl_workflow(upc-fwd-jpsi-rl
208-
SOURCES upcFwdJpsiRL.cxx
208+
SOURCES upcFwdJpsiRl.cxx
209209
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector
210210
COMPONENT_NAME Analysis)
211211

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file upcFwdJpsiRL.cxx
12+
/// \file upcFwdJpsiRl.cxx
1313
/// \brief UPC forward J/psi analysis with configurable track-type candidate selection
1414
///
1515
/// Candidate types (configured via candidateType):

0 commit comments

Comments
 (0)