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 
28  public:
30  PndMvdMCEventAna(TString fileName);
31  virtual ~PndMvdMCEventAna(){};
32 
33  virtual void InitBranch();
34  virtual void InitHistos();
35  virtual void AnaHitNr(Int_t hitNr);
36 
37  private:
38  TClonesArray *fMCTrackArray;
39  PndGeoHandling *fGeoH;
40 
41  ClassDef(PndMvdMCEventAna, 1);
42 };
43 
44 #endif
virtual void InitHistos()
virtual ~PndMvdMCEventAna()
Class to access the naming information of the MVD.
virtual void InitBranch()
virtual void AnaHitNr(Int_t hitNr)