using namespace std; void printCuts(TString str){ TString s = str(0,1); Int_t goodId= s.Atoi(); s = str(1,1); Int_t v0FinderType= s.Atoi(); s = str(2,1); Int_t eProbCut= s.Atoi(); s = str(3,1); Int_t ededxSigmaCut= s.Atoi(); s = str(4,1); Int_t pidedxSigmaCut= s.Atoi(); s = str(5,1); Int_t piMomdedxSigmaCut= s.Atoi(); s = str(6,1); Int_t chi2GammaCut= s.Atoi(); s = str(7,1); Int_t singlePtCut= s.Atoi(); s = str(8,1); Int_t clsTPCCut= s.Atoi(); s = str(9,1); Int_t etaCut= s.Atoi(); /* cout<<"etaCut: "<