FairRoot/PandaRoot
PndMvdMCEventAna.h
Go to the documentation of this file.
1 //
2 // C++ Interface: PndMvdMCEventAna
3 //
4 // Description:
5 //
6 //
7 // Author: t.stockmanns <stockman@ikp455>, (C) 2007
8 //
9 // Copyright: See COPYING file that comes with this distribution
10 //
11 //
12 #ifndef PNDMVDMCEVENTANA_H
13 #define PNDMVDMCEVENTANA_H
14 
15 #include "PndMvdEventAna.h"
16 #include "PndSdsMCPoint.h"
17 #include "TTree.h"
18 #include "TCanvas.h"
19 #include "TH1.h"
20 #include "TH2.h"
21 #include "TFile.h"
22 #include "TClonesArray.h"
23 
24 
29 public:
31  PndMvdMCEventAna(TString fileName);
32  virtual ~PndMvdMCEventAna(){};
33 
34  virtual void InitBranch();
35  virtual void InitHistos();
36  virtual void AnaHitNr(Int_t hitNr);
37 
38 private:
39  TClonesArray* fMCTrackArray;
41 
43 
44 };
45 
46 #endif
TClonesArray * fMCTrackArray
virtual void AnaHitNr(Int_t hitNr)
virtual ~PndMvdMCEventAna()
Class to access the naming information of the MVD.
PndGeoHandling * fGeoH
virtual void InitHistos()
ClassDef(PndMvdMCEventAna, 1)
virtual void InitBranch()