Skip to content

Commit e39f379

Browse files
committed
workflow name adapt
1 parent 095857c commit e39f379

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGUD/Tasks/upcFwdJpsiRl.cxx

Lines changed: 4 additions & 4 deletions
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):
@@ -118,7 +118,7 @@ const float kInvalidFloat = -999.;
118118
const int kMaxRelBCsV0A = 1;
119119
const int kNMuons = 2;
120120

121-
struct UpcFwdJpsiRL {
121+
struct UpcFwdJpsiRl {
122122

123123
using CandidatesFwd = soa::Join<o2::aod::UDCollisions, o2::aod::UDCollisionsSelsFwd>;
124124
using ForwardTracks = soa::Join<o2::aod::UDFwdTracks, o2::aod::UDFwdTracksExtra>;
@@ -560,12 +560,12 @@ struct UpcFwdJpsiRL {
560560
}
561561
}
562562

563-
PROCESS_SWITCH(UpcFwdJpsiRL, processData, "", true);
563+
PROCESS_SWITCH(UpcFwdJpsiRl, processData, "", true);
564564
};
565565

566566
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
567567
{
568568
return WorkflowSpec{
569-
adaptAnalysisTask<UpcFwdJpsiRL>(cfgc),
569+
adaptAnalysisTask<UpcFwdJpsiRl>(cfgc),
570570
};
571571
}

0 commit comments

Comments
 (0)