Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
THaVDCPoint Class Reference

Definition at line 18 of file THaVDCPoint.h.

Public Member Functions

void CalcChisquare (Double_t &chi2, Int_t &nhits) const
 
void CalcDetCoords ()
 
THaVDCChamberGetChamber () const
 
THaVDCPointGetPartner () const
 
Double_t GetPhi () const
 
Double_t GetTheta () const
 
THaTrackGetTrack () const
 
Int_t GetTrackIndex () const
 
Double_t GetU () const
 
THaVDCClusterGetUCluster () const
 
Double_t GetV () const
 
THaVDCClusterGetVCluster () const
 
Double_t GetX () const
 
Double_t GetY () const
 
Double_t GetZ () const
 
Double_t GetZU () const
 
Double_t GetZV () const
 
Bool_t HasPartner () const
 
void SetPartner (THaVDCPoint *partner)
 
void SetSlopes (Double_t mu, Double_t mv)
 
void SetTrack (THaTrack *track)
 
 THaVDCPoint (THaVDCCluster *u_cl, THaVDCCluster *v_cl, THaVDCChamber *chamber)
 
virtual ~THaVDCPoint ()=default
 
- Public Member Functions inherited from THaCluster
virtual void Clear (Option_t *opt="")
 
TVector3GetCenter ()
 
virtual void Print (Option_t *opt="") const
 
virtual void SetCenter (const TVector3 &vec3)
 
virtual void SetCenter (Double_t x, Double_t y, Double_t z)
 
 THaCluster ()
 
Double_t X () const
 
Double_t Y () const
 
Double_t Z () const
 
virtual ~THaCluster ()=default
 
- Public Member Functions inherited from TObject
void AbstractMethod (const char *method) const
 
virtual void AppendPad (Option_t *option="")
 
virtual void Browse (TBrowser *b)
 
ULong_t CheckedHash ()
 
virtual const char * ClassName () const
 
virtual TObjectClone (const char *newname="") const
 
virtual Int_t Compare (const TObject *obj) 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=nullptr)
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr)
 
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
 
Bool_t HasInconsistentHash () 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 TClassIsA () const
 
Bool_t IsDestructed () const
 
virtual Bool_t IsEqual (const TObject *obj) const
 
virtual Bool_t IsFolder () const
 
R__ALWAYS_INLINE Bool_t IsOnHeap () const
 
virtual Bool_t IsSortable () const
 
R__ALWAYS_INLINE 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)
 
voidoperator new[] (size_t sz, void *vp)
 
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 Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 
R__ALWAYS_INLINE 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=nullptr, Int_t option=0, Int_t bufsize=0)
 
virtual Int_t Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const
 
virtual ~TObject ()
 

Protected Member Functions

void Set (Double_t x, Double_t y, Double_t theta, Double_t phi)
 
- Protected Member Functions inherited from TObject
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 
void MakeZombie ()
 

Protected Attributes

THaVDCChamberfChamber
 
THaVDCPointfPartner
 
Double_t fPhi
 
Double_t fTheta
 
THaTrackfTrack
 
THaVDCClusterfUClust
 
THaVDCClusterfVClust
 
Double_t fX
 
Double_t fY
 
- Protected Attributes inherited from THaCluster
TVector3 fCenter
 
- Protected Attributes inherited from TObject
 kOnlyPrepStep
 

Private Member Functions

THaVDCPointoperator= (const THaVDCPoint &)
 
 THaVDCPoint (const THaVDCPoint &)
 

Additional Inherited Members

- Public Types inherited from TObject
enum  EDeprecatedStatusBits
 
enum  EStatusBits
 
- Static Public Member Functions inherited from TObject
static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 
static Longptr_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
 
 kInconsistent
 
 kInvalidObject
 
 kIsOnHeap
 
 kIsReferenced
 
 kMustCleanup
 
 kNoContextMenu
 
 kNotDeleted
 
 kObjInCanvas
 
 kOverwrite
 
 kSingleKey
 
 kWriteDelete
 
 kZombie
 

#include <THaVDCPoint.h>

Inheritance diagram for THaVDCPoint:

Constructor & Destructor Documentation

◆ THaVDCPoint() [1/2]

THaVDCPoint::THaVDCPoint ( THaVDCCluster u_cl,
THaVDCCluster v_cl,
THaVDCChamber chamber 
)

Definition at line 15 of file THaVDCPoint.cxx.

◆ ~THaVDCPoint()

virtual THaVDCPoint::~THaVDCPoint ( )
virtualdefault

◆ THaVDCPoint() [2/2]

THaVDCPoint::THaVDCPoint ( const THaVDCPoint )
private

Member Function Documentation

◆ CalcChisquare()

void THaVDCPoint::CalcChisquare ( Double_t chi2,
Int_t nhits 
) const

Definition at line 66 of file THaVDCPoint.cxx.

◆ CalcDetCoords()

void THaVDCPoint::CalcDetCoords ( )

Definition at line 28 of file THaVDCPoint.cxx.

◆ GetChamber()

THaVDCChamber * THaVDCPoint::GetChamber ( ) const
inline

Definition at line 30 of file THaVDCPoint.h.

◆ GetPartner()

THaVDCPoint * THaVDCPoint::GetPartner ( ) const
inline

Definition at line 31 of file THaVDCPoint.h.

◆ GetPhi()

Double_t THaVDCPoint::GetPhi ( ) const
inline

Definition at line 38 of file THaVDCPoint.h.

◆ GetTheta()

Double_t THaVDCPoint::GetTheta ( ) const
inline

Definition at line 37 of file THaVDCPoint.h.

◆ GetTrack()

THaTrack * THaVDCPoint::GetTrack ( ) const
inline

Definition at line 32 of file THaVDCPoint.h.

◆ GetTrackIndex()

Int_t THaVDCPoint::GetTrackIndex ( ) const

Definition at line 91 of file THaVDCPoint.cxx.

◆ GetU()

Double_t THaVDCPoint::GetU ( ) const
inline

Definition at line 79 of file THaVDCPoint.h.

◆ GetUCluster()

THaVDCCluster * THaVDCPoint::GetUCluster ( ) const
inline

Definition at line 28 of file THaVDCPoint.h.

◆ GetV()

Double_t THaVDCPoint::GetV ( ) const
inline

Definition at line 88 of file THaVDCPoint.h.

◆ GetVCluster()

THaVDCCluster * THaVDCPoint::GetVCluster ( ) const
inline

Definition at line 29 of file THaVDCPoint.h.

◆ GetX()

Double_t THaVDCPoint::GetX ( ) const
inline

Definition at line 35 of file THaVDCPoint.h.

◆ GetY()

Double_t THaVDCPoint::GetY ( ) const
inline

Definition at line 36 of file THaVDCPoint.h.

◆ GetZ()

Double_t THaVDCPoint::GetZ ( ) const
inline

Definition at line 42 of file THaVDCPoint.h.

◆ GetZU()

Double_t THaVDCPoint::GetZU ( ) const

Definition at line 39 of file THaVDCPoint.cxx.

◆ GetZV()

Double_t THaVDCPoint::GetZV ( ) const

Definition at line 47 of file THaVDCPoint.cxx.

◆ HasPartner()

Bool_t THaVDCPoint::HasPartner ( ) const
inline

Definition at line 43 of file THaVDCPoint.h.

◆ operator=()

THaVDCPoint & THaVDCPoint::operator= ( const THaVDCPoint )
private

◆ Set()

void THaVDCPoint::Set ( Double_t  x,
Double_t  y,
Double_t  theta,
Double_t  phi 
)
inlineprotected

Definition at line 66 of file THaVDCPoint.h.

◆ SetPartner()

void THaVDCPoint::SetPartner ( THaVDCPoint partner)
inline

Definition at line 48 of file THaVDCPoint.h.

◆ SetSlopes()

void THaVDCPoint::SetSlopes ( Double_t  mu,
Double_t  mv 
)

Definition at line 55 of file THaVDCPoint.cxx.

◆ SetTrack()

void THaVDCPoint::SetTrack ( THaTrack track)

Definition at line 80 of file THaVDCPoint.cxx.

Member Data Documentation

◆ fChamber

THaVDCChamber* THaVDCPoint::fChamber
protected

Definition at line 55 of file THaVDCPoint.h.

◆ fPartner

THaVDCPoint* THaVDCPoint::fPartner
protected

Definition at line 57 of file THaVDCPoint.h.

◆ fPhi

Double_t THaVDCPoint::fPhi
protected

Definition at line 64 of file THaVDCPoint.h.

◆ fTheta

Double_t THaVDCPoint::fTheta
protected

Definition at line 63 of file THaVDCPoint.h.

◆ fTrack

THaTrack* THaVDCPoint::fTrack
protected

Definition at line 56 of file THaVDCPoint.h.

◆ fUClust

THaVDCCluster* THaVDCPoint::fUClust
protected

Definition at line 53 of file THaVDCPoint.h.

◆ fVClust

THaVDCCluster* THaVDCPoint::fVClust
protected

Definition at line 54 of file THaVDCPoint.h.

◆ fX

Double_t THaVDCPoint::fX
protected

Definition at line 61 of file THaVDCPoint.h.

◆ fY

Double_t THaVDCPoint::fY
protected

Definition at line 62 of file THaVDCPoint.h.

Collaboration diagram for THaVDCPoint:

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