Skip to content

Commit 8345064

Browse files
committed
Please consider the following formatting changes
1 parent 800cf79 commit 8345064

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PWGHF/Core/SelectorCuts.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ static const std::vector<std::string> labelsCutVarTrack = {"min_dcaxytoprimary",
6767

6868
namespace hf_presel_pid
6969
{
70-
static constexpr int NPidRows = 7; // number of PID channels / rows
71-
static constexpr int NPidCuts = 6; // number of cuts per PID (TPC+TOF)
70+
static constexpr int NPidRows = 7; // number of PID channels / rows
71+
static constexpr int NPidCuts = 6; // number of cuts per PID (TPC+TOF)
7272
// default values for the PID cuts for protons in the track-index-skim-creator
7373
constexpr float CutsPid[NPidRows][NPidCuts] = {{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
74-
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
75-
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
76-
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
77-
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
78-
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
79-
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f}};
74+
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
75+
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
76+
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
77+
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
78+
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f},
79+
{0.f, 1000.f, 5.f, 0.f, 1000.f, 5.f}};
8080
static const std::vector<std::string> labelsCutsPid = {"minPtTpc", "maxPtTpc", "nSigmaMaxTpc", "minPtTof", "maxPtTof", "nSigmaMaxTof"};
8181
static const std::vector<std::string> labelsRowsPid = {"ProtonInLcToPKPi", "ProtonInXicToPKPi", "ProtonInLcToPK0S", "KaonIn3Prongs", "DeuteronInCdToDeKPi", "TritonInCtToTrKPi", "HeliumInChToHeKPi"};
8282
} // namespace hf_presel_pid

0 commit comments

Comments
 (0)