|
CbmRoot
|
#include <LitCudaDetectorGeometry.h>
Public Member Functions | |
| LitCudaStation () | |
| void | AddSubstation (const LitCudaSubstation *substation) |
Public Attributes | |
| unsigned char | type |
| LitCudaSubstation | substations [MAX_NOF_SUBSTATIONS] |
| unsigned char | nofSubstations |
Friends | |
| std::ostream & | operator<< (std::ostream &strm, const LitCudaStation &station) |
Definition at line 43 of file LitCudaDetectorGeometry.h.
|
inline |
Definition at line 44 of file LitCudaDetectorGeometry.h.
References nofSubstations.
Referenced by operator<<.
|
inline |
Definition at line 46 of file LitCudaDetectorGeometry.h.
References nofSubstations, and substations.
|
friend |
Definition at line 60 of file LitCudaDetectorGeometry.h.
References LitCudaStation(), nofSubstations, substations, and type.
| unsigned char LitCudaStation::nofSubstations |
Definition at line 58 of file LitCudaDetectorGeometry.h.
Referenced by AddSubstation(), LitCudaStation(), and operator<<.
| LitCudaSubstation LitCudaStation::substations[MAX_NOF_SUBSTATIONS] |
Definition at line 56 of file LitCudaDetectorGeometry.h.
Referenced by AddSubstation(), and operator<<.
| unsigned char LitCudaStation::type |
Definition at line 54 of file LitCudaDetectorGeometry.h.
Referenced by operator<<.