File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010# or submit itself to any jurisdiction.
1111
1212o2physics_add_dpl_workflow(qvec-converter
13- SOURCES emQvecConverter .cxx
13+ SOURCES qvecConverter .cxx
1414 PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
1515 COMPONENT_NAME Analysis)
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 emQvecConverter .cxx
12+ // / \file qvecConverter .cxx
1313// / \brief Analysis task for neutral pion flow with EMCal
1414// / \author M. Hemmer, marvin.hemmer@cern.ch
1515
@@ -24,7 +24,7 @@ using namespace o2;
2424using namespace o2 ::framework;
2525
2626// Converts EMEventsQvec_000 into EMEventsQvec_001
27- struct EmQvecConverter {
27+ struct QvecConverter {
2828 Produces<aod::EMEventsQvec_001> qvec001;
2929
3030 void process (aod::EMEventsQvec_000 const & emEventsQVec)
@@ -39,6 +39,6 @@ struct EmQvecConverter {
3939WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
4040{
4141 return WorkflowSpec{
42- adaptAnalysisTask<EmQvecConverter >(cfgc),
42+ adaptAnalysisTask<QvecConverter >(cfgc),
4343 };
4444}
You can’t perform that action at this time.
0 commit comments