#include <St_TLA_Maker.h>

Public Member Functions | |
| St_TLA_Maker (const char *name="TLA") | |
| virtual | ~St_TLA_Maker () |
| This is TLA destructor. | |
| virtual Int_t | Init () |
| Init - is a first method the top level StChain calls to initialize all its makers. | |
| virtual Int_t | Make () |
| Make - this method is called in loop for each event. | |
| virtual const char * | GetCVS () const |
| Displayed on session exit, leave it as-is please ... | |
Definition at line 35 of file St_TLA_Maker.h.
| St_TLA_Maker::~St_TLA_Maker | ( | ) | [virtual] |
This is TLA destructor.
The first comment lines after the opening bracket ({) of a member function are considered as a member function description
The first comment lines after the opening bracket ({) of a member function are considered as a member function description see: ROOT HTML documentation
Definition at line 64 of file St_TLA_Maker.cxx.
1.5.9