3232
3333#include " TF1.h"
3434#include " TF2.h"
35- #include < TPDGCode.h>
3635#include < Math/Vector4D.h>
36+ #include < TPDGCode.h>
3737
3838#include < string>
3939#include < vector>
@@ -75,12 +75,12 @@ struct strangecasctrack {
7575 Configurable<bool > doApplyEventCuts{" doApplyEventCuts" , true , " apply general event cuts" }; // general cascade cuts - dca, cosPA etc.
7676 // Xi selections
7777 Configurable<bool > doApplyGenCutsXi{" doApplyGenCutsXi" , true , " apply general cuts (Omega)" }; // general cascade cuts - dca, cosPA etc.
78- Configurable<bool > doApplyPtCutsXi{" doApplyPtCutsXi" , true , " apply pt cuts (Xi)" }; // ignore particles with extremely low efficiencies
78+ Configurable<bool > doApplyPtCutsXi{" doApplyPtCutsXi" , true , " apply pt cuts (Xi)" }; // ignore particles with extremely low efficiencies
7979 Configurable<bool > doApplyTPCPIDXi{" doApplyTPCPIDXi" , true , " apply tpc pid to dau tracks (Xi)" };
8080 Configurable<bool > doApplyTOFPIDXi{" doApplyTOFPIDXi" , true , " apply tof pid to dau tracks (Xi)" };
8181 // Omega selections
8282 Configurable<bool > doApplyGenCutsOmega{" doApplyGenCutsOmega" , true , " apply general cuts (Omega)" }; // general cascade cuts - dca, cosPA etc.
83- Configurable<bool > doApplyPtCutsOmega{" doApplyPtCutsOmega" , true , " apply pt cuts (Omega)" }; // ignore particles with extremely low efficiencies
83+ Configurable<bool > doApplyPtCutsOmega{" doApplyPtCutsOmega" , true , " apply pt cuts (Omega)" }; // ignore particles with extremely low efficiencies
8484 Configurable<bool > doApplyTPCPIDOmega{" doApplyTPCPIDOmega" , true , " apply tpc pid to dau tracks (Omega)" };
8585 Configurable<bool > doApplyTOFPIDOmega{" doApplyTOFPIDOmega" , true , " apply tof pid to dau tracks (Omega)" };
8686 Configurable<bool > doCompetingMassRej{" doCompetingMassRej" , true , " competing mass rejection (Omega)" };
@@ -254,9 +254,9 @@ struct strangecasctrack {
254254 LOG (info) << " Efficiencies and purities now loaded for " << mRunNumber ;
255255
256256 if (doPropagateEfficiency2D && (!hEfficiencyErrOmegaStd2D || !hEfficiencyErrOmegaTra2D || !hEfficiencyErrXiStd2D || !hEfficiencyErrXiTra2D))
257- LOG (fatal) << " Problem getting hEfficiencyUncertainty!" ;
257+ LOG (fatal) << " Problem getting hEfficiencyUncertainty!" ;
258258 if (doPropagatePurity2D && (!hPurityErrOmegaStd2D || !hPurityErrOmegaTra2D || !hPurityErrXiStd2D || !hPurityErrXiTra2D))
259- LOG (fatal) << " Problem getting hPurityUncertainty!" ;
259+ LOG (fatal) << " Problem getting hPurityUncertainty!" ;
260260 LOG (info) << " Efficiencies and purities now loaded for " << mRunNumber ;
261261 }
262262 // general info about processed events
@@ -280,10 +280,10 @@ struct strangecasctrack {
280280 if (std::abs (collision.posZ ()) > selCuts.cutZVertex )
281281 return false ;
282282 if (selCuts.cutSel8 && !collision.sel8 ())
283- return false ;
283+ return false ;
284284 return true ;
285285 }
286- // checks general selection criteria for cascades
286+ // checks general selection criteria for cascades
287287 template <typename TEvent, typename TCascade>
288288 bool isValidCasc (TEvent collision, TCascade cascade, TString particle)
289289 {
0 commit comments