Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion PWGLF/Tasks/Strangeness/strangecasctrack.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.

Check failure on line 1 in PWGLF/Tasks/Strangeness/strangecasctrack.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/workflow-file]

Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
Expand Down Expand Up @@ -81,10 +81,10 @@
Configurable<bool> doApplyPurity{"doApplyPurity", false, "apply purity correction"};
Configurable<bool> doPropagatePurity{"doPropagatePurity", false, "apply purity propagation"};
Configurable<std::string> ccdburl{"ccdburl", "http://alice-ccdb.cern.ch", "url of the ccdb repository to use"};
Configurable<std::string> efficiencyCCDBPath_pp{"efficiencyCCDBPath_pp", "Users/y/yparovia/LHC24f4d/Efficiency", "Path of the efficiency corrections"};

Check failure on line 84 in PWGLF/Tasks/Strangeness/strangecasctrack.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
Configurable<std::string> efficiencyCCDBPath_PbPb{"efficiencyCCDBPath_PbPb", "Users/y/yparovia/LHC25f3/Efficiency", "Path of the efficiency corrections"};

Check failure on line 85 in PWGLF/Tasks/Strangeness/strangecasctrack.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
Configurable<std::string> efficiencyCCDBPath_OO{"efficiencyCCDBPath_OO", "Users/y/yparovia/LHC25h3/Efficiency", "Path of the efficiency corrections"};

Check failure on line 86 in PWGLF/Tasks/Strangeness/strangecasctrack.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
Configurable<std::string> efficiencyCCDBPath_pO{"efficiencyCCDBPath_pO", "Users/y/yparovia/LHC25h2/Efficiency", "Path of the efficiency corrections"};

Check failure on line 87 in PWGLF/Tasks/Strangeness/strangecasctrack.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)

// event and dau track selection
struct : ConfigurableGroup {
Expand All @@ -95,9 +95,9 @@
Configurable<double> cutV0CosPA{"cutV0CosPA", 0.97f, "max V0 cosPA"};
Configurable<double> cutBachCosPA{"cutBachCosPA", 0.97f, "max Bachelor cosPA"};
// TPC PID selection
Configurable<float> nSigmaTPCPion{"NSigmaTPCPion", 4, "NSigmaTPCPion"};

Check failure on line 98 in PWGLF/Tasks/Strangeness/strangecasctrack.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
Configurable<float> nSigmaTPCKaon{"NSigmaTPCKaon", 4, "NSigmaTPCKaon"};

Check failure on line 99 in PWGLF/Tasks/Strangeness/strangecasctrack.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
Configurable<float> nSigmaTPCProton{"NSigmaTPCProton", 4, "NSigmaTPCProton"};

Check failure on line 100 in PWGLF/Tasks/Strangeness/strangecasctrack.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
// TOF PID selection
Configurable<float> nSigmaTOFXi{"nSigmaTOFXi", 3, "nSigmaTOFXi"};
Configurable<float> nSigmaTOFOmega{"nSigmaTOFOmega", 3, "nSigmaTOFOmega"};
Expand All @@ -105,8 +105,8 @@

// axes
struct : ConfigurableGroup {
ConfigurableAxis axisPhi{"Phi", {72, 0, TwoPI}, "#phi"};

Check failure on line 108 in PWGLF/Tasks/Strangeness/strangecasctrack.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
ConfigurableAxis axisEta{"Eta", {102, -2.01, 2.01}, "#eta"};

Check failure on line 109 in PWGLF/Tasks/Strangeness/strangecasctrack.cxx

View workflow job for this annotation

GitHub Actions / O2 linter

[name/configurable]

Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
ConfigurableAxis axisDCAxy{"DCA to xy plane", {500, 0., 0.5}, "cm"};
ConfigurableAxis axisDCAz{"DCA to z plane", {500, 0., 0.5}, "cm"};
ConfigurableAxis axisPt{"axisPt", {VARIABLE_WIDTH, 0.0, 0.5, 1.0, 1.5, 2.0, 3.0, 4.0, 6.0, 10.0}, "p_{T} (GeV/c)"};
Expand Down Expand Up @@ -567,7 +567,6 @@
histos.add(Form("%s/Rec-Truth/MassOmega", kTypeNames[type].data()), "Invariant mass hypothesis", kTH1F, {axesConfig.axisOmegaMass});
histos.add(Form("%s/Rec-Truth/Omega", kTypeNames[type].data()), "", kTHnD, {axesConfig.axisOmegaMass, axesConfig.axisPt, axesConfig.axisMult});
histos.add(Form("%s/Rec-Truth/Xi", kTypeNames[type].data()), "", kTHnD, {axesConfig.axisXiMass, axesConfig.axisPt, axesConfig.axisMult});

});
// for MC-specific processing
histos.add("MC/Gen/EvCounter", "Event Counter", kTH1F, {{1, 0, 1}});
Expand Down
Loading