|
9 | 9 | // granted to it by virtue of its status as an Intergovernmental Organization |
10 | 10 | // or submit itself to any jurisdiction. |
11 | 11 |
|
12 | | -/// \file flattenictyPiKP.cxx |
| 12 | +/// \file FlattenictyPikp.cxx |
13 | 13 | /// \author Gyula Bencedi, gyula.bencedi@cern.ch |
14 | 14 | /// \brief Task to produce pion, kaon, proton high-pT |
15 | 15 | /// distributions as a function of charged-particle flattenicity |
@@ -188,7 +188,7 @@ std::array<std::shared_ptr<THnSparse>, NpartChrg> hThPtNsigmaTPC{}; |
188 | 188 | std::array<std::shared_ptr<TH2>, NpartChrg> hPtNsigmaTOF{}; |
189 | 189 | std::array<std::shared_ptr<TH2>, NpartChrg> hPtNsigmaTPCTOF{}; |
190 | 190 |
|
191 | | -struct FlattenictyPiKP { |
| 191 | +struct FlattenictyPikp { |
192 | 192 |
|
193 | 193 | HistogramRegistry flatchrg{"flatchrg", {}, OutputObjHandlingPolicy::AnalysisObject, true, false}; |
194 | 194 | OutputObj<THashList> listEfficiency{"Efficiency"}; |
@@ -1508,7 +1508,7 @@ struct FlattenictyPiKP { |
1508 | 1508 | { |
1509 | 1509 | processData<Colls>(collisions, tracks, v0s, bcs); |
1510 | 1510 | } |
1511 | | - PROCESS_SWITCH(FlattenictyPiKP, processFlat, "process Flat data inclusive", true); |
| 1511 | + PROCESS_SWITCH(FlattenictyPikp, processFlat, "process Flat data inclusive", true); |
1512 | 1512 |
|
1513 | 1513 | template <bool fillHist = true, typename McPart> |
1514 | 1514 | float fillFlatMC(McPart const& mcparts) |
@@ -1840,7 +1840,7 @@ struct FlattenictyPiKP { |
1840 | 1840 | }); |
1841 | 1841 | } |
1842 | 1842 | } |
1843 | | - PROCESS_SWITCH(FlattenictyPiKP, processSgnLoss, "process to calcuate signal/event lossses", false); |
| 1843 | + PROCESS_SWITCH(FlattenictyPikp, processSgnLoss, "process to calcuate signal/event lossses", false); |
1844 | 1844 |
|
1845 | 1845 | // using Particles = soa::Filtered<aod::McParticles>; |
1846 | 1846 | // expressions::Filter primaries = (aod::mcparticle::flags & (uint8_t)o2::aod::mcparticle::enums::PhysicalPrimary) == (uint8_t)o2::aod::mcparticle::enums::PhysicalPrimary; |
@@ -1885,7 +1885,7 @@ struct FlattenictyPiKP { |
1885 | 1885 | }); |
1886 | 1886 | } |
1887 | 1887 | } |
1888 | | - PROCESS_SWITCH(FlattenictyPiKP, processMCclosure, "process MC closure test", false); |
| 1888 | + PROCESS_SWITCH(FlattenictyPikp, processMCclosure, "process MC closure test", false); |
1889 | 1889 |
|
1890 | 1890 | Preslice<MyLabeledPIDTracks> perCollTrk = aod::track::collisionId; |
1891 | 1891 | PresliceUnsorted<CollsGen> perCollMcLabel = aod::mccollisionlabel::mcCollisionId; |
@@ -1988,7 +1988,7 @@ struct FlattenictyPiKP { |
1988 | 1988 |
|
1989 | 1989 | } // gen collisions |
1990 | 1990 | } |
1991 | | - PROCESS_SWITCH(FlattenictyPiKP, processMC, "process MC", false); |
| 1991 | + PROCESS_SWITCH(FlattenictyPikp, processMC, "process MC", false); |
1992 | 1992 |
|
1993 | 1993 | template <typename ObjType> |
1994 | 1994 | ObjType* getForTsOrRun(std::string const& fullPath, int64_t timestamp, int runNumber) |
@@ -2069,10 +2069,10 @@ struct FlattenictyPiKP { |
2069 | 2069 | } |
2070 | 2070 | correctFV0Amp(collision); |
2071 | 2071 | } |
2072 | | - PROCESS_SWITCH(FlattenictyPiKP, processFV0Amp, "Processing FV0 amplitude correction", false); |
| 2072 | + PROCESS_SWITCH(FlattenictyPikp, processFV0Amp, "Processing FV0 amplitude correction", false); |
2073 | 2073 | }; |
2074 | 2074 |
|
2075 | 2075 | WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) |
2076 | 2076 | { |
2077 | | - return WorkflowSpec{adaptAnalysisTask<FlattenictyPiKP>(cfgc)}; |
| 2077 | + return WorkflowSpec{adaptAnalysisTask<FlattenictyPikp>(cfgc)}; |
2078 | 2078 | } |
0 commit comments