#include "LegsMakerPnXpos.h"

LegsMakerPnXpos


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

class LegsMakerPnXpos : public LegsMaker

Inheritance Chart:
TObject
<-
LegsMaker
<-
LegsMakerPnXpos

    public:
LegsMakerPnXpos(Int_t add = 1) LegsMakerPnXpos(const LegsMakerPnXpos&) virtual ~LegsMakerPnXpos() static TClass* Class() virtual void Init() virtual TClass* IsA() const virtual bool Make() LegsMakerPnXpos& operator=(const LegsMakerPnXpos&) 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 LegsMakerPnXpos:: kPb static const enum LegsMakerPnXpos:: kXt static const enum LegsMakerPnXpos:: kPn static const enum LegsMakerPnXpos:: kPv static const enum LegsMakerPnXpos:: kXc static const enum LegsMakerPnXpos:: kPf TH1F* fHistPnX[46] TH1F* fHistPnA[46] TH1F* fHistPnTOF[46] TH1F* fHistPnB[46] TH2F* fHistPnXX[46] TH2F* fHistPnXTOF[46] TH2F* fHistPnXLgt[46] TH2F* fHistPnXYa[3] TH2F* fHistPnXYb[3] TH1F* fHistPnStTof[3] TH1F* fHistTagEgy TH1F* fHistPnTagTDC TH2F* fHistPnTagTof TH1F* fHistPnRBeta TH2F* fHistPnRBetaTagTDC TH1F* fHistIndPnTagTDC[46] TH1F* fHistIndPnRBeta[46] TH2F* fHistIndPnRBetaTagTDC[46] TH2F* fHistIndPnStTag[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.

LegsMakerPnXpos( Int_t add) : LegsMaker("PnXpos","PN x-position 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 ~LegsMakerPnXpos()
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
         LegsMakerPnXpos LegsMakerPnXpos(const LegsMakerPnXpos&)
        LegsMakerPnXpos& operator=(const LegsMakerPnXpos&)


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