10#ifndef BMNMATERIALINFO_H_
11#define BMNMATERIALINFO_H_
63 Float_t
GetRL()
const {
return fRL;}
66 Float_t
GetRho()
const {
return fRho;}
69 Float_t
GetZ()
const {
return fZ;}
72 Float_t
GetA()
const {
return fA;}
77 const string&
GetName()
const {
return fName;}
83 void SetRL(Float_t rl) {fRL = rl;}
86 void SetRho(Float_t rho) {fRho = rho;}
89 void SetZ(Float_t Z) {fZ = Z;}
92 void SetA(Float_t A) {fA = A;}
95 void SetZpos(Float_t zpos) {fZpos = zpos;}
97 void SetName(
const string& name) {fName = name;}
101 std::stringstream ss;
102 ss <<
"MaterialInfo: length=" << fLength <<
" rl=" << fRL
103 <<
" rho=" << fRho <<
" Z=" << fZ <<
" A=" << fA <<
" zpos=" << fZpos
104 <<
" name=" << fName << std::endl;
void SetLength(Float_t length)
void SetName(const string &name)
virtual std::string ToString() const
Float_t GetLength() const
const string & GetName() const
void SetZpos(Float_t zpos)
virtual ~BmnMaterialInfo()