ROOT logo
AliRoot » TOF » AliTOFhit

class AliTOFhit: public AliHit

  TOF hit  : member variables
  fTrack   :
  fX       : X coordinate of the hit in the Master Reference Frame (LAB Frame)
  fY       : Y coordinate of the hit in the Master Reference Frame (LAB Frame)
  fZ       : Z coordinate of the hit in the Master Reference Frame (LAB Frame)
  fSector  : Number of the TOF Sector which belongs the hit
  fPlate   : Number of the TOF Plate or Module which belongs the hit
  fStrip   : Number of the TOF Strip which belongs the hit
  fPadx    : Number of the pad in the strip along the x-axis - in the strip reference frame
             - where hit is produced
  fPadz    : Number of the pad in the strip along the z-axis - in the strip reference frame
             - where hit is produced
  fPx      : x-director cosine of the Charged Particle Momentum when hit is
             produced - expressed in the Master Reference Frame (LAB Frame) -
  fPy      : y-director cosine of the Charged Particle Momentum when hit is
             produced - expressed in the Master Reference Frame (LAB Frame) -
  fPz      : z-director cosine of the Charged Particle Momentum when hit is
             produced - expressed in the Master Reference Frame (LAB Frame) -
  fPmom    : Modulus of the Charged Particle Momentum when hit is produced
  fTof     : Time of Flight i.e. the time between the charged particle is produced and this
             particle produce the hit on the TOF sensible volume (pad)
  fDx      : Distance of the hit from the pad edge along x-axis
  fDy      : y coordinate of the hit in the pad refernce frame
  fDz      : Distance of the hit from the pad edge along z-axis
  fIncA    : Incidence Angle between the Normal to the sensible volume where hit
             is produced (pad) and the Momentum Direction of the Charged Particle which
             produces the hit
  fEdep    : Energy released by charged particle on the sensible TOF volume where hit is
             produced
 For more detailed informations about the meaning of the TOF-hit member
 variable look at
 http://www.bo.infn.it/alice/alice-doc/TOFWEB/variables-hits.html

  Getters, setters and member functions  defined here

*-- Authors: F. Pierella, A. Seganti, D. Vicinanza

Function Members (Methods)

public:
AliTOFhit()
AliTOFhit(const AliTOFhit& hit)
AliTOFhit(Int_t shunt, Int_t track, Int_t *const vol, Float_t *const hits)
virtual~AliTOFhit()
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
virtual Option_t*TObject::GetDrawOption() const
static Long_tTObject::GetDtorOnly()
Float_tGetDx() const
Float_tGetDz() const
Float_tGetEdep() const
virtual const char*TObject::GetIconName() const
Float_tGetIncA() const
Float_tGetMom() 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_tGetPadx() const
Int_tGetPadz() const
Int_tGetPlate() const
Float_tGetPx() const
Float_tGetPy() const
Float_tGetPz() const
Int_tGetSector() const
Int_tGetStrip() const
virtual const char*TObject::GetTitle() const
Float_tGetTof() const
virtual Int_tAliHit::GetTrack() const
virtual UInt_tTObject::GetUniqueID() 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)
AliTOFhit&operator=(const AliTOFhit& hit)
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(basic_ostream<char,char_traits<char> >& out, Option_t* option = "")
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)
static voidTObject::SetObjectStat(Bool_t stat)
virtual voidAliHit::SetTrack(Int_t track)
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 Int_tAliHit::Track() 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
virtual Float_tAliHit::X() const
virtual Float_tAliHit::Y() const
virtual Float_tAliHit::Z() const
protected:
virtual voidTObject::DoError(int level, const char* location, const char* fmt, va_list va) const
voidTObject::MakeZombie()

Data Members

protected:
Float_tfDxx of impact point in pad r.s.
Float_tfDyy of impact point in pad r.s.
Float_tfDzz of impact point in pad r.s.
Float_tfEdepEnergy lost in TOF sensitive layer
Float_tfIncAIncidence angle
Int_tfPadxnumber of pad along x
Int_tfPadznumber of pad along z
Int_tfPlatenumber of plate
Float_tfPmomP in TOF
Float_tfPxpx in TOF
Float_tfPypy in TOF
Float_tfPzpz in TOF
Int_tfSectornumber of sector
Int_tfStripnumber of strip
Float_tfTofTime of Flight
Int_tAliHit::fTrackTrack number
Float_tAliHit::fXX position of the hit
Float_tAliHit::fYY position of the hit
Float_tAliHit::fZZ position of the hit

Class Charts

Inheritance Chart:
TObject
AliHit
AliTOFhit

Function documentation

AliTOFhit()
AliTOFhit(const AliTOFhit& hit)
 copy ctor for AliTOFhit object

AliTOFhit(Int_t shunt, Int_t track, Int_t *const vol, Float_t *const hits)
 Constructor of hit object


 Hit Volume

virtual ~AliTOFhit()
 getters for AliTOFhit object
{}
Int_t GetSector() const
{return fSector;}
Int_t GetPlate() const
{return fPlate;}
Int_t GetPadx() const
{return fPadx;}
Int_t GetPadz() const
{return fPadz;}
Int_t GetStrip() const
{return fStrip;}
Float_t GetTof() const
{return fTof;}
Float_t GetMom() const
{return fPmom;}
Float_t GetPx() const
{return fPx;}
Float_t GetPy() const
{return fPy;}
Float_t GetPz() const
{return fPz;}
Float_t GetDx() const
{return fDx;}
Float_t GetDz() const
{return fDz;}
Float_t GetIncA() const
{return fIncA;}
Float_t GetEdep() const
{return fEdep;}