Go to the source code of this file.
|
| DDI |
| A DDDivision contains the parameterization that Geant4 needs in order to do its divisions.
|
|
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const DDMaterial & |
|
|
) |
| |
Definition at line 126 of file DDMaterial.cc.
References DDMaterial::a(), DDMaterial::constituent(), DDMaterial::density(), f, g, i, testEve_cfg::level, DDBase< N, C >::name(), DDMaterial::noOfConstituents(), alignCSCRings::s, and DDMaterial::z().
131 os <<
'[' << mat.name() <<
']' <<
" z=" << mat.z()
132 <<
" a=" << mat.a()/
g*mole <<
"*g/mole"
133 <<
" d=" << mat.density()/
g*cm3 <<
"*g/cm3";
134 std::string
s(2*level,
' ');
135 for (
int i=0;
i<mat.noOfConstituents(); ++
i) {
137 os << std::endl <<
s <<
i+1 <<
" : fm=" << f.second
143 os <<
"* material not declared * ";
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Container::value_type value_type