#include "hshowercal.h"

HShowerCal


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

class HShowerCal : public HLocatedDataObject

Inheritance Chart:
TObject
<-
HLocatedDataObject
<-
HShowerCal
    private:
Int_t calcAddress() public:
HShowerCal() HShowerCal(const Float_t fCharge) HShowerCal(const HShowerCal&) ~HShowerCal() static TClass* Class() Int_t clear() Int_t getAddress() Float_t getCharge() const Char_t getCol() virtual Int_t getLocationIndex(Int_t i) Char_t getModule() virtual Int_t getNLocationIndex() Char_t getRow() Char_t getSector() virtual TClass* IsA() const Int_t isLocalMax() HShowerCal& operator=(const HShowerCal&) void resetLocalMax() void setCharge(Float_t fCharge) void setCol(Char_t c) void setLocalMax() void setModule(Char_t m) void setRow(Char_t r) void setSector(Char_t s) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Char_t m_nSector position of the pad Char_t m_nModule Char_t m_nRow Char_t m_nCol Float_t m_fCharge calibrated charge in the pad Int_t m_nIsLocalMax ! flag is set if it has been found

Class Description

HShowerCal

HShowerCal contains calibrated data of the pre-SHOWER
In the case of simulaton data, HShowerCal contains these data
from HShowerRawMatr which charge is greater as 1



int clear()
clearing parameters

Int_t calcAddress()
calculation of address of the pad to SMRRCC format
S - sector; 6 for sector==0
M - module
RR - row
CC - col

Int_t getNLocationIndex(void)

Int_t getLocationIndex(Int_t i)

void Streamer(TBuffer &R__b)
 Stream an object of class HShowerCal.



Inline Functions


               void ~HShowerCal()
         HShowerCal HShowerCal()
         HShowerCal HShowerCal(const Float_t fCharge)
            Float_t getCharge() const
               void setCharge(Float_t fCharge)
              Int_t getAddress()
             Char_t getSector()
             Char_t getModule()
             Char_t getRow()
             Char_t getCol()
               void setSector(Char_t s)
               void setModule(Char_t m)
               void setRow(Char_t r)
               void setCol(Char_t c)
              Int_t isLocalMax()
               void setLocalMax()
               void resetLocalMax()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void StreamerNVirtual(TBuffer& b)
         HShowerCal HShowerCal(const HShowerCal&)
        HShowerCal& operator=(const HShowerCal&)


Last update: Fri Jan 26 12:32:26 2007


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.