Hall C ROOT/C++ Analyzer (hcana)
THcDCHit Class Reference

Drift chamber wire hit info.

Definition at line 16 of file THcDCHit.h.

Public Member Functions

Int_t Compare (const TObject *obj) const
 
virtual Double_t ConvertTimeToDist ()
 
Int_t GetChamberNum () const
 
Double_t GetCoord () const
 
Int_t GetCorrectedStatus () const
 
Double_t GetdDist () const
 
Double_t GetDist () const
 
Int_t GetLR ()
 
Int_t GetNPlaneClust () const
 
Int_t GetPlaneIndex () const
 
Int_t GetPlaneNum () const
 
Double_t GetPos () const
 
Int_t GetRawNoRefCorrTime () const
 
Int_t GetRawTime () const
 
Int_t GetReadoutSide ()
 
Double_t GetTime () const
 
THcDCWireGetWire () const
 
Int_t GetWireNum () const
 
THcDriftChamberPlaneGetWirePlane () const
 
Double_t GetWireSigma () const
 
void IncrNPlaneClust ()
 
Bool_t IsSortable () const
 
virtual void Print (Option_t *opt="") const
 
void SetCorrectedStatus (Int_t c)
 
void SetdDist (Double_t ddist)
 
void SetDist (Double_t dist)
 
void SetFitDist (Double_t dist)
 
void SetLeftRight (Int_t lr)
 
void SetRawTime (Int_t time)
 
void SetTime (Double_t time)
 
void SetWire (THcDCWire *wire)
 
 THcDCHit (THcDCWire *wire=NULL, Int_t rawnorefcorrtime=0, Int_t rawtime=0, Double_t time=0.0, THcDriftChamberPlane *wp=0)
 
virtual ~THcDCHit ()
 
- Public Member Functions inherited from TObject
void AbstractMethod (const char *method) const
 
virtual void AppendPad (Option_t *option="")
 
virtual void Browse (TBrowser *b)
 
virtual const char * ClassName () const
 
virtual void Clear (Option_t *="")
 
virtual TObjectClone (const char *newname="") const
 
virtual void Copy (TObject &object) const
 
virtual void Delete (Option_t *option="")
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 
virtual void Draw (Option_t *option="")
 
virtual void DrawClass () const
 
virtual TObjectDrawClone (Option_t *option="") const
 
virtual void Dump () const
 
virtual void Error (const char *method, const char *msgfmt,...) const
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 
virtual TObjectFindObject (const char *name) const
 
virtual TObjectFindObject (const TObject *obj) const
 
virtual Option_tGetDrawOption () const
 
virtual const char * GetIconName () const
 
virtual const char * GetName () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 
virtual Option_tGetOption () const
 
virtual const char * GetTitle () const
 
virtual UInt_t GetUniqueID () const
 
virtual Bool_t HandleTimer (TTimer *timer)
 
virtual ULong_t Hash () const
 
virtual void Info (const char *method, const char *msgfmt,...) const
 
virtual Bool_t InheritsFrom (const char *classname) const
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 
virtual void Inspect () const
 
void InvertBit (UInt_t f)
 
virtual Bool_t IsEqual (const TObject *obj) const
 
virtual Bool_t IsFolder () const
 
Bool_t IsOnHeap () const
 
Bool_t IsZombie () const
 
virtual void ls (Option_t *option="") const
 
void MayNotUse (const char *method) const
 
virtual Bool_t Notify ()
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 
void operator delete (void *ptr)
 
void operator delete[] (void *ptr)
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz, void *vp)
 
voidoperator new[] (size_t sz)
 
TObjectoperator= (const TObject &rhs)
 
virtual void Paint (Option_t *option="")
 
virtual void Pop ()
 
virtual Int_t Read (const char *name)
 
virtual void RecursiveRemove (TObject *obj)
 
void ResetBit (UInt_t f)
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 
void SetBit (UInt_t f)
 
void SetBit (UInt_t f, Bool_t set)
 
virtual void SetDrawOption (Option_t *option="")
 
virtual void SetUniqueID (UInt_t uid)
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 
Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
 TObject ()
 
 TObject (const TObject &object)
 
virtual void UseCurrentStyle ()
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 
virtual ~TObject ()
 

Protected Attributes

THcDriftChamberfChamber
 
Double_t fCoord
 
Int_t fCorrected
 
Double_t fdDist
 
Double_t fDist
 Pointer to parent wire plane. More...
 
Int_t fLR
 
Int_t fNPlaneCluster
 
Int_t fRawNoRefCorrTime
 
Int_t fRawTime
 
Int_t fReadoutSide
 
Double_t fTime
 
Double_t ftrDist
 
THcDCWirefWire
 
THcDriftChamberPlanefWirePlane
 

Static Protected Attributes

static const Double_t kBig = 1.e38
 

Private Member Functions

THcDCHitoperator= (const THcDCHit &)
 
 THcDCHit (const THcDCHit &)
 Pointer to parent wire plane. More...
 

Additional Inherited Members

- Public Types inherited from TObject
enum  EStatusBits
 
- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 
static Bool_t GetObjectStat ()
 
static void SetDtorOnly (void *obj)
 
static void SetObjectStat (Bool_t stat)
 
- Public Attributes inherited from TObject
 kBitMask
 
 kCanDelete
 
 kCannotPick
 
 kHasUUID
 
 kInvalidObject
 
 kIsOnHeap
 
 kIsReferenced
 
 kMustCleanup
 
 kNoContextMenu
 
 kNotDeleted
 
 kObjInCanvas
 
 kOverwrite
 
 kSingleKey
 
 kWriteDelete
 
 kZombie
 
- Protected Member Functions inherited from TObject
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 
void MakeZombie ()
 

#include <THcDCHit.h>

Inheritance diagram for THcDCHit:

Constructor & Destructor Documentation

THcDCHit::THcDCHit ( THcDCWire wire = NULL,
Int_t  rawnorefcorrtime = 0,
Int_t  rawtime = 0,
Double_t  time = 0.0,
THcDriftChamberPlane wp = 0 
)
inline

Definition at line 19 of file THcDCHit.h.

virtual THcDCHit::~THcDCHit ( )
inlinevirtual

Definition at line 26 of file THcDCHit.h.

THcDCHit::THcDCHit ( const THcDCHit )
private

Pointer to parent wire plane.

Member Function Documentation

Int_t THcDCHit::Compare ( const TObject obj) const
virtual

Reimplemented from TObject.

Definition at line 54 of file THcDCHit.cxx.

Double_t THcDCHit::ConvertTimeToDist ( )
virtual

Definition at line 34 of file THcDCHit.cxx.

Int_t THcDCHit::GetChamberNum ( ) const
inline

Definition at line 60 of file THcDCHit.h.

Double_t THcDCHit::GetCoord ( ) const
inline

Definition at line 42 of file THcDCHit.h.

Int_t THcDCHit::GetCorrectedStatus ( ) const
inline

Definition at line 44 of file THcDCHit.h.

Double_t THcDCHit::GetdDist ( ) const
inline

Definition at line 43 of file THcDCHit.h.

Double_t THcDCHit::GetDist ( ) const
inline

Definition at line 40 of file THcDCHit.h.

Int_t THcDCHit::GetLR ( )
inline

Definition at line 55 of file THcDCHit.h.

Int_t THcDCHit::GetNPlaneClust ( ) const
inline

Definition at line 54 of file THcDCHit.h.

Int_t THcDCHit::GetPlaneIndex ( ) const
inline

Definition at line 59 of file THcDCHit.h.

Int_t THcDCHit::GetPlaneNum ( ) const
inline

Definition at line 58 of file THcDCHit.h.

Double_t THcDCHit::GetPos ( ) const
inline

Definition at line 41 of file THcDCHit.h.

Int_t THcDCHit::GetRawNoRefCorrTime ( ) const
inline

Definition at line 38 of file THcDCHit.h.

Int_t THcDCHit::GetRawTime ( ) const
inline

Definition at line 37 of file THcDCHit.h.

Int_t THcDCHit::GetReadoutSide ( )
inline

Definition at line 63 of file THcDCHit.h.

Double_t THcDCHit::GetTime ( ) const
inline

Definition at line 39 of file THcDCHit.h.

THcDCWire* THcDCHit::GetWire ( ) const
inline

Definition at line 34 of file THcDCHit.h.

Int_t THcDCHit::GetWireNum ( ) const
inline

Definition at line 36 of file THcDCHit.h.

THcDriftChamberPlane* THcDCHit::GetWirePlane ( ) const
inline

Definition at line 46 of file THcDCHit.h.

Double_t THcDCHit::GetWireSigma ( ) const
inline

Definition at line 35 of file THcDCHit.h.

void THcDCHit::IncrNPlaneClust ( )
inline

Definition at line 53 of file THcDCHit.h.

Bool_t THcDCHit::IsSortable ( ) const
inlinevirtual

Reimplemented from TObject.

Definition at line 30 of file THcDCHit.h.

THcDCHit& THcDCHit::operator= ( const THcDCHit )
private
void THcDCHit::Print ( Option_t opt = "") const
virtual

Reimplemented from TObject.

Definition at line 18 of file THcDCHit.cxx.

void THcDCHit::SetCorrectedStatus ( Int_t  c)
inline

Definition at line 61 of file THcDCHit.h.

void THcDCHit::SetdDist ( Double_t  ddist)
inline

Definition at line 56 of file THcDCHit.h.

void THcDCHit::SetDist ( Double_t  dist)
inline

Definition at line 51 of file THcDCHit.h.

void THcDCHit::SetFitDist ( Double_t  dist)
inline

Definition at line 57 of file THcDCHit.h.

void THcDCHit::SetLeftRight ( Int_t  lr)
inline

Definition at line 52 of file THcDCHit.h.

void THcDCHit::SetRawTime ( Int_t  time)
inline

Definition at line 49 of file THcDCHit.h.

void THcDCHit::SetTime ( Double_t  time)
inline

Definition at line 50 of file THcDCHit.h.

void THcDCHit::SetWire ( THcDCWire wire)
inline

Definition at line 48 of file THcDCHit.h.

Member Data Documentation

THcDriftChamber* THcDCHit::fChamber
protected

Definition at line 82 of file THcDCHit.h.

Double_t THcDCHit::fCoord
protected

Definition at line 75 of file THcDCHit.h.

Int_t THcDCHit::fCorrected
protected

Definition at line 78 of file THcDCHit.h.

Double_t THcDCHit::fdDist
protected

Definition at line 76 of file THcDCHit.h.

Double_t THcDCHit::fDist
protected

Pointer to parent wire plane.

Definition at line 73 of file THcDCHit.h.

Int_t THcDCHit::fLR
protected

Definition at line 74 of file THcDCHit.h.

Int_t THcDCHit::fNPlaneCluster
protected

Definition at line 80 of file THcDCHit.h.

Int_t THcDCHit::fRawNoRefCorrTime
protected

Definition at line 69 of file THcDCHit.h.

Int_t THcDCHit::fRawTime
protected

Definition at line 70 of file THcDCHit.h.

Int_t THcDCHit::fReadoutSide
protected

Definition at line 79 of file THcDCHit.h.

Double_t THcDCHit::fTime
protected

Definition at line 71 of file THcDCHit.h.

Double_t THcDCHit::ftrDist
protected

Definition at line 77 of file THcDCHit.h.

THcDCWire* THcDCHit::fWire
protected

Definition at line 68 of file THcDCHit.h.

THcDriftChamberPlane* THcDCHit::fWirePlane
protected

Definition at line 72 of file THcDCHit.h.

const Double_t THcDCHit::kBig = 1.e38
staticprotected

Definition at line 66 of file THcDCHit.h.

Collaboration diagram for THcDCHit:

The documentation for this class was generated from the following files: