#include <StiTreeMaker.h>
|
| StiTreeMaker (const std::string &name="StiTreeMaker", const std::string &suffix="stitree") |
|
virtual | ~StiTreeMaker () |
|
virtual Int_t | Init () |
| Creates an output ROOT file and a ROOT tree with a user defined structure. More...
|
|
virtual Int_t | Make ()=0 |
|
virtual void | Clear (Option_t *opt="") |
| Clear the container for the next event. More...
|
|
virtual Int_t | Finish () |
|
Definition at line 13 of file StiTreeMaker.h.
StiTreeMaker::StiTreeMaker |
( |
const std::string & |
name = "StiTreeMaker" , |
|
|
const std::string & |
suffix = "stitree" |
|
) |
| |
StiTreeMaker::~StiTreeMaker |
( |
| ) |
|
|
virtual |
void StiTreeMaker::Clear |
( |
Option_t * |
opt = "" | ) |
|
|
virtual |
Int_t StiTreeMaker::Finish |
( |
| ) |
|
|
virtual |
Int_t StiTreeMaker::Init |
( |
| ) |
|
|
virtual |
Creates an output ROOT file and a ROOT tree with a user defined structure.
It is the user's responsibility to attach a branch to the tree by overriding SetEventTree(). The name of the output file is formed from the input file name by adding a suffix string.
Definition at line 38 of file StiTreeMaker.cxx.
virtual Int_t StiTreeMaker::Make |
( |
| ) |
|
|
pure virtual |
virtual void StiTreeMaker::SetEventTree |
( |
| ) |
|
|
protectedpure virtual |
TFile* StiTreeMaker::fFile |
|
protected |
std::string StiTreeMaker::fSuffix |
|
protected |
A string to append to the output file name.
Definition at line 29 of file StiTreeMaker.h.
TTree* StiTreeMaker::fTree |
|
protected |
The documentation for this class was generated from the following files: