#include "hshowerhittof.h"

HShowerHitTof


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

class HShowerHitTof : public HShowerHit

Inheritance Chart:
TObject
<-
HShowerHit
<-
HShowerHitTof
<-
HShowerHitTofTrack

    public:
HShowerHitTof() HShowerHitTof(const HShowerHitTof&) ~HShowerHitTof() static TClass* Class() Float_t getADC() const Float_t getDriftTime() Float_t getTof() Int_t getTofinoCell() const Int_t getTofinoMult() const virtual TClass* IsA() const HShowerHitTof& operator=(HShowerHitTof& ht) HShowerHitTof& operator=(HShowerHit& ht) void setADC(Float_t adc) void setDriftTime(Float_t time) void setTof(Float_t tof) void setTofinoCell(Int_t tcell) void setTofinoMult(Int_t mult) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Float_t m_fTof calibrated tof from Tofino in ns Float_t m_fDriftTime time of light propagation in scintillator in ns Float_t m_fADC energy Int_t m_nTofinoCell cell of Tofino which is used Int_t m_nTofinoMult multiplicity in Tofino cell

Class Description


 HShowerHitTof

 Data object for correlated Shower/Tofino hits.
 This data object is filled by HShowerTofinoCorrelator
 which takes information from HShowerHit and HTofinoCal
 data containers.



HShowerHitTof()



Inline Functions


                  void ~HShowerHitTof()
                  void setTof(Float_t tof)
                  void setDriftTime(Float_t time)
                  void setADC(Float_t adc)
                  void setTofinoCell(Int_t tcell)
                  void setTofinoMult(Int_t mult)
               Float_t getTof()
               Float_t getDriftTime()
               Float_t getADC() const
                 Int_t getTofinoCell() const
                 Int_t getTofinoMult() const
        HShowerHitTof& operator=(HShowerHitTof& ht)
        HShowerHitTof& operator=(HShowerHit& ht)
               TClass* Class()
               TClass* IsA() const
                  void ShowMembers(TMemberInspector& insp, char* parent)
                  void Streamer(TBuffer& b)
                  void StreamerNVirtual(TBuffer& b)
         HShowerHitTof HShowerHitTof(const HShowerHitTof&)


Last update: 19/04/05 by Jacek Otwinowski


ROOT 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.