File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ std::vector<std::shared_ptr<TH2>> hNsigmaPt;
9595std::vector<std::shared_ptr<TH2>> hmass;
9696} // namespace
9797// ----------------------------------------------------------------------------------------------------------------
98- struct Nucleitpcpbpb {
98+ struct NucleitpcPbPb {
9999 Preslice<aod::TrackAssoc> perCollision = aod::track_association::collisionId;
100100 HistogramRegistry histos{" histos" , {}, OutputObjHandlingPolicy::AnalysisObject};
101101 Configurable<int > cfgDebug{" cfgDebug" , 1 , " debug level" };
@@ -309,7 +309,7 @@ struct Nucleitpcpbpb {
309309 continue ;
310310 }
311311 }
312- PROCESS_SWITCH (Nucleitpcpbpb , processData, " data analysis" , true );
312+ PROCESS_SWITCH (NucleitpcPbPb , processData, " data analysis" , true );
313313 // ----------------------------------------------------------------------------------------------------------------
314314 void initCCDB (aod::BCsWithTimestamps::iterator const & bc)
315315 {
@@ -502,5 +502,5 @@ struct Nucleitpcpbpb {
502502WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
503503{
504504 return WorkflowSpec{
505- adaptAnalysisTask<Nucleitpcpbpb >(cfgc)};
505+ adaptAnalysisTask<NucleitpcPbPb >(cfgc)};
506506}
You can’t perform that action at this time.
0 commit comments