|
CbmRoot
|
Substation in muon detector layout. More...
#include <LitSubstationMuon.h>
Public Member Functions | |
| LitSubstationMuon () | |
| Constructor. | |
| virtual | ~LitSubstationMuon () |
| Destructor. | |
| const T & | GetZ () const |
| Return Z position of substation. | |
| void | SetZ (const T &z) |
| Set Z pposition of substation. | |
| const LitMaterialInfo< T > & | GetMaterial () const |
| Return material of substation. | |
| void | SetMaterial (const LitMaterialInfo< T > &material) |
| Set material of substation. | |
| std::string | ToString () const |
| Return string representation for the class. | |
Private Attributes | |
| T | fZ |
| LitMaterialInfo< T > | fMaterial |
Friends | |
| std::ostream & | operator<< (std::ostream &strm, const LitSubstationMuon &substation) |
| Operator << for convenient output to std::ostream. | |
Substation in muon detector layout.
Definition at line 29 of file LitSubstationMuon.h.
|
inline |
Constructor.
Definition at line 34 of file LitSubstationMuon.h.
|
inlinevirtual |
Destructor.
Definition at line 39 of file LitSubstationMuon.h.
|
inline |
Return material of substation.
Definition at line 57 of file LitSubstationMuon.h.
Referenced by lit::parallel::LitTrackFinderNNVecMuon::ProcessStation(), and lit::parallel::LitSubstationMuon< fvec >::ToString().
|
inline |
Return Z position of substation.
Definition at line 45 of file LitSubstationMuon.h.
Referenced by lit::parallel::LitTrackFinderNNVecMuon::ProcessStation(), and lit::parallel::LitSubstationMuon< fvec >::ToString().
|
inline |
Set material of substation.
| [in] | materiel | Material value. |
Definition at line 63 of file LitSubstationMuon.h.
|
inline |
Set Z pposition of substation.
| [in] | z | Z position value. |
Definition at line 51 of file LitSubstationMuon.h.
|
inline |
Return string representation for the class.
Definition at line 69 of file LitSubstationMuon.h.
Referenced by lit::parallel::LitSubstationMuon< fvec >::operator<<.
|
friend |
Operator << for convenient output to std::ostream.
Definition at line 78 of file LitSubstationMuon.h.
|
private |
Definition at line 86 of file LitSubstationMuon.h.
|
private |
Definition at line 85 of file LitSubstationMuon.h.