File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.;
118118const int kMaxRelBCsV0A = 1 ;
119119const 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
566566WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
567567{
568568 return WorkflowSpec{
569- adaptAnalysisTask<UpcFwdJpsiRL >(cfgc),
569+ adaptAnalysisTask<UpcFwdJpsiRl >(cfgc),
570570 };
571571}
You can’t perform that action at this time.
0 commit comments