#include "LegsMakerRawPnTdcs.h"

LegsMakerRawPnTdcs


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

class LegsMakerRawPnTdcs : public LegsMaker

Inheritance Chart:
TObject
<-
LegsMaker
<-
LegsMakerRawPnTdcs

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

Data Members

    private:
vector<float> fX1 ! vector<float> fX2 ! vector<float> fSlope ! vector<float> fOffset ! public:
static const enum LegsMakerRawPnTdcs:: kPb static const enum LegsMakerRawPnTdcs:: kXt static const enum LegsMakerRawPnTdcs:: kPn static const enum LegsMakerRawPnTdcs:: kPv static const enum LegsMakerRawPnTdcs:: kXc static const enum LegsMakerRawPnTdcs:: kPf TH1F* fHistPnRBeta TH2F* fHistPnRBetaTagTDC TH1F* fHistTdc1[46] TH1F* fHistTdc2[46] TH1F* fHistAdc1[46] TH1F* fHistAdc2[46]

Class Description

 The class looks into x-posiiton reconstruction in PN-bars
 histograms are produced to check that x really goes from -80 to 80 cm.

LegsMakerRawPnTdcs( Int_t add) : LegsMaker("RawPnTdcs","PN Raw ADC+TDC histos", 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 ~LegsMakerRawPnTdcs()
                    TClass* Class()
                    TClass* IsA() const
                       void ShowMembers(TMemberInspector& insp, char* parent)
                       void Streamer(TBuffer& b)
                       void StreamerNVirtual(TBuffer& b)
         LegsMakerRawPnTdcs LegsMakerRawPnTdcs(const LegsMakerRawPnTdcs&)
        LegsMakerRawPnTdcs& operator=(const LegsMakerRawPnTdcs&)


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