|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
13 #ifndef DDREC_IMATERIAL_H
14 #define DDREC_IMATERIAL_H
19 namespace dd4hep {
namespace rec {
40 virtual std::string
name()
const =0 ;
43 virtual double A()
const =0 ;
46 virtual double Z()
const =0 ;
62 os <<
" " << m.
name() <<
", A: " << m.
A() <<
", Z: " << m.
Z() <<
", density: " << m.
density() <<
", radiationLength: " << m.
radiationLength()
72 #endif // DDREC_IMATERIAL_H
virtual double interactionLength() const =0
interaction length - units ?
virtual double radiationLength() const =0
radiation length - units ?
IMaterial & operator=(const IMaterial &)
Assignment operator.
virtual double A() const =0
averaged atomic number
virtual std::string name() const =0
material name
virtual double density() const =0
density - units ?
virtual double Z() const =0
averaged proton number
Namespace for the AIDA detector description toolkit.
std::ostream & operator<<(std::ostream &io, const DCH_info &d)
virtual ~IMaterial()
Destructor.