|
CbmRoot
|
#include <CbmGeoMuchPar.h>
Public Member Functions | |
| CbmGeoMuchPar (const char *name="CbmGeoMuchPar", const char *title="Much Geometry Parameters", const char *context="TestDefaultContext") | |
| ~CbmGeoMuchPar (void) | |
| void | clear (void) |
| void | putParams (FairParamList *) |
| Bool_t | getParams (FairParamList *) |
| TObjArray * | GetGeoSensitiveNodes () |
| TObjArray * | GetGeoPassiveNodes () |
| TObjArray * | GetStations () |
| Int_t | GetNStations () const |
Public Attributes | |
| TObjArray * | fGeoSensNodes |
| TObjArray * | fGeoPassNodes |
| TObjArray * | fStations |
Private Member Functions | |
| CbmGeoMuchPar (const CbmGeoMuchPar &) | |
| CbmGeoMuchPar & | operator= (const CbmGeoMuchPar &) |
Definition at line 29 of file CbmGeoMuchPar.h.
| CbmGeoMuchPar::CbmGeoMuchPar | ( | const char * | name = "CbmGeoMuchPar", |
| const char * | title = "Much Geometry Parameters", | ||
| const char * | context = "TestDefaultContext" ) |
CbmGeoMuchPar class
Class for geometry parameters of MUon CHambers
Definition at line 24 of file CbmGeoMuchPar.cxx.
References fGeoPassNodes, fGeoSensNodes, and fStations.
Referenced by CbmGeoMuchPar(), and operator=().
| CbmGeoMuchPar::~CbmGeoMuchPar | ( | void | ) |
Definition at line 32 of file CbmGeoMuchPar.cxx.
|
private |
References CbmGeoMuchPar().
| void CbmGeoMuchPar::clear | ( | void | ) |
Definition at line 34 of file CbmGeoMuchPar.cxx.
References fGeoPassNodes, fGeoSensNodes, and fStations.
|
inline |
Definition at line 42 of file CbmGeoMuchPar.h.
References fGeoPassNodes.
|
inline |
Definition at line 41 of file CbmGeoMuchPar.h.
References fGeoSensNodes.
|
inline |
Definition at line 44 of file CbmGeoMuchPar.h.
References fStations.
| Bool_t CbmGeoMuchPar::getParams | ( | FairParamList * | l | ) |
Definition at line 49 of file CbmGeoMuchPar.cxx.
References fGeoPassNodes, fGeoSensNodes, and fStations.
|
inline |
Definition at line 43 of file CbmGeoMuchPar.h.
References fStations.
|
private |
References CbmGeoMuchPar().
| void CbmGeoMuchPar::putParams | ( | FairParamList * | l | ) |
Definition at line 41 of file CbmGeoMuchPar.cxx.
References fGeoPassNodes, fGeoSensNodes, and fStations.
| TObjArray* CbmGeoMuchPar::fGeoPassNodes |
Definition at line 32 of file CbmGeoMuchPar.h.
Referenced by CbmGeoMuchPar(), clear(), GetGeoPassiveNodes(), getParams(), and putParams().
| TObjArray* CbmGeoMuchPar::fGeoSensNodes |
Definition at line 31 of file CbmGeoMuchPar.h.
Referenced by CbmGeoMuchPar(), clear(), GetGeoSensitiveNodes(), getParams(), and putParams().
| TObjArray* CbmGeoMuchPar::fStations |
Definition at line 33 of file CbmGeoMuchPar.h.
Referenced by CbmGeoMuchPar(), clear(), GetNStations(), getParams(), GetStations(), and putParams().