#include <G4CrossSectionBuffer.hh>
Definition at line 36 of file G4CrossSectionBuffer.hh.
◆ G4CrossSectionBuffer()
◆ CrossSection()
Definition at line 64 of file G4CrossSectionBuffer.hh.
72 for(
size_t i=0; i<
theData.size(); i++)
103 if(result<0) result = 0;
static const double millibarn
std::vector< std::pair< G4double, G4double > > theData
const G4LorentzVector & Get4Momentum() const
◆ InCharge()
Definition at line 43 of file G4CrossSectionBuffer.hh.
48 if(aB ==
theB) result =
true;
52 if(aB ==
theA) result =
true;
const G4ParticleDefinition * theB
const G4ParticleDefinition * theA
◆ Print()
void G4CrossSectionBuffer::Print |
( |
void |
| ) |
|
|
inline |
Definition at line 108 of file G4CrossSectionBuffer.hh.
110 for(
size_t i=0;i<
theData.size(); i++)
static const double millibarn
std::vector< std::pair< G4double, G4double > > theData
G4GLOB_DLL std::ostream G4cerr
◆ push_back()
Definition at line 57 of file G4CrossSectionBuffer.hh.
59 std::pair<G4double, G4double> aNew;
std::vector< std::pair< G4double, G4double > > theData
◆ theA
◆ theB
◆ theData
The documentation for this class was generated from the following file: