69 throw G4HadronicException(__FILE__, __LINE__,
"G4VCrossSectionSource: unklnown particles in FindKeyParticle");
88 G4int nComponents = 0;
92 nComponents = components->size();
94 G4cout <<
"---- " << this->
Name() <<
" ---- has " << nComponents <<
" components" <<
G4endl;
96 for (i=0; i<nComponents; i++)
112 <<
"Ecm = " << sqrtS /
GeV <<
" GeV - "
113 <<
" Cross section = " << sigma <<
" mb "
116 G4int nComponents = 0;
120 nComponents = components->size();
123 for (i=0; i<nComponents; i++)
125 G4cout <<
"* Component " << i <<
": ";
136 if (e >= eLow && e <= eHigh) answer =
true;