Skip to content

Commit efa0629

Browse files
New selections + minor fixes
1 parent e0a5f1d commit efa0629

File tree

2 files changed

+209
-191
lines changed

2 files changed

+209
-191
lines changed

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ struct sigma0builder {
7878

7979
//__________________________________________________
8080
// Pi0 specific
81-
Produces<aod::Pi0Cores> pi0cores; // pi0 candidates info for analysis
82-
Produces<aod::Pi0CollRef> pi0coresRefs; // references collisions from photonpair
83-
Produces<aod::Pi0CoresMC> pi0coresmc; // Reco pi0 MC properties
84-
Produces<aod::Pi0Gens> pi0Gens; // Generated pi0s
85-
Produces<aod::Pi0GenCollRef> pi0GenCollRefs; // references collisions from pi0Gens
81+
Produces<aod::Pi0Cores> pi0cores; // pi0 candidates info for analysis
82+
Produces<aod::Pi0CollRef> pi0coresRefs; // references collisions from photonpair
83+
Produces<aod::Pi0CoresMC> pi0coresmc; // Reco pi0 MC properties
84+
Produces<aod::Pi0Gens> pi0Gens; // Generated pi0s
85+
Produces<aod::Pi0GenCollRef> pi0GenCollRefs; // references collisions from pi0Gens
8686

8787
//__________________________________________________
8888
// pack track quality but separte also afterburner
@@ -125,7 +125,7 @@ struct sigma0builder {
125125
Configurable<float> LambdaMaxv0radius{"LambdaMaxv0radius", 60, "Max V0 radius (cm)"};
126126
Configurable<float> LambdaWindow{"LambdaWindow", 0.05, "Mass window around expected (in GeV/c2)"};
127127

128-
//// Photon criteria:
128+
//// Photon criteria (for sigma0s and pi0s):
129129
Configurable<float> PhotonMaxDauPseudoRap{"PhotonMaxDauPseudoRap", 1.5, "Max pseudorapidity of daughter tracks"};
130130
Configurable<float> PhotonMinDCAToPv{"PhotonMinDCAToPv", 0.0, "Min DCA daughter To PV (cm)"};
131131
Configurable<float> PhotonMaxDCAV0Dau{"PhotonMaxDCAV0Dau", 3.5, "Max DCA V0 Daughters (cm)"};

0 commit comments

Comments
 (0)