@@ -14,27 +14,27 @@ add_subdirectory(Matching)
1414if (FastJet_FOUND)
1515
1616o2physics_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
2121o2physics_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
2626o2physics_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
3131o2physics_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
3636o2physics_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
4646o2physics_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
5151o2physics_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
6666o2physics_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
7171o2physics_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