Go to the documentation of this file.
8 #ifndef LITSUBSTATIONMUON_H_
9 #define LITSUBSTATIONMUON_H_
11 #include "../LitMaterialInfo.h"
66 return "LitSubstationMuon: Z=" + lit::parallel::ToString<T>(
GetZ())
void SetZ(const T &z)
Set Z pposition of substation.
LitSubstationMuon()
Constructor.
Substation in muon detector layout.
const LitMaterialInfo< T > & GetMaterial() const
Return material of substation.
friend std::ostream & operator<<(std::ostream &strm, const LitSubstationMuon &substation)
Operator << for convenient output to std::ostream.
void SetMaterial(const LitMaterialInfo< T > &material)
Set material of substation.
class lit::parallel::LitDetectorLayout _fvecalignment
LitSubstationMuon< fscal > LitSubstationMuonScal
virtual ~LitSubstationMuon()
Destructor.
const T & GetZ() const
Return Z position of substation.
LitMaterialInfo< T > fMaterial
LitSubstationMuon< fvec > LitSubstationMuonVec
std::string ToString() const
Return string representation for the class.