Muon detector layout.
More...
#include <LitDetectorLayoutMuon.h>
|
| | LitDetectorLayoutMuon () |
| | Constructor.
|
| |
| virtual | ~LitDetectorLayoutMuon () |
| | Destructor.
|
| |
| void | AddStationGroup (const LitStationGroupMuon< T > &stationGroup) |
| | Add station group to the layout.
|
| |
| unsigned char | GetNofStationGroups () const |
| | Return number of station groups.
|
| |
| unsigned char | GetNofStations (unsigned char stationGroup) const |
| | Return number of stations for specified station group.
|
| |
| unsigned char | GetNofSubstations (unsigned char stationGroup, unsigned char station) const |
| | Return number of substations for specified station group and station.
|
| |
| const LitStationGroupMuon< T > & | GetStationGroup (unsigned char stationGroup) const |
| | Return station group for specified station group index.
|
| |
| const LitStationMuon< T > & | GetStation (unsigned char stationGroup, unsigned char station) const |
| | Return station for specified station group and station indices.
|
| |
| const LitSubstationMuon< T > & | GetSubstation (unsigned char stationGroup, unsigned char station, unsigned char substation) const |
| | Return substation for specified station group, station and substation indices.
|
| |
| std::string | ToString () const |
| | Return std::string representation of the class.
|
| |
template<class T>
class lit::parallel::LitDetectorLayoutMuon< T >
Muon detector layout.
- Author
- Andrey Lebedev andre.nosp@m.y.le.nosp@m.bedev.nosp@m.@gsi.nosp@m..de
- Date
- 2009
Definition at line 37 of file LitDetectorLayoutMuon.h.
◆ LitDetectorLayoutMuon()
◆ ~LitDetectorLayoutMuon()
◆ AddStationGroup()
Add station group to the layout.
- Parameters
-
| stationGroup | Station group to be added. |
Definition at line 53 of file LitDetectorLayoutMuon.h.
◆ GetNofStationGroups()
◆ GetNofStations()
◆ GetNofSubstations()
◆ GetStation()
Return station for specified station group and station indices.
- Parameters
-
| [in] | stationGroup | Station group index. |
| [in] | station | Station index. |
- Returns
- Station for specified station group and station indices.
Definition at line 98 of file LitDetectorLayoutMuon.h.
◆ GetStationGroup()
◆ GetSubstation()
Return substation for specified station group, station and substation indices.
- Parameters
-
| [in] | stationGroup | Station group index. |
| [in] | station | Station index. |
| [in] | substation | Substation index. |
- Returns
- [in] Substation for specified station group, station and substation indices.
Definition at line 110 of file LitDetectorLayoutMuon.h.
◆ ToString()
◆ operator<<
Operator << for convenient output to std::ostream.
- Returns
- std::ostream for continuous output.
Definition at line 134 of file LitDetectorLayoutMuon.h.
◆ fStationGroups
The documentation for this class was generated from the following file: