File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
PWGLF/TableProducer/Strangeness Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ struct cascadeFlow {
156156 Configurable<bool > isQVecT0C{" isQVecT0C" , 1 , " " };
157157 Configurable<bool > isQVecT0M{" isQVecT0M" , 0 , " " };
158158 Configurable<bool > isQVecV0A{" isQVecV0A" , 0 , " " };
159-
159+
160160 // Output filling criteria
161161 struct : ConfigurableGroup {
162162 Configurable<bool > isFillTree{" isFillTree" , 1 , " " };
@@ -664,7 +664,7 @@ struct cascadeFlow {
664664 chargeIndex,
665665 v0.pt (),
666666 v0.phi (),
667- v0.eta (),
667+ v0.eta (),
668668 invMassLambda,
669669 v0.v0radius (),
670670 v0.dcapostopv (),
@@ -1658,18 +1658,18 @@ struct cascadeFlow {
16581658
16591659 double qvecRe = 0 ;
16601660 double qvecIm = 0 ;
1661-
1661+
16621662 if (isQVecT0C) {
16631663 qvecRe = coll.qvecFT0CRe ();
16641664 qvecIm = coll.qvecFT0CIm ();
16651665 } else if (isQVecT0M) {
16661666 qvecRe = coll.qvecFT0MRe ();
16671667 qvecIm = coll.qvecFT0MIm ();
1668- } else if (isQVecV0A){
1668+ } else if (isQVecV0A) {
16691669 qvecRe = coll.qvecFV0ARe ();
16701670 qvecIm = coll.qvecFV0AIm ();
16711671 }
1672-
1672+
16731673 // select only events used for the calibration of the event plane
16741674 if (isGoodEventEP) {
16751675 if (std::abs (qvecRe) > 990 || std::abs (qvecIm) > 990 || std::abs (coll.qvecBNegRe ()) > 990 || std::abs (coll.qvecBNegIm ()) > 990 || std::abs (coll.qvecBPosRe ()) > 990 || std::abs (coll.qvecBPosIm ()) > 990 ) {
You can’t perform that action at this time.
0 commit comments