You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable<bool> globalpt{"globalpt", true, "select tracks based on pt global vs tpc"};
84
84
Configurable<bool> cqvas{"cqvas", false, "change q vectors after shift correction"};
85
85
Configurable<int> useprofile{"useprofile", 3, "flag to select profile vs Sparse"};
86
-
Configurable<int> QxyNbins{"QxyNbins", 100, "Number of bins in QxQy histograms"};
87
-
Configurable<float> lbinQxy{"lbinQxy", -5.0, "lower bin value in QxQy histograms"};
88
-
Configurable<float> hbinQxy{"hbinQxy", 5.0, "higher bin value in QxQy histograms"};
89
86
Configurable<int> cfgMaxOccupancy{"cfgMaxOccupancy", 1000, "maximum occupancy of tracks in neighbouring collisions in a given time range"};
90
87
Configurable<int> cfgMinOccupancy{"cfgMinOccupancy", 0, "maximum occupancy of tracks in neighbouring collisions in a given time range"};
91
88
Configurable<int> sys{"sys", 1, "flag to select systematic source"};
@@ -132,24 +129,26 @@ struct lambdapolsp {
132
129
Configurable<std::string> ConfAccPathL{"ConfAccPathL", "Users/p/prottay/My/Object/From379780/Fulldata/NewPbPbpass4_28032025/acccorrL", "Path to acceptance correction for Lambda"};
133
130
Configurable<std::string> ConfAccPathAL{"ConfAccPathAL", "Users/p/prottay/My/Object/From379780/Fulldata/NewPbPbpass4_28032025/acccorrAL", "Path to acceptance correction for AntiLambda"};
134
131
135
-
// Configurable<int> CentNbins{"CentNbins", 16, "Number of bins in cent histograms"};
136
-
// Configurable<float> lbinCent{"lbinCent", 0.0, "lower bin value in cent histograms"};
137
-
// Configurable<float> hbinCent{"hbinCent", 80.0, "higher bin value in cent histograms"};
138
-
Configurable<int> SANbins{"SANbins", 20, "Number of bins in costhetastar"};
139
-
Configurable<float> lbinSA{"lbinSA", -1.0, "lower bin value in costhetastar histograms"};
140
-
Configurable<float> hbinSA{"hbinSA", 1.0, "higher bin value in costhetastar histograms"};
141
-
Configurable<int> PolNbins{"PolNbins", 20, "Number of bins in polarisation"};
142
-
Configurable<float> lbinPol{"lbinPol", -1.0, "lower bin value in #phi-#psi histograms"};
143
-
Configurable<float> hbinPol{"hbinPol", 1.0, "higher bin value in #phi-#psi histograms"};
144
-
Configurable<int> IMNbins{"IMNbins", 100, "Number of bins in invariant mass"};
145
-
Configurable<float> lbinIM{"lbinIM", 1.0, "lower bin value in IM histograms"};
146
-
Configurable<float> hbinIM{"hbinIM", 1.2, "higher bin value in IM histograms"};
147
-
Configurable<int> resNbins{"resNbins", 50, "Number of bins in reso"};
148
-
Configurable<float> lbinres{"lbinres", 0.0, "lower bin value in reso histograms"};
149
-
Configurable<float> hbinres{"hbinres", 10.0, "higher bin value in reso histograms"};
150
-
Configurable<int> spNbins{"spNbins", 2000, "Number of bins in sp"};
151
-
Configurable<float> lbinsp{"lbinsp", -1.0, "lower bin value in sp histograms"};
152
-
Configurable<float> hbinsp{"hbinsp", 1.0, "higher bin value in sp histograms"};
132
+
struct : ConfigurableGroup {
133
+
Configurable<int> QxyNbins{"QxyNbins", 100, "Number of bins in QxQy histograms"};
134
+
Configurable<float> lbinQxy{"lbinQxy", -5.0, "lower bin value in QxQy histograms"};
135
+
Configurable<float> hbinQxy{"hbinQxy", 5.0, "higher bin value in QxQy histograms"};
136
+
Configurable<int> PolNbins{"PolNbins", 20, "Number of bins in polarisation"};
137
+
Configurable<float> lbinPol{"lbinPol", -1.0, "lower bin value in #phi-#psi histograms"};
138
+
Configurable<float> hbinPol{"hbinPol", 1.0, "higher bin value in #phi-#psi histograms"};
139
+
Configurable<int> IMNbins{"IMNbins", 100, "Number of bins in invariant mass"};
140
+
Configurable<float> lbinIM{"lbinIM", 1.0, "lower bin value in IM histograms"};
141
+
Configurable<float> hbinIM{"hbinIM", 1.2, "higher bin value in IM histograms"};
142
+
Configurable<int> resNbins{"resNbins", 50, "Number of bins in reso"};
143
+
Configurable<float> lbinres{"lbinres", 0.0, "lower bin value in reso histograms"};
144
+
Configurable<float> hbinres{"hbinres", 10.0, "higher bin value in reso histograms"};
145
+
Configurable<int> spNbins{"spNbins", 2000, "Number of bins in sp"};
146
+
Configurable<float> lbinsp{"lbinsp", -1.0, "lower bin value in sp histograms"};
147
+
Configurable<float> hbinsp{"hbinsp", 1.0, "higher bin value in sp histograms"};
148
+
// Configurable<int> CentNbins{"CentNbins", 16, "Number of bins in cent histograms"};
149
+
// Configurable<float> lbinCent{"lbinCent", 0.0, "lower bin value in cent histograms"};
150
+
// Configurable<float> hbinCent{"hbinCent", 80.0, "higher bin value in cent histograms"};
0 commit comments