Skip to content

Commit 56e89a4

Browse files
committed
Please consider the following formatting changes
1 parent 17b68b5 commit 56e89a4

File tree

7 files changed

+2628
-2661
lines changed

7 files changed

+2628
-2661
lines changed

PWGHF/Core/SelectorCuts.h

Lines changed: 47 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -808,61 +808,59 @@ static constexpr int NBinsPt = 10;
808808
static constexpr int NCutVars = 10;
809809
// default values for the pT bin edges
810810
// offset by 1 from the bin numbers in cuts array
811-
constexpr double BinsPt[NBinsPt+1] = {
812-
0.,
813-
1.,
814-
2.,
815-
3.,
816-
4.,
817-
5.,
818-
6.,
819-
8.,
820-
12.,
821-
24.,
822-
36.
823-
};
824-
auto vecBinsPt = std::vector<double>{BinsPt, BinsPt+NBinsPt+1};
825-
826-
// default values for the cuts m ptXi ptPi chi2PCA dL dLXY cosp cospXY impParXY Xi Pi
827-
constexpr double Cuts[NBinsPt][NCutVars] = {{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 0 < pT < 1 */
828-
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 1 < pT < 2 */
829-
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 2 < pT < 3 */
830-
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 3 < pT < 4 */
831-
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 4 < pT < 5 */
832-
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 5 < pT < 6 */
833-
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 6 < pT < 8 */
834-
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 8 < pT < 12 */
835-
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 12 < pT < 24 */
836-
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}}; /* 24 < pT < 36 */
811+
constexpr double BinsPt[NBinsPt + 1] = {
812+
0.,
813+
1.,
814+
2.,
815+
3.,
816+
4.,
817+
5.,
818+
6.,
819+
8.,
820+
12.,
821+
24.,
822+
36.};
823+
auto vecBinsPt = std::vector<double>{BinsPt, BinsPt + NBinsPt + 1};
824+
825+
// default values for the cuts m ptXi ptPi chi2PCA dL dLXY cosp cospXY impParXY Xi Pi
826+
constexpr double Cuts[NBinsPt][NCutVars] = {{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 0 < pT < 1 */
827+
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 1 < pT < 2 */
828+
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 2 < pT < 3 */
829+
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 3 < pT < 4 */
830+
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 4 < pT < 5 */
831+
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 5 < pT < 6 */
832+
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 6 < pT < 8 */
833+
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 8 < pT < 12 */
834+
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}, /* 12 < pT < 24 */
835+
{0.4, 0.4, 0.4, 1e-5, 0.5, 0.5, 0.9, 0.9, 0.1, 0.1}}; /* 24 < pT < 36 */
837836

838837
// row tables
839838
static const std::vector<std::string> labelsPt = {
840-
"pT bin 0",
841-
"pT bin 1",
842-
"pT bin 2",
843-
"pT bin 3",
844-
"pT bin 4",
845-
"pT bin 5",
846-
"pT bin 6",
847-
"pT bin 7",
848-
"pT bin 8",
849-
"pT bin 9"};
839+
"pT bin 0",
840+
"pT bin 1",
841+
"pT bin 2",
842+
"pT bin 3",
843+
"pT bin 4",
844+
"pT bin 5",
845+
"pT bin 6",
846+
"pT bin 7",
847+
"pT bin 8",
848+
"pT bin 9"};
850849

851850
// column labels
852851
static const std::vector<std::string> labelsCutVar = {
853-
"m",
854-
"pT Xi",
855-
"pT Pi",
856-
"chi2PCA",
857-
"max decay length",
858-
"max decay length XY",
859-
"cosine pointing angle",
860-
"cosine pointing angle XY",
861-
"max impParXY Xi",
862-
"max impParXY Pi"};
863-
864-
}// namespace hf_cuts_xic0_xicp_to_hadronic
865-
852+
"m",
853+
"pT Xi",
854+
"pT Pi",
855+
"chi2PCA",
856+
"max decay length",
857+
"max decay length XY",
858+
"cosine pointing angle",
859+
"cosine pointing angle XY",
860+
"max impParXY Xi",
861+
"max impParXY Pi"};
862+
863+
} // namespace hf_cuts_xic0_xicp_to_hadronic
866864

867865
namespace hf_cuts_xicc_to_p_k_pi_pi
868866
{

0 commit comments

Comments
 (0)