ROOT logo
HYDRA - THE HADES ANALYSIS PACKAGE » (UNKNOWN) » HStart2Raw

class HStart2Raw: public TObject

_HADES_CLASS_DESCRIPTION


  HStart2Raw

  Unpacked TRB raw data of the START detector using the TRB for readout

  The class accepts up to 10 (START2_MAX_MULT) hits per channel, each with
    time and width. If the number of hits exceeds max, the hit counter
    will be incremeted, but no data are stored for these hits.


Function Members (Methods)

public:
HStart2Raw()
HStart2Raw(const HStart2Raw&)
virtual~HStart2Raw()
voidTObject::AbstractMethod(const char* method) const
virtual voidTObject::AppendPad(Option_t* option = "")
virtual voidTObject::Browse(TBrowser* b)
static TClass*Class()
virtual const char*TObject::ClassName() const
virtual voidTObject::Clear(Option_t* = "")
virtual TObject*TObject::Clone(const char* newname = "") const
virtual Int_tTObject::Compare(const TObject* obj) const
virtual voidTObject::Copy(TObject& object) const
virtual voidTObject::Delete(Option_t* option = "")MENU
virtual Int_tTObject::DistancetoPrimitive(Int_t px, Int_t py)
virtual voidTObject::Draw(Option_t* option = "")
virtual voidTObject::DrawClass() constMENU
virtual TObject*TObject::DrawClone(Option_t* option = "") constMENU
virtual voidTObject::Dump() constMENU
virtual voidTObject::Error(const char* method, const char* msgfmt) const
virtual voidTObject::Execute(const char* method, const char* params, Int_t* error = 0)
virtual voidTObject::Execute(TMethod* method, TObjArray* params, Int_t* error = 0)
virtual voidTObject::ExecuteEvent(Int_t event, Int_t px, Int_t py)
virtual voidTObject::Fatal(const char* method, const char* msgfmt) const
virtual TObject*TObject::FindObject(const char* name) const
virtual TObject*TObject::FindObject(const TObject* obj) const
voidgetAddress(Int_t& m, Int_t& s)
virtual Option_t*TObject::GetDrawOption() const
static Long_tTObject::GetDtorOnly()
virtual const char*TObject::GetIconName() const
Int_tgetMaxMultiplicity()
Int_tgetModule() const
Int_tgetMultiplicity() const
virtual const char*TObject::GetName() const
virtual char*TObject::GetObjectInfo(Int_t px, Int_t py) const
static Bool_tTObject::GetObjectStat()
virtual Option_t*TObject::GetOption() const
Int_tgetStrip() const
Float_tgetTime(const Int_t n) const
voidgetTimeAndWidth(const Int_t n, Float_t& time, Float_t& width)
virtual const char*TObject::GetTitle() const
virtual UInt_tTObject::GetUniqueID() const
Float_tgetWidth(const Int_t n) const
virtual Bool_tTObject::HandleTimer(TTimer* timer)
virtual ULong_tTObject::Hash() const
virtual voidTObject::Info(const char* method, const char* msgfmt) const
virtual Bool_tTObject::InheritsFrom(const char* classname) const
virtual Bool_tTObject::InheritsFrom(const TClass* cl) const
virtual voidTObject::Inspect() constMENU
voidTObject::InvertBit(UInt_t f)
virtual TClass*IsA() const
virtual Bool_tTObject::IsEqual(const TObject* obj) const
virtual Bool_tTObject::IsFolder() const
Bool_tTObject::IsOnHeap() const
virtual Bool_tTObject::IsSortable() const
Bool_tTObject::IsZombie() const
virtual voidTObject::ls(Option_t* option = "") const
voidTObject::MayNotUse(const char* method) const
virtual Bool_tTObject::Notify()
voidTObject::Obsolete(const char* method, const char* asOfVers, const char* removedFromVers) const
static voidTObject::operator delete(void* ptr)
static voidTObject::operator delete(void* ptr, void* vp)
static voidTObject::operator delete[](void* ptr)
static voidTObject::operator delete[](void* ptr, void* vp)
void*TObject::operator new(size_t sz)
void*TObject::operator new(size_t sz, void* vp)
void*TObject::operator new[](size_t sz)
void*TObject::operator new[](size_t sz, void* vp)
HStart2Raw&operator=(const HStart2Raw&)
virtual voidTObject::Paint(Option_t* option = "")
virtual voidTObject::Pop()
virtual voidTObject::Print(Option_t* option = "") const
virtual Int_tTObject::Read(const char* name)
virtual voidTObject::RecursiveRemove(TObject* obj)
voidTObject::ResetBit(UInt_t f)
virtual voidTObject::SaveAs(const char* filename = "", Option_t* option = "") constMENU
virtual voidTObject::SavePrimitive(ostream& out, Option_t* option = "")
voidsetAddress(const Int_t m, const Int_t s)
voidTObject::SetBit(UInt_t f)
voidTObject::SetBit(UInt_t f, Bool_t set)
virtual voidTObject::SetDrawOption(Option_t* option = "")MENU
static voidTObject::SetDtorOnly(void* obj)
voidsetModule(Int_t m)
voidsetModule(const Int_t m)
static voidTObject::SetObjectStat(Bool_t stat)
voidsetStrip(Int_t s)
voidsetStrip(const Int_t s)
Bool_tsetTimeAndWidth(const Float_t time, const Float_t width)
virtual voidTObject::SetUniqueID(UInt_t uid)
virtual voidShowMembers(TMemberInspector&)
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)
virtual voidTObject::SysError(const char* method, const char* msgfmt) const
Bool_tTObject::TestBit(UInt_t f) const
Int_tTObject::TestBits(UInt_t f) const
virtual voidTObject::UseCurrentStyle()
virtual voidTObject::Warning(const char* method, const char* msgfmt) const
virtual Int_tTObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0)
virtual Int_tTObject::Write(const char* name = 0, Int_t option = 0, Int_t bufsize = 0) const
protected:
virtual voidTObject::DoError(int level, const char* location, const char* fmt, va_list va) const
voidTObject::MakeZombie()

