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 39 of file LitCudaDetectorGeometry.h.
|
inline |
Definition at line 40 of file LitCudaDetectorGeometry.h.
|
inline |
Definition at line 42 of file LitCudaDetectorGeometry.h.
References nofSubstations, and substations.
|
friend |
Definition at line 58 of file LitCudaDetectorGeometry.h.
unsigned char LitCudaStation::nofSubstations |
Definition at line 56 of file LitCudaDetectorGeometry.h.
Referenced by AddSubstation().
LitCudaSubstation LitCudaStation::substations[MAX_NOF_SUBSTATIONS] |
Definition at line 54 of file LitCudaDetectorGeometry.h.
Referenced by AddSubstation().
unsigned char LitCudaStation::type |
Definition at line 52 of file LitCudaDetectorGeometry.h.