CbmRoot
|
#include <CbmKFMaterial.h>
Public Member Functions | |
CbmKFMaterial () | |
virtual | ~CbmKFMaterial () |
virtual Bool_t | IsOutside (Double_t, Double_t) |
virtual Int_t | Pass (Double_t ZCross, Double_t ZThick, CbmKFTrackInterface &track, Bool_t downstream, Double_t &QP0) |
virtual Int_t | Pass (CbmKFTrackInterface &track, Bool_t downstream, Double_t &QP0) |
virtual Int_t | Pass (CbmKFTrackInterface &track, Bool_t downstream) |
virtual TString | KFInfo () const |
Static Public Member Functions | |
static Bool_t | comparePDown (const CbmKFMaterial *a, const CbmKFMaterial *b) |
static Bool_t | compareP_z (const CbmKFMaterial *a, Double_t z) |
static Bool_t | compareP_Z (Double_t z, const CbmKFMaterial *a) |
Public Attributes | |
Int_t | ID |
Double_t | ZReference |
Double_t | ZThickness |
Double_t | RadLength |
Double_t | F |
Double_t | Fe |
Definition at line 17 of file CbmKFMaterial.h.
|
inline |
Definition at line 19 of file CbmKFMaterial.h.
|
inlinevirtual |
Definition at line 26 of file CbmKFMaterial.h.
|
inlinestatic |
Definition at line 58 of file CbmKFMaterial.h.
References ZReference, and ZThickness.
Referenced by CbmKFTrackInterface::Extrapolate().
|
inlinestatic |
Definition at line 62 of file CbmKFMaterial.h.
References ZReference, and ZThickness.
Referenced by CbmKFTrackInterface::Extrapolate().
|
inlinestatic |
|
inlinevirtual |
Reimplemented in CbmKFBox, and CbmKFTube.
Definition at line 34 of file CbmKFMaterial.h.
Referenced by Pass().
|
virtual |
Reimplemented in CbmKFBox, and CbmKFTube.
Definition at line 13 of file CbmKFMaterial.cxx.
References ID, RadLength, ZReference, and ZThickness.
|
inlinevirtual |
Reimplemented in CbmKFCone.
Definition at line 47 of file CbmKFMaterial.h.
References CbmKFTrackInterface::GetTrack(), Pass(), ZReference, and ZThickness.
|
inlinevirtual |
Reimplemented in CbmKFCone.
Definition at line 43 of file CbmKFMaterial.h.
References Pass(), ZReference, and ZThickness.
|
virtual |
Reimplemented in CbmKFCone.
Definition at line 25 of file CbmKFMaterial.cxx.
References F, Fe, CbmKFTrackInterface::GetCovMatrix(), CbmKFTrackInterface::GetMass(), CbmKFMath::GetNoise(), CbmKFTrackInterface::GetTrack(), CbmKF::Instance(), CbmKFTrackInterface::IsElectron(), IsOutside(), CbmKF::Propagate(), and RadLength.
Referenced by CbmKFStsHit::Filter(), CbmKFStsHit::FilterPDAF(), and Pass().
Double_t CbmKFMaterial::F |
Definition at line 32 of file CbmKFMaterial.h.
Referenced by CbmKFBox::CbmKFBox(), CbmKFTube::CbmKFTube(), CbmKF::Init(), Pass(), CbmKFCone::Pass(), and CbmKF::ReadTube().
Double_t CbmKFMaterial::Fe |
Definition at line 33 of file CbmKFMaterial.h.
Referenced by Pass(), CbmKFCone::Pass(), and CbmKF::ReadTube().
Int_t CbmKFMaterial::ID |
Definition at line 28 of file CbmKFMaterial.h.
Referenced by CbmKFBox::CbmKFBox(), CbmKFTube::CbmKFTube(), CbmKF::GetTargetInfo(), CbmKF::Init(), KFInfo(), CbmKFTube::KFInfo(), CbmKFBox::KFInfo(), and CbmKF::ReadTube().
Double_t CbmKFMaterial::RadLength |
Definition at line 31 of file CbmKFMaterial.h.
Referenced by CbmKFBox::CbmKFBox(), CbmKFTube::CbmKFTube(), CbmKF::Init(), CbmL1::Init(), KFInfo(), CbmKFTube::KFInfo(), CbmKFBox::KFInfo(), Pass(), CbmKFCone::Pass(), CbmKF::ReadTube(), and CbmL1::WriteSIMDKFData().
Double_t CbmKFMaterial::ZReference |
Definition at line 29 of file CbmKFMaterial.h.
Referenced by CbmKFBox::CbmKFBox(), CbmKFTube::CbmKFTube(), compareP_z(), compareP_Z(), comparePDown(), CbmKF::Init(), KFInfo(), Pass(), CbmKFCone::Pass(), and CbmKF::ReadTube().
Double_t CbmKFMaterial::ZThickness |
Definition at line 30 of file CbmKFMaterial.h.
Referenced by CbmKFBox::CbmKFBox(), CbmKFTube::CbmKFTube(), compareP_z(), compareP_Z(), CbmKFStsHit::Filter(), CbmKFStsHit::FilterPDAF(), CbmKF::Init(), KFInfo(), Pass(), CbmKFCone::Pass(), and CbmKF::ReadTube().