Data Members

private:
Int_tfModulemodule number
Int_tfMultiplicitynumber of hits
Int_tfStripstrip number
Float_tfTime1tdc time of 1st hit
Float_tfTime10tdc time of 10th hit
Float_tfTime2tdc time of 2nd hit
Float_tfTime3tdc time of 3rd hit
Float_tfTime4tdc time of 4th hit
Float_tfTime5tdc time of 5th hit
Float_tfTime6tdc time of 6th hit
Float_tfTime7tdc time of 7th hit
Float_tfTime8tdc time of 8th hit
Float_tfTime9tdc time of 9th hit
Float_tfWidth1width of 1st hit
Float_tfWidth10width of 10th hit
Float_tfWidth2width of 2nd hit
Float_tfWidth3width of 3rd hit
Float_tfWidth4width of 4th hit
Float_tfWidth5width of 5th hit
Float_tfWidth6width of 6th hit
Float_tfWidth7width of 7th hit
Float_tfWidth8width of 8th hit
Float_tfWidth9width of 9th hit

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

Float_t getTime(const Int_t n) const
 Returns the time of the nth hit
Float_t getWidth(const Int_t n) const
 Returns the width of the nth hit
void getTimeAndWidth(const Int_t n, Float_t& time, Float_t& width)
 Returns the time and width of the nth hit
Bool_t setTimeAndWidth(const Float_t time, const Float_t width)
 Stores the given time and width in the next data element time* and width*
 and sets the multiplicity.
 Return kFALSE if max hits are already stored.
void Streamer(TBuffer& )
 Stream an object of class HStart2Raw.
Int_t getMaxMultiplicity(void)
Int_t getMultiplicity(void)
Int_t getModule(void)
Int_t getStrip(void)
void getAddress(Int_t& m, Int_t& s)
void setModule(const Int_t m)
void setStrip(const Int_t s)
void setAddress(const Int_t m, const Int_t s)
HStart2Raw(const HStart2Raw& )
{}
~HStart2Raw(void)
{}
void setModule(Int_t m)
void setStrip(Int_t s)