ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4FastPathHadronicCrossSection.hh File Reference
#include "G4PhysicsFreeVector.hh"
#include "G4ParticleDefinition.hh"
#include "G4Material.hh"
#include <functional>
#include <utility>
#include <unordered_map>
#include <iostream>
#include <set>
#include <stdint.h>
+ Include dependency graph for G4FastPathHadronicCrossSection.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  G4FastPathHadronicCrossSection::fastPathEntry
 
struct  G4FastPathHadronicCrossSection::cycleCountEntry
 
struct  G4FastPathHadronicCrossSection::timing
 
struct  G4FastPathHadronicCrossSection::getCrossSectionCount
 
struct  G4FastPathHadronicCrossSection::G4CrossSectionDataStore_Key_Hash
 
struct  G4FastPathHadronicCrossSection::G4CrossSectionDataStore_Key_EqualTo
 
struct  G4FastPathHadronicCrossSection::fastPathRequestConfig_t
 
struct  G4FastPathHadronicCrossSection::fastPathRequestConfig_Less
 
struct  G4FastPathHadronicCrossSection::controlFlag
 
struct  G4FastPathHadronicCrossSection::fastPathParameters
 

Namespaces

namespace  G4FastPathHadronicCrossSection
 

Typedefs

using G4FastPathHadronicCrossSection::XSParam = G4PhysicsFreeVector
 
using G4FastPathHadronicCrossSection::G4CrossSectionDataStore_Key = std::pair< const G4ParticleDefinition *, const G4Material * >
 
using G4FastPathHadronicCrossSection::G4CrossSectionDataStore_Cache = std::unordered_map< G4CrossSectionDataStore_Key, cycleCountEntry *, G4CrossSectionDataStore_Key_Hash, G4CrossSectionDataStore_Key_EqualTo >
 
using G4FastPathHadronicCrossSection::G4CrossSectionDataStore_Requests = std::set< fastPathRequestConfig_t, fastPathRequestConfig_Less >
 

Functions

static void G4FastPathHadronicCrossSection::logInvocationTriedOneLine (cycleCountEntry *)
 
static void G4FastPathHadronicCrossSection::logInvocationOneLine (cycleCountEntry *)
 
static void G4FastPathHadronicCrossSection::logHit (cycleCountEntry *)
 
static void G4FastPathHadronicCrossSection::logInvocationCountFastPath (cycleCountEntry *)
 
static void G4FastPathHadronicCrossSection::logInvocationCountSlowPAth (cycleCountEntry *)
 
void G4FastPathHadronicCrossSection::logStartCountCycles (timing &)
 
void G4FastPathHadronicCrossSection::logStopCountCycles (timing &)
 
static void G4FastPathHadronicCrossSection::logInitCyclesFastPath (cycleCountEntry *, timing &)
 
static void G4FastPathHadronicCrossSection::logTotalCyclesFastPath (cycleCountEntry *, timing &)
 
static void G4FastPathHadronicCrossSection::logTotalCyclesSlowPath (cycleCountEntry *, timing &)
 
static void G4FastPathHadronicCrossSection::logTiming (cycleCountEntry *, fastPathEntry *, timing &)
 
std::ostream & operator<< (std::ostream &os, const G4FastPathHadronicCrossSection::fastPathEntry &fp)
 

Function Documentation

std::ostream & operator<< ( std::ostream &  os,
const G4FastPathHadronicCrossSection::fastPathEntry fp 
)
inline

Definition at line 297 of file G4FastPathHadronicCrossSection.hh.

View newest version in sPHENIX GitHub at line 297 of file G4FastPathHadronicCrossSection.hh

References G4Material::GetName(), G4ParticleDefinition::GetParticleName(), G4FastPathHadronicCrossSection::fastPathEntry::material, CLHEP::MeV, MeV, G4FastPathHadronicCrossSection::fastPathEntry::min_cutoff, G4FastPathHadronicCrossSection::fastPathEntry::particle, and G4FastPathHadronicCrossSection::fastPathEntry::physicsVector.

+ Here is the call graph for this function: