Skip to content

Commit 0a892b0

Browse files
committed
renaming files
1 parent 6066b1c commit 0a892b0

File tree

106 files changed

+341
-282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+341
-282
lines changed

PWGJE/JetFinders/CMakeLists.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,108 +14,108 @@ add_subdirectory(Duplicates)
1414
if(FastJet_FOUND)
1515

1616
o2physics_add_dpl_workflow(jet-finder-data-charged
17-
SOURCES jetfinderdatacharged.cxx
17+
SOURCES jetFinderDataCharged.cxx
1818
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
1919
COMPONENT_NAME Analysis)
2020

2121
o2physics_add_dpl_workflow(jet-finder-mcd-charged
22-
SOURCES jetfindermcdcharged.cxx
22+
SOURCES jetFinderMCDCharged.cxx
2323
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
2424
COMPONENT_NAME Analysis)
2525

2626
o2physics_add_dpl_workflow(jet-finder-mcp-charged
27-
SOURCES jetfindermcpcharged.cxx
27+
SOURCES jetFinderMCPCharged.cxx
2828
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
2929
COMPONENT_NAME Analysis)
3030

3131
o2physics_add_dpl_workflow(jet-finder-data-full
32-
SOURCES jetfinderdatafull.cxx
32+
SOURCES jetFinderDataFull.cxx
3333
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
3434
COMPONENT_NAME Analysis)
3535

3636
o2physics_add_dpl_workflow(jet-finder-mcd-full
37-
SOURCES jetfindermcdfull.cxx
37+
SOURCES jetFinderMCDFull.cxx
3838
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
3939
COMPONENT_NAME Analysis)
4040

4141
o2physics_add_dpl_workflow(jet-finder-mcp-full
42-
SOURCES jetfindermcpfull.cxx
42+
SOURCES jetFinderMCPFull.cxx
4343
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
4444
COMPONENT_NAME Analysis)
4545

4646
o2physics_add_dpl_workflow(jet-finder-data-neutral
47-
SOURCES jetfinderdataneutral.cxx
47+
SOURCES jetFinderDataNeutral.cxx
4848
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
4949
COMPONENT_NAME Analysis)
5050

5151
o2physics_add_dpl_workflow(jet-finder-mcd-neutral
52-
SOURCES jetfindermcdneutral.cxx
52+
SOURCES jetFinderMCDNeutral.cxx
5353
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
5454
COMPONENT_NAME Analysis)
5555

5656
o2physics_add_dpl_workflow(jet-finder-mcp-neutral
57-
SOURCES jetfindermcpneutral.cxx
57+
SOURCES jetFinderMCPNeutral.cxx
5858
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
5959
COMPONENT_NAME Analysis)
6060

6161

6262
o2physics_add_dpl_workflow(jet-finder-d0-data-charged
63-
SOURCES jetfinderD0datacharged.cxx
63+
SOURCES jetFinderD0DataCharged.cxx
6464
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
6565
COMPONENT_NAME Analysis)
6666

6767
o2physics_add_dpl_workflow(jet-finder-d0-mcd-charged
68-
SOURCES jetfinderD0mcdcharged.cxx
68+
SOURCES jetFinderD0MCDCharged.cxx
6969
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
7070
COMPONENT_NAME Analysis)
7171

7272
o2physics_add_dpl_workflow(jet-finder-d0-mcp-charged
73-
SOURCES jetfinderD0mcpcharged.cxx
73+
SOURCES jetFinderD0MCPCharged.cxx
7474
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
7575
COMPONENT_NAME Analysis)
7676

7777
o2physics_add_dpl_workflow(jet-finder-lc-data-charged
78-
SOURCES jetfinderLcdatacharged.cxx
78+
SOURCES jetFinderLcDataCharged.cxx
7979
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
8080
COMPONENT_NAME Analysis)
8181

8282
o2physics_add_dpl_workflow(jet-finder-lc-mcd-charged
83-
SOURCES jetfinderLcmcdcharged.cxx
83+
SOURCES jetFinderLcMCDCharged.cxx
8484
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
8585
COMPONENT_NAME Analysis)
8686

8787
o2physics_add_dpl_workflow(jet-finder-lc-mcp-charged
88-
SOURCES jetfinderLcmcpcharged.cxx
88+
SOURCES jetFinderLcMCPCharged.cxx
8989
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
9090
COMPONENT_NAME Analysis)
9191

9292
o2physics_add_dpl_workflow(jet-finder-v0-data-charged
93-
SOURCES jetfinderV0datacharged.cxx
93+
SOURCES jetFinderV0DataCharged.cxx
9494
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
9595
COMPONENT_NAME Analysis)
9696

9797
o2physics_add_dpl_workflow(jet-finder-v0-mcd-charged
98-
SOURCES jetfinderV0mcdcharged.cxx
98+
SOURCES jetFinderV0MCDCharged.cxx
9999
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
100100
COMPONENT_NAME Analysis)
101101

102102
o2physics_add_dpl_workflow(jet-finder-v0-mcp-charged
103-
SOURCES jetfinderV0mcpcharged.cxx
103+
SOURCES jetFinderV0MCPCharged.cxx
104104
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
105105
COMPONENT_NAME Analysis)
106106

107107
o2physics_add_dpl_workflow(jet-finder-dielectron-data-charged
108-
SOURCES jetfinderDielectrondatacharged.cxx
108+
SOURCES jetFinderDielectronDataCharged.cxx
109109
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
110110
COMPONENT_NAME Analysis)
111111

112112
o2physics_add_dpl_workflow(jet-finder-dielectron-mcd-charged
113-
SOURCES jetfinderDielectronmcdcharged.cxx
113+
SOURCES jetFinderDielectronMCDCharged.cxx
114114
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
115115
COMPONENT_NAME Analysis)
116116

117117
o2physics_add_dpl_workflow(jet-finder-dielectron-mcp-charged
118-
SOURCES jetfinderDielectronmcpcharged.cxx
118+
SOURCES jetFinderDielectronMCPCharged.cxx
119119
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
120120
COMPONENT_NAME Analysis)
121121

PWGJE/JetFinders/Duplicates/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
if(FastJet_FOUND)
1414

1515
o2physics_add_dpl_workflow(jet-finder-data-charged-1
16-
SOURCES jetfinderdatacharged1.cxx
16+
SOURCES jetFinderDataCharged1.cxx
1717
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
1818
COMPONENT_NAME Analysis)
1919

2020
o2physics_add_dpl_workflow(jet-finder-mcd-charged-1
21-
SOURCES jetfindermcdcharged1.cxx
21+
SOURCES jetFinderMCDCharged1.cxx
2222
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
2323
COMPONENT_NAME Analysis)
2424

2525
o2physics_add_dpl_workflow(jet-finder-mcp-charged-1
26-
SOURCES jetfindermcpcharged1.cxx
26+
SOURCES jetFinderMCPCharged1.cxx
2727
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2::FrameworkPhysicsSupport
2828
COMPONENT_NAME Analysis)
2929

PWGJE/JetFinders/Duplicates/jetfinderdatacharged1.cxx renamed to PWGJE/JetFinders/Duplicates/jetFinderDataCharged1.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16-
#include "PWGJE/JetFinders/jetfinder.cxx"
16+
#include "PWGJE/JetFinders/jetFinder.cxx"
1717

1818
using JetFinderDataCharged1 = JetFinderTask<aod::Charged1Jets, aod::Charged1JetConstituents, aod::Charged1EventWiseSubtractedJets, aod::Charged1EventWiseSubtractedJetConstituents>;
1919

PWGJE/JetFinders/Duplicates/jetfindermcdcharged1.cxx renamed to PWGJE/JetFinders/Duplicates/jetFinderMCDCharged1.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16-
#include "PWGJE/JetFinders/jetfinder.cxx"
16+
#include "PWGJE/JetFinders/jetFinder.cxx"
1717

