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 132 of file DDMaterial.cc.
References DDMaterial::a(), DDMaterial::constituent(), DDMaterial::density(), f, g, i, testEve_cfg::level, DDBase< N, C >::name(), DDMaterial::noOfConstituents(), asciidump::s, and DDMaterial::z().
137 os <<
'[' << mat.name() <<
']' <<
" z=" << mat.z()
138 <<
" a=" << mat.a()/
g*mole <<
"*g/mole"
139 <<
" d=" << mat.density()/
g*cm3 <<
"*g/cm3";
140 std::string
s(2*level,
' ');
141 for (
int i=0;
i<mat.noOfConstituents(); ++
i) {
143 os << std::endl <<
s <<
i+1 <<
" : fm=" << f.second
149 os <<
"* material not declared * ";
Container::value_type value_type
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