| #include "LegsMakerSample2.h" |
LegsMakerSample2
class description - source file - inheritance tree (.pdf)
public:
LegsMakerSample2(Int_t add = 1)
LegsMakerSample2(const LegsMakerSample2&)
virtual ~LegsMakerSample2()
static TClass* Class()
virtual void Init()
virtual TClass* IsA() const
virtual bool Make()
LegsMakerSample2& operator=(const LegsMakerSample2&)
virtual void RunEnd()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
vector<int> fIndex
vector<float> fValue1
vector<float> fValue2
The LegsMakerSample2 class is a sample of how one can input output
data into ASCII file from within a maker.
LegsMakerSample2(Int_t add)
: LegsMaker ("Sample2","Sample maker - creates 2 histos",add)
void Init()
user initialization, create histos etc
bool Make()
called by LegsRun every event when LegsRun::Loop() is called.
this is the main function from which other functions can also be called.
void RunEnd()
executed at the end of run
Inline Functions
void ~LegsMakerSample2()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
LegsMakerSample2 LegsMakerSample2(const LegsMakerSample2&)
LegsMakerSample2& operator=(const LegsMakerSample2&)
Last update: Wed May 18 13:33:57 2005
ROOT page - Home page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.