File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
TwoParticleCorrelations/Tasks Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ o2physics_add_dpl_workflow(filter-correlations-2prong
1919 PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
2020 COMPONENT_NAME Analysis)
2121
22- o2physics_add_dpl_workflow(dptdpt -filter
23- SOURCES dptdptfilter .cxx
22+ o2physics_add_dpl_workflow(dpt-dpt -filter
23+ SOURCES dptDptFilter .cxx
2424 PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
2525 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 dptdptfilter .cxx
12+ // / \file dptDptFilter .cxx
1313// / \brief Filters collisions and tracks according to selection criteria
1414// / \author victor.gonzalez.sebastian@gmail.com
1515
4646#include < TH3.h>
4747#include < TProfile3D.h>
4848
49- #include " PWGCF/TableProducer/dptdptfilter .h"
49+ #include " PWGCF/TableProducer/dptDptFilter .h"
5050
5151using namespace o2 ;
5252using namespace o2 ::framework;
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 dptdptfilter .h
12+ // / \file dptDptFilter .h
1313// / \brief Filters collisions and tracks according to selection criteria
1414// / \author victor.gonzalez.sebastian@gmail.com
1515
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- o2physics_add_dpl_workflow(dptdptcorrelations
13- SOURCES dptdptcorrelations .cxx
12+ o2physics_add_dpl_workflow(dpt-dpt-correlations
13+ SOURCES dptDptCorrelations .cxx
1414 PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
1515 COMPONENT_NAME Analysis)
1616
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 dptdptcorrelations .cxx
12+ // / \file dptDptCorrelations .cxx
1313// / \brief implements two-particle correlations base data collection
1414// / \author victor.gonzalez.sebastian@gmail.com
1515
4444#include " PWGCF/Core/AnalysisConfigurableCuts.h"
4545#include " PWGCF/Core/PairCuts.h"
4646#include " PWGCF/DataModel/DptDptFiltered.h"
47- #include " PWGCF/TableProducer/dptdptfilter .h"
47+ #include " PWGCF/TableProducer/dptDptFilter .h"
4848
4949using namespace o2 ;
5050using namespace o2 ::framework;
Original file line number Diff line number Diff line change 2121#include " Framework/AnalysisTask.h"
2222#include " Framework/runDataProcessing.h"
2323#include " PWGCF/DataModel/DptDptFiltered.h"
24- #include " PWGCF/TableProducer/dptdptfilter .h"
24+ #include " PWGCF/TableProducer/dptDptFilter .h"
2525
2626using namespace o2 ;
2727using namespace o2 ::framework;
Original file line number Diff line number Diff line change 3131#include " Framework/runDataProcessing.h"
3232#include " PWGCF/Core/AnalysisConfigurableCuts.h"
3333#include " PWGCF/DataModel/DptDptFiltered.h"
34- #include " PWGCF/TableProducer/dptdptfilter .h"
34+ #include " PWGCF/TableProducer/dptDptFilter .h"
3535#include < TDirectory.h>
3636#include < TFolder.h>
3737#include < TH1.h>
Original file line number Diff line number Diff line change 4141
4242#include " PWGCF/Core/AnalysisConfigurableCuts.h"
4343#include " PWGCF/DataModel/DptDptFiltered.h"
44- #include " PWGCF/TableProducer/dptdptfilter .h"
44+ #include " PWGCF/TableProducer/dptDptFilter .h"
4545
4646using namespace o2 ;
4747using namespace o2 ::framework;
Original file line number Diff line number Diff line change 2424#include " Framework/runDataProcessing.h"
2525
2626#include " PWGCF/DataModel/DptDptFiltered.h"
27- #include " PWGCF/TableProducer/dptdptfilter .h"
27+ #include " PWGCF/TableProducer/dptDptFilter .h"
2828
2929using namespace o2 ;
3030using namespace o2 ::framework;
Original file line number Diff line number Diff line change 3535#include " Framework/runDataProcessing.h"
3636
3737#include " PWGCF/DataModel/DptDptFiltered.h"
38- #include " PWGCF/TableProducer/dptdptfilter .h"
38+ #include " PWGCF/TableProducer/dptDptFilter .h"
3939
4040using namespace o2 ;
4141using namespace o2 ::framework;
You can’t perform that action at this time.
0 commit comments