]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/hfe/AliHFEpriVtx.cxx
Use folder in ouput file: savannah 57874 (Markus)
[u/mrichter/AliRoot.git] / PWG3 / hfe / AliHFEpriVtx.cxx
index ebff88992fa9cc4292196882ab03539a7df0868b..13bc6752d565f28d3d06b83d1cb9d29c51622a02 100644 (file)
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
-/**************************************************************************
- *                                                                        *
- *  QA class of primary vertex study for Heavy Flavor electrons           *
- *                                                                        *
- * Authors:                                                               *
- *   MinJung Kweon <minjung@physi.uni-heidelberg.de>                      *
- *                                                                        *
- **************************************************************************/
+//
+//  QA class of primary vertex study for Heavy Flavor electrons
+//
+// Authors:
+//   MinJung Kweon <minjung@physi.uni-heidelberg.de>
+//
 
 
-#include <iostream>
 #include <TH2F.h>
-#include <TH3F.h>
-#include "TLorentzVector.h"
-#include <TNtuple.h>
 #include <TParticle.h>
 
 #include "AliESDEvent.h"
@@ -141,9 +135,9 @@ void AliHFEpriVtx::CreateHistograms(TString hnopt)
            hname=hnopt+"nPrimVtxContributor_"+fkSourceLabel[isource];
            fPrimVtx[isource].fNprimVtxContributor = new TH1F(hname,hname,100,0,100);
            hname=hnopt+"PtElec_"+fkSourceLabel[isource];
-           fPrimVtx[isource].fPtElec = new TH1F(hname,hname,150,0,30);
+           fPrimVtx[isource].fPtElec = new TH1F(hname,hname,250,0,50);
            hname=hnopt+"PtElecContributor_"+fkSourceLabel[isource];
-           fPrimVtx[isource].fPtElecContributor = new TH1F(hname,hname,150,0,30);
+           fPrimVtx[isource].fPtElecContributor = new TH1F(hname,hname,250,0,50);
 
         }
 
@@ -154,7 +148,7 @@ void AliHFEpriVtx::CreateHistograms(TString hnopt)
         hname=hnopt+"nESDprimVtxIndices";
         fNESDprimVtxIndices= new TH1I(hname,hname,100,0,100);
         hname=hnopt+"diffDCAvsPt";
-        fDiffDCAvsPt = new TH2F(hname,hname,150,0,30,500,0,1);
+        fDiffDCAvsPt = new TH2F(hname,hname,250,0,50,500,0,1);
         hname=hnopt+"diffDCAvsNt";
         fDiffDCAvsNt = new TH2F(hname,hname,100,0,100,500,0,1);
 
@@ -275,7 +269,7 @@ void AliHFEpriVtx::CountPriVxtElecContributor(AliESDtrack *ESDelectron, Int_t so
 }
 
 //_______________________________________________________________________________________________
-void AliHFEpriVtx::FillNprimVtxContributor()
+void AliHFEpriVtx::FillNprimVtxContributor() const
 {
         //
         // Fill histogram with number of electrons contributing to the primary vertex