#include "LegsMakerFirstTryCMB.h"

LegsMakerFirstTryCMB


class description - source file - inheritance tree (.pdf)

class LegsMakerFirstTryCMB : public LegsMaker

Inheritance Chart:
TObject
<-
LegsMaker
<-
LegsMakerFirstTryCMB

    public:
LegsMakerFirstTryCMB(Int_t add = 1) LegsMakerFirstTryCMB(const LegsMakerFirstTryCMB&) virtual ~LegsMakerFirstTryCMB() static TClass* Class() virtual void Init() virtual TClass* IsA() const virtual bool Make() LegsMakerFirstTryCMB& operator=(const LegsMakerFirstTryCMB&) virtual void RunEnd() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    public:
TH1F* fHistPol TH1F* fHistLgt[46] TH1F* fHistX[46] TH1F* fHistTagTof TH1F* fHistPnTof[46] TH1F* fHistXsq TH2F* fHistDiffCoord TH2F* fHistVecCapacity TH2F* fHistXCgeom TH1F* fHistEntrySize TH1F* fHistDet TH2F* fHistCalib[5][20]

Class Description

 The LegsMakerFirstTryCMB class is place to try some misc. tests.

LegsMakerFirstTryCMB(Int_t add) : LegsMaker ("FirstTryCMB"," testing something", add)
 constructor of the class.  Data member "it" initialized to be
 ponter to the LegsRun object which is processed right now. The maker
 added to the list of makers in LegsRun object, so that it knows
 about it. subdirectory in output file created for this maker
 (the directory has the same name as the maker does).

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 be called.

void RunEnd()
 executed at the end of run



Inline Functions


                         void ~LegsMakerFirstTryCMB()
                      TClass* Class()
                      TClass* IsA() const
                         void ShowMembers(TMemberInspector& insp, char* parent)
                         void Streamer(TBuffer& b)
                         void StreamerNVirtual(TBuffer& b)
         LegsMakerFirstTryCMB LegsMakerFirstTryCMB(const LegsMakerFirstTryCMB&)
        LegsMakerFirstTryCMB& operator=(const LegsMakerFirstTryCMB&)


Last update: Wed May 18 13:33:05 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.