HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes
HarpoRecoKalmanTracks Class Reference

HarpoRecoTracks object, Obtained with Kalman filter. More...

#include <HarpoRecoEvent.h>

Public Member Functions

 HarpoRecoKalmanTracks ()
 
 HarpoRecoKalmanTracks (Int_t Ntrack, Int_t QtTrack, Double_t AngleTrack, Double_t x0, Double_t chi2, Int_t TypeTrack, Int_t IdTrackMatching, Int_t NclusterTrack, Int_t plane, Double_t xStart, Double_t zStart, Double_t pxStart, Double_t pzStart, Double_t xEnd, Double_t zEnd, Double_t pxEnd, Double_t pzEnd)
 
 HarpoRecoKalmanTracks (const HarpoRecoKalmanTracks &tra)
 
virtual ~HarpoRecoKalmanTracks ()
 
Double_t GetPxStart ()
 
Double_t GetPzStart ()
 
Double_t GetPxEnd ()
 
Double_t GetPzEnd ()
 
Double_t GetChi2 ()
 
void SetPxStart (Double_t val)
 
void SetPzStart (Double_t val)
 
void SetPxEnd (Double_t val)
 
void SetPzEnd (Double_t val)
 
void SetChi2 (Double_t val)
 
Int_t GetNtrack ()
 
Int_t GetQtTrack ()
 
Int_t GetPlane ()
 
Double_t GetAngleTrack ()
 
Double_t GetX0 ()
 
Int_t GetTypeTrack ()
 
Int_t GetIdTrackMatching ()
 
Int_t GetNclusterTrack ()
 
Double_t GetXstart ()
 
Double_t GetZstart ()
 
Double_t GetXend ()
 
Double_t GetZend ()
 
void SetNtrack (Int_t val)
 
void SetQtTrack (Int_t val)
 
void SetPlane (Int_t val)
 
void SetAngleTrack (Int_t val)
 
void SetX0 (Double_t val)
 
void SetTypeTrack (Int_t val)
 
void SetIdTrackMatching (Int_t val)
 
void SetNclusterTrack (Int_t val)
 
void SetXstart (Double_t val)
 
void SetZstart (Double_t val)
 
void SetXend (Double_t val)
 
void SetZend (Double_t val)
 

Private Member Functions

 ClassDef (HarpoRecoKalmanTracks, 1)
 

Private Attributes

Double_t fPxStart
 Start Direction X. More...
 
Double_t fPzStart
 Start Direction Z. More...
 
Double_t fPxEnd
 End direction X. More...
 
Double_t fPzEnd
 End direction Z. More...
 
Double_t fChi2
 Chi2 of linear fit. More...
 

Detailed Description

HarpoRecoTracks object, Obtained with Kalman filter.

Definition at line 223 of file HarpoRecoEvent.h.

Constructor & Destructor Documentation

HarpoRecoKalmanTracks::HarpoRecoKalmanTracks ( )

Definition at line 172 of file HarpoRecoEvent.cxx.

HarpoRecoKalmanTracks::HarpoRecoKalmanTracks ( Int_t  Ntrack,
Int_t  QtTrack,
Double_t  AngleTrack,
Double_t  x0,
Double_t  chi2,
Int_t  TypeTrack,
Int_t  IdTrackMatching,
Int_t  NclusterTrack,
Int_t  plane,
Double_t  xStart,
Double_t  zStart,
Double_t  pxStart,
Double_t  pzStart,
Double_t  xEnd,
Double_t  zEnd,
Double_t  pxEnd,
Double_t  pzEnd 
)

Definition at line 178 of file HarpoRecoEvent.cxx.

HarpoRecoKalmanTracks::HarpoRecoKalmanTracks ( const HarpoRecoKalmanTracks tra)

Definition at line 184 of file HarpoRecoEvent.cxx.

HarpoRecoKalmanTracks::~HarpoRecoKalmanTracks ( )
virtual

Definition at line 190 of file HarpoRecoEvent.cxx.

Member Function Documentation

HarpoRecoKalmanTracks::ClassDef ( HarpoRecoKalmanTracks  ,
 
)
private
Double_t HarpoRecoTracks::GetAngleTrack ( )
inlineinherited

Definition at line 136 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Double_t HarpoRecoKalmanTracks::GetChi2 ( )
inline

