StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEEmcMixTreeMaker.h
1 #ifndef __StEEmcMixTreeMaker_h__
2 #define __StEEmcMixTreeMaker_h__
3 
4 #include "StEEmcMixMaker.h"
5 #include <TTree.h>
6 #include "StEEmcPair.h"
7 #include "StEEmcPoint.h"
8 #include "TObjArray.h"
9 #include "TString.h"
10 #include "TFile.h"
11 #include "StEEmcMixEvent.h"
12 
14 
15  public:
16 
17  StEEmcMixTreeMaker( const Char_t *name );
18  ~StEEmcMixTreeMaker(){ /* nada */ };
19 
20  Int_t Init();
21  Int_t Make();
22  void Clear(Option_t *opts="");
23 
24  void setFilename( const Char_t *f="out.root" ){ mFilename=f; };
25 
26  Int_t Finish();
27 
28  private:
29  protected:
30 
31  TTree *mTree;
32  StEEmcMixEvent *mMixEvent;
33 
34  TString mFilename;
35  TFile *mFile;
36 
37  ClassDef(StEEmcMixTreeMaker,1);
38 
39 };
40 
41 #endif
void Clear(Option_t *opts="")
Clear.
copied from muDst
A class for mixing pi0 candidates.
Int_t Make()
Process.
Int_t Init()
Initialize.