7 bool operator== (
const Material& lhs,
const Material& rhs){
11 return !(lhs.density != rhs.density or
14 lhs.radiationLength != rhs.radiationLength or
19 bool operator!= (
const Material& lhs,
const Material& rhs) {
23 void Material::Print(
const Option_t*)
const {
24 printOut <<
"Density = " << density <<
", \t"
25 <<
"Z = " <<
Z <<
", \t"
26 <<
"A = " <<
A <<
", \t"
28 <<
"mEE = " <<
mEE <<
"\n";
Defines for I/O streams used for error and debug printing.
std::ostream printOut
Default stream for output of Print calls.
double Z
Density in g / cm^3.
double mEE
Radiation Length in cm.
double radiationLength
Mass number in g / mol.