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
Copy file name to clipboardExpand all lines: PWGEM/Dilepton/Core/Dilepton.h
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,8 @@ struct Dilepton {
239
239
Configurable<float> cfg_min_p_ITSNsigmaPr{"cfg_min_p_ITSNsigmaPr", 0.0, "min p for proton exclusion in ITS"};
240
240
Configurable<float> cfg_max_p_ITSNsigmaPr{"cfg_max_p_ITSNsigmaPr", 0.0, "max p for proton exclusion in ITS"};
241
241
Configurable<bool> enableTTCA{"enableTTCA", true, "Flag to enable or disable TTCA"};
242
+
Configurable<bool> includeITSsa{"includeITSsa", false, "Flag to enable ITSsa tracks"};
243
+
Configurable<float> cfg_max_pt_track_ITSsa{"cfg_max_pt_track_ITSsa", 0.15, "max pt for ITSsa tracks"};
242
244
243
245
// configuration for PID ML
244
246
Configurable<std::vector<std::string>> onnxFileNames{"onnxFileNames", std::vector<std::string>{"filename"}, "ONNX file names for each bin (if not from CCDB full path)"};
Copy file name to clipboardExpand all lines: PWGEM/Dilepton/Core/DileptonMC.h
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,8 @@ struct DileptonMC {
230
230
Configurable<float> cfg_min_p_ITSNsigmaPr{"cfg_min_p_ITSNsigmaPr", 0.0, "min p for proton exclusion in ITS"};
231
231
Configurable<float> cfg_max_p_ITSNsigmaPr{"cfg_max_p_ITSNsigmaPr", 0.0, "max p for proton exclusion in ITS"};
232
232
Configurable<bool> enableTTCA{"enableTTCA", true, "Flag to enable or disable TTCA"};
233
+
Configurable<bool> includeITSsa{"includeITSsa", false, "Flag to enable ITSsa tracks"};
234
+
Configurable<float> cfg_max_pt_track_ITSsa{"cfg_max_pt_track_ITSsa", 0.15, "max pt for ITSsa tracks"};
233
235
234
236
// configuration for PID ML
235
237
Configurable<std::vector<std::string>> onnxFileNames{"onnxFileNames", std::vector<std::string>{"filename"}, "ONNX file names for each bin (if not from CCDB full path)"};
Copy file name to clipboardExpand all lines: PWGEM/Dilepton/Core/PhotonHBT.h
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,8 @@ struct PhotonHBT {
240
240
Configurable<float> cfg_min_p_ITSNsigmaPr{"cfg_min_p_ITSNsigmaPr", 0.0, "min p for proton exclusion in ITS"};
241
241
Configurable<float> cfg_max_p_ITSNsigmaPr{"cfg_max_p_ITSNsigmaPr", 0.0, "max p for proton exclusion in ITS"};
242
242
Configurable<bool> enableTTCA{"enableTTCA", true, "Flag to enable or disable TTCA"};
243
+
Configurable<bool> includeITSsa{"includeITSsa", false, "Flag to enable ITSsa tracks"};
244
+
Configurable<float> cfg_max_pt_track_ITSsa{"cfg_max_pt_track_ITSsa", 0.15, "max pt for ITSsa tracks"};
243
245
244
246
// configuration for PID ML
245
247
Configurable<std::vector<std::string>> onnxFileNames{"onnxFileNames", std::vector<std::string>{"filename"}, "ONNX file names for each bin (if not from CCDB full path)"};
Copy file name to clipboardExpand all lines: PWGEM/Dilepton/Core/SingleTrackQC.h
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,8 @@ struct SingleTrackQC {
171
171
Configurable<float> cfg_min_p_ITSNsigmaPr{"cfg_min_p_ITSNsigmaPr", 0.0, "min p for proton exclusion in ITS"};
172
172
Configurable<float> cfg_max_p_ITSNsigmaPr{"cfg_max_p_ITSNsigmaPr", 0.0, "max p for proton exclusion in ITS"};
173
173
Configurable<bool> enableTTCA{"enableTTCA", true, "Flag to enable or disable TTCA"};
174
+
Configurable<bool> includeITSsa{"includeITSsa", false, "Flag to enable ITSsa tracks"};
175
+
Configurable<float> cfg_max_pt_track_ITSsa{"cfg_max_pt_track_ITSsa", 0.15, "max pt for ITSsa tracks"};
174
176
175
177
// configuration for PID ML
176
178
Configurable<std::vector<std::string>> onnxFileNames{"onnxFileNames", std::vector<std::string>{"filename"}, "ONNX file names for each bin (if not from CCDB full path)"};
Copy file name to clipboardExpand all lines: PWGEM/Dilepton/Core/SingleTrackQCMC.h
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,8 @@ struct SingleTrackQCMC {
178
178
Configurable<float> cfg_min_p_ITSNsigmaPr{"cfg_min_p_ITSNsigmaPr", 0.0, "min p for proton exclusion in ITS"};
179
179
Configurable<float> cfg_max_p_ITSNsigmaPr{"cfg_max_p_ITSNsigmaPr", 0.0, "max p for proton exclusion in ITS"};
180
180
Configurable<bool> enableTTCA{"enableTTCA", true, "Flag to enable or disable TTCA"};
181
+
Configurable<bool> includeITSsa{"includeITSsa", false, "Flag to enable ITSsa tracks"};
182
+
Configurable<float> cfg_max_pt_track_ITSsa{"cfg_max_pt_track_ITSsa", 0.15, "max pt for ITSsa tracks"};
181
183
182
184
// configuration for PID ML
183
185
Configurable<std::vector<std::string>> onnxFileNames{"onnxFileNames", std::vector<std::string>{"filename"}, "ONNX file names for each bin (if not from CCDB full path)"};
Copy file name to clipboardExpand all lines: PWGEM/Dilepton/Tasks/prefilterDielectron.cxx
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,8 @@ struct prefilterDielectron {
146
146
Configurable<float> cfg_min_TOFNsigmaEl{"cfg_min_TOFNsigmaEl", -3.0, "min. TOF n sigma for electron inclusion"};
147
147
Configurable<float> cfg_max_TOFNsigmaEl{"cfg_max_TOFNsigmaEl", +3.0, "max. TOF n sigma for electron inclusion"};
148
148
Configurable<bool> enableTTCA{"enableTTCA", true, "Flag to enable or disable TTCA"};
149
+
Configurable<bool> includeITSsa{"includeITSsa", false, "Flag to enable ITSsa tracks"};
150
+
Configurable<float> cfg_max_pt_track_ITSsa{"cfg_max_pt_track_ITSsa", 0.15, "max pt for ITSsa tracks"};
149
151
150
152
// configuration for PID ML
151
153
Configurable<std::vector<std::string>> onnxFileNames{"onnxFileNames", std::vector<std::string>{"filename"}, "ONNX file names for each bin (if not from CCDB full path)"};
0 commit comments