FairRoot/PandaRoot
|
#include <PndGeoSttPar.h>
Public Member Functions | |
PndGeoSttPar (const char *name="PndGeoSttPar", const char *title="Stt Geometry Parameters", const char *context="TestDefaultContext") | |
~PndGeoSttPar (void) | |
void | clear (void) |
void | putParams (FairParamList *) |
Bool_t | getParams (FairParamList *) |
TObjArray * | GetTubeParameters () |
void | SetGeometryType (Int_t geoType) |
void | SetTubeInRad (Double_t inrad) |
void | SetTubeOutRad (Double_t outrad) |
Int_t | GetGeometryType () |
Double_t | GetTubeInRad () |
Double_t | GetTubeOutRad () |
PndGeoSttPar (PndGeoSttPar &par) | |
PndGeoSttPar & | operator= (const PndGeoSttPar &) |
Public Attributes | |
TObjArray * | fTubeParams |
Int_t | fGeoType |
Double_t | fTubeInRad |
Double_t | fTubeOutRad |
Definition at line 8 of file PndGeoSttPar.h.
PndGeoSttPar::PndGeoSttPar | ( | const char * | name = "PndGeoSttPar" , |
const char * | title = "Stt Geometry Parameters" , |
||
const char * | context = "TestDefaultContext" |
||
) |
Definition at line 11 of file PndGeoSttPar.cxx.
PndGeoSttPar::~PndGeoSttPar | ( | void | ) |
Definition at line 20 of file PndGeoSttPar.cxx.
PndGeoSttPar::PndGeoSttPar | ( | PndGeoSttPar & | par | ) |
Definition at line 24 of file PndGeoSttPar.cxx.
void PndGeoSttPar::clear | ( | void | ) |
|
inline |
Definition at line 28 of file PndGeoSttPar.h.
References fGeoType.
Referenced by PndSttRootGeometryInitTask::Exec(), PndSttIsochroneDraw::Exec(), PndSttHitProducerRealFast::Init(), PndCATracking::Init(), PndRecoDafFit2::Init(), PndRecoDafFit::Init(), PndRecoKalmanFit2::Init(), PndRecoKalmanFit::Init(), PndSttIsochroneDraw::Init(), PndBarrelTrackFinder::Init(), and PndSttMapCreator::PndSttMapCreator().
Bool_t PndGeoSttPar::getParams | ( | FairParamList * | l | ) |
Definition at line 48 of file PndGeoSttPar.cxx.
References fGeoType, fTubeInRad, fTubeOutRad, and fTubeParams.
|
inline |
Definition at line 29 of file PndGeoSttPar.h.
References Double_t, and fTubeInRad.
Referenced by PndPidCorrelator::GetSttInfo(), PndSttMapCreator::GetTubeFromParametersToFillGeoType1(), PndSttMapCreator::GetTubeFromParametersToFillGeoType2(), and PndSttMapCreator::GetTubeFromTubeIDGeoType1().
|
inline |
Definition at line 30 of file PndGeoSttPar.h.
References Double_t, and fTubeOutRad.
Referenced by PndSttMapCreator::GetTubeFromParametersToFillGeoType1(), PndSttMapCreator::GetTubeFromParametersToFillGeoType2(), and PndSttMapCreator::GetTubeFromTubeIDGeoType1().
|
inline |
Definition at line 22 of file PndGeoSttPar.h.
References fTubeParams.
Referenced by PndSttMapCreator::FillSttTubeParametersGeoType1(), PndSttMapCreator::FillSttTubeParametersType2(), PndSttMapCreator::FillTubeArrayGeoType1(), PndSttMapCreator::FillTubeArrayGeoType2(), and PndSttMapCreator::GetTubeFromTubeIDGeoType1().
|
inline |
Definition at line 33 of file PndGeoSttPar.h.
void PndGeoSttPar::putParams | ( | FairParamList * | l | ) |
Definition at line 39 of file PndGeoSttPar.cxx.
References fGeoType, fTubeInRad, fTubeOutRad, and fTubeParams.
|
inline |
Definition at line 25 of file PndGeoSttPar.h.
References fGeoType.
Referenced by PndSttMapCreator::FillSttTubeParametersGeoType1(), and PndSttMapCreator::FillSttTubeParametersType2().
|
inline |
Definition at line 26 of file PndGeoSttPar.h.
References fTubeInRad.
Referenced by PndSttMapCreator::FillSttTubeParametersGeoType1(), and PndSttMapCreator::FillSttTubeParametersType2().
|
inline |
Definition at line 27 of file PndGeoSttPar.h.
References fTubeOutRad.
Referenced by PndSttMapCreator::FillSttTubeParametersGeoType1(), and PndSttMapCreator::FillSttTubeParametersType2().
Int_t PndGeoSttPar::fGeoType |
Definition at line 12 of file PndGeoSttPar.h.
Referenced by GetGeometryType(), getParams(), putParams(), and SetGeometryType().
Double_t PndGeoSttPar::fTubeInRad |
Definition at line 13 of file PndGeoSttPar.h.
Referenced by getParams(), GetTubeInRad(), putParams(), and SetTubeInRad().
Double_t PndGeoSttPar::fTubeOutRad |
Definition at line 13 of file PndGeoSttPar.h.
Referenced by getParams(), GetTubeOutRad(), putParams(), and SetTubeOutRad().
TObjArray* PndGeoSttPar::fTubeParams |
Definition at line 11 of file PndGeoSttPar.h.
Referenced by clear(), getParams(), GetTubeParameters(), and putParams().