]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
update for systematic study
authorssakai <Shingo.Sakai@lnf.infn.it>
Wed, 13 Aug 2014 15:25:01 +0000 (17:25 +0200)
committerssakai <Shingo.Sakai@lnf.infn.it>
Wed, 13 Aug 2014 15:26:08 +0000 (17:26 +0200)
PWGHF/hfe/AliAnalysisTaskEMCalHFEpA.cxx

index f06fb4c5ec145592f93c6b616c31d2a7952d6645..2c2aae31731911c58b2c03c50d9b31ff556614d1 100644 (file)
@@ -19,7 +19,7 @@
        //      Task for Heavy-flavour electron analysis in pPb collisions    //
        //      (+ Electron-Hadron Jetlike Azimuthal Correlation)             //
        //                                                                                                                                        //
-       //              version: July 28, 2014.                                                               //
+       //              version: August 13, 2014.                                                                     //
        //                                                                    //
        //          Authors                                                                               //
        //              Elienos Pereira de Oliveira Filho (epereira@cern.ch)          //
@@ -2552,13 +2552,13 @@ void AliAnalysisTaskEMCalHFEpA::UserExec(Option_t *)
                                                                if(fUseEMCal) fShowerShape_ha->Fill(M02,M20);
                                                        }
                                                }
-                                                       //for systematic studies of hadron contamination
-                                               if(fTPCnSigma < -4){
+                                               //for systematic studies of hadron contamination
+                                               if(fTPCnSigma < -3){
                                                        fEoverP_pt_pions->Fill(fPt, EoverP);
                                                        
                                                }
                                                
-                                               if(fTPCnSigma < -5){
+                                               if(fTPCnSigma < -3.5){
                                                        fEoverP_pt_pions2->Fill(fPt, EoverP);
                                                        
                                                }