#include "LegsMakerRawXtAdcs.h"

LegsMakerRawXtAdcs


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

class LegsMakerRawXtAdcs : public LegsMaker

Inheritance Chart:
TObject
<-
LegsMaker
<-
LegsMakerRawXtAdcs

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

Data Members


    public:
TH2F* fHistXtAdc[4][9][10] TH2F* fHistXtLgt[4][9][10] TH2F* fHistNNvXtLgt[4][9][10] TH2F* fHistXtLgtAll TH2F* fHistNNvXtLgtAll

Class Description

 The class looks into Tdcs and Tofs reconstruction in PbG-bars

LegsMakerRawXtAdcs(Int_t add) : LegsMaker("RawXtAdcs","XT Raw ADCs and Lgt", 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.
 returns TRUE if test cut is satisfied
 returns FALSE otherwise



Inline Functions


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


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