ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
cycleCountEntry (const G4String &pname, const G4Material *mat) | |
~cycleCountEntry () | |
Public Attributes | |
const G4String & | particle |
const G4Material *const | material |
fastPathEntry * | fastPath |
G4double | energy |
G4double | crossSection |
Definition at line 77 of file G4FastPathHadronicCrossSection.hh.
View newest version in sPHENIX GitHub at line 77 of file G4FastPathHadronicCrossSection.hh
cycleCountEntry::cycleCountEntry | ( | const G4String & | pname, |
const G4Material * | mat | ||
) |
Definition at line 167 of file G4FastPathHadronicCrossSection.cc.
View newest version in sPHENIX GitHub at line 167 of file G4FastPathHadronicCrossSection.cc
References DBG.
cycleCountEntry::~cycleCountEntry | ( | ) |
Definition at line 184 of file G4FastPathHadronicCrossSection.cc.
View newest version in sPHENIX GitHub at line 184 of file G4FastPathHadronicCrossSection.cc
References crossSection, DBG, energy, fastPath, G4Material::GetName(), material, and particle.
G4double G4FastPathHadronicCrossSection::cycleCountEntry::crossSection |
Definition at line 88 of file G4FastPathHadronicCrossSection.hh.
View newest version in sPHENIX GitHub at line 88 of file G4FastPathHadronicCrossSection.hh
Referenced by G4CrossSectionDataStore::GetCrossSection(), and ~cycleCountEntry().
G4double G4FastPathHadronicCrossSection::cycleCountEntry::energy |
Definition at line 87 of file G4FastPathHadronicCrossSection.hh.
View newest version in sPHENIX GitHub at line 87 of file G4FastPathHadronicCrossSection.hh
Referenced by G4CrossSectionDataStore::GetCrossSection(), and ~cycleCountEntry().
fastPathEntry* G4FastPathHadronicCrossSection::cycleCountEntry::fastPath |
Definition at line 84 of file G4FastPathHadronicCrossSection.hh.
View newest version in sPHENIX GitHub at line 84 of file G4FastPathHadronicCrossSection.hh
Referenced by G4CrossSectionDataStore::BuildPhysicsTable(), G4CrossSectionDataStore::DumpFastPath(), G4CrossSectionDataStore::GetCrossSection(), and ~cycleCountEntry().
const G4Material* const G4FastPathHadronicCrossSection::cycleCountEntry::material |
Definition at line 81 of file G4FastPathHadronicCrossSection.hh.
View newest version in sPHENIX GitHub at line 81 of file G4FastPathHadronicCrossSection.hh
Referenced by ~cycleCountEntry().
const G4String& G4FastPathHadronicCrossSection::cycleCountEntry::particle |
Definition at line 80 of file G4FastPathHadronicCrossSection.hh.
View newest version in sPHENIX GitHub at line 80 of file G4FastPathHadronicCrossSection.hh
Referenced by ~cycleCountEntry().