#include "LegsMakerPnTagTOF.h"

LegsMakerPnTagTOF


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

class LegsMakerPnTagTOF : public LegsMaker

Inheritance Chart:
TObject
<-
LegsMaker
<-
LegsMakerPnTagTOF

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

Data Members


    public:
static const enum LegsMakerPnTagTOF:: kPb static const enum LegsMakerPnTagTOF:: kXt static const enum LegsMakerPnTagTOF:: kPn static const enum LegsMakerPnTagTOF:: kPv static const enum LegsMakerPnTagTOF:: kXc static const enum LegsMakerPnTagTOF:: kPf static const enum LegsMakerPnTagTOF:: kTag TH1F* fHistPnTagTof TH2F* fHistPnTagTofpC TH2F* fHistPnTagTDCpC TH1F* fHistPnStTof[3] TH2F* fHistIndPnStTag[45] TH2F* fHistIndPnTagTof[45] TH1F* fHistIndPnTagTofpC[45] TH1F* fHistIndPnTagTofpCT[45][64] TH1F* fHistIndPnTagTDC[64] TH2F* fHistIndPnTagTofXpos[45] TH2F* fHistIndPnTagTofTk[45] TH2F* fHistIndPnTkXpos[45]

Class Description

 The class looks into Tagger TOF in respect to the PN-bars
 histograms are produced to check the true tag peak dependent on TagChannel
 and PN counter.

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


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