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: PWGLF/TableProducer/Strangeness/sigma0builder.cxx
+15-13Lines changed: 15 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,11 @@
9
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
10
// or submit itself to any jurisdiction.
11
11
//
12
-
// This is a task that employs the standard V0 tables and attempts to combine
13
-
// two V0s into a Sigma0 -> Lambda + gamma candidate.
14
-
// *+-+*+-+*+-+*+-+*+-+*+-+*+-+*+-+*
15
-
// Sigma0 builder task
16
-
// *+-+*+-+*+-+*+-+*+-+*+-+*+-+*+-+*
17
-
//
18
-
// Comments, questions, complaints, suggestions?
19
-
// Please write to:
20
-
// gianni.shigeru.setoue.liveraro@cern.ch
21
-
// oussama.benchikhi@cern.ch
22
-
//
12
+
13
+
/// \file sigma0builder.cxx
14
+
/// \brief This is a task that employs the standard V0 tables and attempts to combine two V0s into a Sigma0 -> Lambda + gamma candidate.
15
+
/// \author Gianni Shigeru Setoue Liveraro
16
+
/// \author Oussama Benchikhi
23
17
24
18
#include"PWGEM/PhotonMeson/Utils/MCUtilities.h"
25
19
#include"PWGJE/DataModel/EMCALClusters.h"
@@ -286,6 +280,7 @@ struct sigma0builder {
286
280
Configurable<bool> KShortRejectPosITSafterburner{"KShortRejectPosITSafterburner", false, "reject positive track formed out of afterburner ITS tracks"};
287
281
Configurable<bool> KShortRejectNegITSafterburner{"KShortRejectNegITSafterburner", false, "reject negative track formed out of afterburner ITS tracks"};
288
282
Configurable<float> KShortArmenterosCoefficient{"KShortArmenterosCoefficient", 0.2, "Armenteros-Podolanski coefficient to reject lambdas"};
Copy file name to clipboardExpand all lines: PWGLF/Tasks/Resonances/k892hadronphotonBkg.cxx
+61-13Lines changed: 61 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,10 @@
8
8
// In applying this license CERN does not waive the privileges and immunities
9
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
10
// or submit itself to any jurisdiction.
11
-
//
12
-
// This is a ask that computes the same-event rotational and the
13
-
// mixed-event combinatorial backgrounds for the K*(892) -> K0S + gamma analysis.
14
-
// *+-+*+-+*+-+*+-+*+-+*+-+*+-+*+-+*
15
-
// K892 hadron-photon background task
16
-
// *+-+*+-+*+-+*+-+*+-+*+-+*+-+*+-+*
17
-
//
18
-
// Comments, questions, complaints, suggestions?
19
-
// Please write to:
20
-
// oussama.benchikhi@cern.ch
21
-
//
11
+
12
+
/// \file k892hadronphotonBkg.cxx
13
+
/// \brief This is a ask that computes the same-event rotational and the mixed-event combinatorial backgrounds for the K*(892) -> K0S + gamma analysis.
Configurable<bool> kshortRejectPosITSafterburner{"kshortRejectPosITSafterburner", false, "reject positive track formed out of afterburner ITS tracks"};
176
176
Configurable<bool> kshortRejectNegITSafterburner{"kshortRejectNegITSafterburner", false, "reject negative track formed out of afterburner ITS tracks"};
177
177
Configurable<float> kshortArmenterosCoefficient{"kshortArmenterosCoefficient", 0.2, "Armenteros-Podolanski coefficient to reject lambdas"};
0 commit comments