Definition at line 236 of file HarpoRecoEvent.h.

Int_t HarpoRecoTracks::GetIdTrackMatching ( )
inlineinherited

Definition at line 139 of file HarpoRecoEvent.h.

Int_t HarpoRecoTracks::GetNclusterTrack ( )
inlineinherited

Definition at line 140 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Int_t HarpoRecoTracks::GetNtrack ( )
inlineinherited

Definition at line 133 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Int_t HarpoRecoTracks::GetPlane ( )
inlineinherited

Definition at line 135 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Double_t HarpoRecoKalmanTracks::GetPxEnd ( )
inline

Definition at line 233 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Double_t HarpoRecoKalmanTracks::GetPxStart ( )
inline

Definition at line 231 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Double_t HarpoRecoKalmanTracks::GetPzEnd ( )
inline

Definition at line 234 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Double_t HarpoRecoKalmanTracks::GetPzStart ( )
inline

Definition at line 232 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Int_t HarpoRecoTracks::GetQtTrack ( )
inlineinherited

Definition at line 134 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Int_t HarpoRecoTracks::GetTypeTrack ( )
inlineinherited

Definition at line 138 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Double_t HarpoRecoTracks::GetX0 ( )
inlineinherited

Definition at line 137 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Double_t HarpoRecoTracks::GetXend ( )
inlineinherited

Definition at line 143 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Double_t HarpoRecoTracks::GetXstart ( )
inlineinherited

Definition at line 141 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Double_t HarpoRecoTracks::GetZend ( )
inlineinherited

Definition at line 144 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Double_t HarpoRecoTracks::GetZstart ( )
inlineinherited

Definition at line 142 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoTracks::SetAngleTrack ( Int_t  val)
inlineinherited

Definition at line 149 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoKalmanTracks::SetChi2 ( Double_t  val)
inline

Definition at line 243 of file HarpoRecoEvent.h.

void HarpoRecoTracks::SetIdTrackMatching ( Int_t  val)
inlineinherited

Definition at line 152 of file HarpoRecoEvent.h.

void HarpoRecoTracks::SetNclusterTrack ( Int_t  val)
inlineinherited

Definition at line 153 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoTracks::SetNtrack ( Int_t  val)
inlineinherited

Definition at line 146 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoTracks::SetPlane ( Int_t  val)
inlineinherited

Definition at line 148 of file HarpoRecoEvent.h.

void HarpoRecoKalmanTracks::SetPxEnd ( Double_t  val)
inline

Definition at line 240 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoKalmanTracks::SetPxStart ( Double_t  val)
inline

Definition at line 238 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoKalmanTracks::SetPzEnd ( Double_t  val)
inline

Definition at line 241 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoKalmanTracks::SetPzStart ( Double_t  val)
inline

Definition at line 239 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoTracks::SetQtTrack ( Int_t  val)
inlineinherited

Definition at line 147 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoTracks::SetTypeTrack ( Int_t  val)
inlineinherited

Definition at line 151 of file HarpoRecoEvent.h.

void HarpoRecoTracks::SetX0 ( Double_t  val)
inlineinherited

Definition at line 150 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoTracks::SetXend ( Double_t  val)
inlineinherited

Definition at line 156 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoTracks::SetXstart ( Double_t  val)
inlineinherited

Definition at line 154 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoTracks::SetZend ( Double_t  val)
inlineinherited

Definition at line 157 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

void HarpoRecoTracks::SetZstart ( Double_t  val)
inlineinherited

Definition at line 155 of file HarpoRecoEvent.h.

Here is the caller graph for this function:

Field Documentation

Double_t HarpoRecoKalmanTracks::fChi2
private

Chi2 of linear fit.

Definition at line 256 of file HarpoRecoEvent.h.

Double_t HarpoRecoKalmanTracks::fPxEnd
private

End direction X.

Definition at line 252 of file HarpoRecoEvent.h.

Double_t HarpoRecoKalmanTracks::fPxStart
private

Start Direction X.

Definition at line 248 of file HarpoRecoEvent.h.

Double_t HarpoRecoKalmanTracks::fPzEnd
private

End direction Z.

Definition at line 254 of file HarpoRecoEvent.h.

Double_t HarpoRecoKalmanTracks::fPzStart
private

Start Direction Z.

Definition at line 250 of file HarpoRecoEvent.h.


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