CbmRoot
|
#include <LitCudaDetectorGeometry.h>
Public Member Functions | |
LitCudaStationGroup () | |
void | AddStation (const LitCudaStation *station) |
Public Attributes | |
LitCudaStation | stations [MAX_NOF_STATIONS] |
unsigned char | nofStations |
LitCudaAbsorber | absorber |
Friends | |
std::ostream & | operator<< (std::ostream &strm, const LitCudaStationGroup &stationGroup) |
Definition at line 87 of file LitCudaDetectorGeometry.h.
|
inline |
Definition at line 88 of file LitCudaDetectorGeometry.h.
|
inline |
Definition at line 92 of file LitCudaDetectorGeometry.h.
References nofStations, and stations.
|
friend |
Definition at line 107 of file LitCudaDetectorGeometry.h.
LitCudaAbsorber LitCudaStationGroup::absorber |
Definition at line 105 of file LitCudaDetectorGeometry.h.
unsigned char LitCudaStationGroup::nofStations |
Definition at line 103 of file LitCudaDetectorGeometry.h.
Referenced by AddStation().
LitCudaStation LitCudaStationGroup::stations[MAX_NOF_STATIONS] |
Definition at line 101 of file LitCudaDetectorGeometry.h.
Referenced by AddStation().