FairRoot/PandaRoot
PndMCTruthMatch.h
Go to the documentation of this file.
1 /*
2  * PndMCTruthMatch.h
3  *
4  * Created on: Apr 12, 2010
5  * Author: stockman
6  */
7 
8 #ifndef PndMCTruthMatch_H_
9 #define PndMCTruthMatch_H_
10 
11 
12 // framework includes
13 #include "FairTask.h"
14 
15 #include "TClonesArray.h"
16 #include <math.h>
17 
24 
25 class PndMCTruthMatch : public FairTask {
26 public:
28  PndMCTruthMatch(TString inBranchName);
29  virtual ~PndMCTruthMatch();
30 
32 // virtual void SetParContainers();
33  virtual InitStatus Init();
35 
37  virtual void Exec(Option_t* opt);
38 
39 private:
40  TClonesArray* fMCTrack;
41  TClonesArray* fInBranch;
42 
44 
45 
47 };
48 
49 #endif /* PndMCTruthMatch_H_ */
virtual void Exec(Option_t *opt)
virtual InitStatus Init()
TClonesArray * fMCTrack
virtual void SetInBranchName(TString name)
ClassDef(PndMCTruthMatch, 1)
TString name
TClonesArray * fInBranch
virtual ~PndMCTruthMatch()