Skip to content

Commit 431f51b

Browse files
authored
Rename source files in CMakeLists.txt for jet workflows
1 parent 6542d38 commit 431f51b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

PWGJE/TableProducer/CMakeLists.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@ add_subdirectory(Matching)
1414
if(FastJet_FOUND)
1515

1616
o2physics_add_dpl_workflow(jet-deriveddata-producer
17-
SOURCES derivedDataProducer.cxx
17+
SOURCES jetDeriveddataProducer.cxx
1818
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::EventFilteringUtils O2Physics::SGCutParHolder
1919
COMPONENT_NAME Analysis)
2020

2121
o2physics_add_dpl_workflow(jet-deriveddata-trigger-producer
22-
SOURCES derivedDataTriggerProducer.cxx
22+
SOURCES jetDeriveddataTriggerProducer.cxx
2323
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
2424
COMPONENT_NAME Analysis)
2525

2626
o2physics_add_dpl_workflow(jet-deriveddata-selector
27-
SOURCES derivedDataSelector.cxx
27+
SOURCES jetDeriveddataSelector.cxx
2828
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
2929
COMPONENT_NAME Analysis)
3030

3131
o2physics_add_dpl_workflow(jet-deriveddata-writer
32-
SOURCES derivedDataWriter.cxx
32+
SOURCES jetDeriveddataWriter.cxx
3333
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
3434
COMPONENT_NAME Analysis)
3535

3636
o2physics_add_dpl_workflow(jet-luminosity-producer
37-
SOURCES luminosityProducer.cxx
37+
SOURCES jetLuminosityCalculator.cxx
3838
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
3939
COMPONENT_NAME Analysis)
4040

@@ -44,12 +44,12 @@ o2physics_add_dpl_workflow(jet-luminosity-calculator
4444
COMPONENT_NAME Analysis)
4545

4646
o2physics_add_dpl_workflow(jet-eventweight-mcd
47-
SOURCES jetEventWeightMCD.cxx
47+
SOURCES jetEventweightMcd.cxx
4848
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
4949
COMPONENT_NAME Analysis)
5050

5151
o2physics_add_dpl_workflow(jet-eventweight-mcp
52-
SOURCES jetEventWeightMCP.cxx
52+
SOURCES jetEventweightMcp.cxx
5353
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
5454
COMPONENT_NAME Analysis)
5555

@@ -64,12 +64,12 @@ o2physics_add_dpl_workflow(jet-track-derived
6464
COMPONENT_NAME Analysis)
6565

6666
o2physics_add_dpl_workflow(jet-hf-definition
67-
SOURCES heavyFlavourDefinition.cxx
67+
SOURCES jetHfDefinition.cxx
6868
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
6969
COMPONENT_NAME Analysis)
7070

7171
o2physics_add_dpl_workflow(jet-taggerhf
72-
SOURCES jetTaggerHF.cxx
72+
SOURCES jetTaggerhf.cxx
7373
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2Physics::MLCore
7474
COMPONENT_NAME Analysis)
7575

0 commit comments

Comments
 (0)