1818
using JetFinderMCDetectorLevelCharged1 = JetFinderTask<aod::Charged1MCDetectorLevelJets, aod::Charged1MCDetectorLevelJetConstituents, aod::Charged1MCDetectorLevelEventWiseSubtractedJets, aod::Charged1MCDetectorLevelEventWiseSubtractedJetConstituents>;
1919

PWGJE/JetFinders/Duplicates/jetfindermcpcharged1.cxx renamed to PWGJE/JetFinders/Duplicates/jetFinderMCPCharged1.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16-
#include "PWGJE/JetFinders/jetfinder.cxx"
16+
#include "PWGJE/JetFinders/jetFinder.cxx"
1717

1818
using JetFinderMCParticleLevelCharged1 = JetFinderTask<aod::Charged1MCParticleLevelJets, aod::Charged1MCParticleLevelJetConstituents, aod::Charged1MCParticleLevelEventWiseSubtractedJets, aod::Charged1MCParticleLevelEventWiseSubtractedJetConstituents>;
1919

PWGJE/JetFinders/jetfinderD0datacharged.cxx renamed to PWGJE/JetFinders/jetFinderD0DataCharged.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16-
#include "PWGJE/JetFinders/jetfinderhf.cxx"
16+
#include "PWGJE/JetFinders/jetFinderHF.cxx"
1717

1818
using JetFinderD0DataCharged = JetFinderHFTask<aod::CandidatesD0Data, aod::CandidatesD0MCD, aod::CandidatesD0MCP, aod::JetTracksSubD0, aod::D0ChargedJets, aod::D0ChargedJetConstituents, aod::D0ChargedEventWiseSubtractedJets, aod::D0ChargedEventWiseSubtractedJetConstituents>;
1919

PWGJE/JetFinders/jetfinderD0mcdcharged.cxx renamed to PWGJE/JetFinders/jetFinderD0MCDCharged.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16-
#include "PWGJE/JetFinders/jetfinderhf.cxx"
16+
#include "PWGJE/JetFinders/jetFinderHF.cxx"
1717

1818
using JetFinderD0MCDetectorLevelCharged = JetFinderHFTask<aod::CandidatesD0Data, aod::CandidatesD0MCD, aod::CandidatesD0MCP, aod::JetTracksSubD0, aod::D0ChargedMCDetectorLevelJets, aod::D0ChargedMCDetectorLevelJetConstituents, aod::D0ChargedMCDetectorLevelEventWiseSubtractedJets, aod::D0ChargedMCDetectorLevelEventWiseSubtractedJetConstituents>;
1919

PWGJE/JetFinders/jetfinderD0mcpcharged.cxx renamed to PWGJE/JetFinders/jetFinderD0MCPCharged.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16-
#include "PWGJE/JetFinders/jetfinderhf.cxx"
16+
#include "PWGJE/JetFinders/jetFinderHF.cxx"
1717

1818
using JetFinderD0MCParticleLevelCharged = JetFinderHFTask<aod::CandidatesD0Data, aod::CandidatesD0MCD, aod::CandidatesD0MCP, aod::JetTracksSubD0, aod::D0ChargedMCParticleLevelJets, aod::D0ChargedMCParticleLevelJetConstituents, aod::D0ChargedMCParticleLevelEventWiseSubtractedJets, aod::D0ChargedMCParticleLevelEventWiseSubtractedJetConstituents>;
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
/// \author Nima Zardoshti <nima.zardoshti@cern.ch>
1515

16-
#include "PWGJE/JetFinders/jetfinder.cxx"
16+
#include "PWGJE/JetFinders/jetFinder.cxx"
1717

1818
using JetFinderDataCharged = JetFinderTask<aod::ChargedJets, aod::ChargedJetConstituents, aod::ChargedEventWiseSubtractedJets, aod::ChargedEventWiseSubtractedJetConstituents>;
1919

0 commit comments

Comments
 (0)