#include "G4PhysicsFreeVector.hh"
#include "G4ParticleDefinition.hh"
#include "G4Material.hh"
#include <functional>
#include <utility>
#include <unordered_map>
#include <iostream>
#include <set>
#include <stdint.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 297 of file G4FastPathHadronicCrossSection.hh.
297 {
298 using CLHEP::MeV;
301 os<<
"#min_cutoff(MeV): "<<fp.
min_cutoff/MeV<<
"\n";
302#ifdef FPDEBUG
303 os<<"#DEBUG COUNTERS: count="<<fp.count<<" slowpath_sum="<<fp.slowpath_sum<<" max_delta="<<fp.max_delta;
304 os<<" min_delta="<<fp.min_delta<<" sum_delta="<<fp.sum_delta<<" sum_delta_square="<<fp.sum_delta_square<<"\n";
305#endif
307 return os;
308}
const G4String & GetName() const
const G4String & GetParticleName() const
const G4ParticleDefinition *const particle
const G4Material *const material
const G4double min_cutoff