ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4ping Class Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/util/include/G4ping.hh>

+ Collaboration diagram for G4ping:

Public Member Functions

 G4ping (G4String aName)
 
void push_back (G4String aS)
 
void push_back (G4double aD)
 
void push_back (G4LorentzVector aV)
 
void dump ()
 

Private Attributes

std::vector< G4StringtheS
 
std::vector< G4doubletheD
 
std::vector< G4LorentzVectortheV
 
G4String theName
 

Detailed Description

Definition at line 34 of file G4ping.hh.

View newest version in sPHENIX GitHub at line 34 of file G4ping.hh

Constructor & Destructor Documentation

G4ping::G4ping ( G4String  aName)
inline

Definition at line 37 of file G4ping.hh.

View newest version in sPHENIX GitHub at line 37 of file G4ping.hh

Member Function Documentation

void G4ping::dump ( )
inline

Definition at line 43 of file G4ping.hh.

View newest version in sPHENIX GitHub at line 43 of file G4ping.hh

References G4cout, G4endl, theD, theName, theS, and theV.

Referenced by G4BinaryCascade::DoTimeStep(), and G4BinaryCascade::GetExcitationEnergy().

+ Here is the caller graph for this function:

void G4ping::push_back ( G4String  aS)
inline

Definition at line 39 of file G4ping.hh.

View newest version in sPHENIX GitHub at line 39 of file G4ping.hh

References theS.

Referenced by G4BinaryCascade::DoTimeStep(), and G4BinaryCascade::GetExcitationEnergy().

+ Here is the caller graph for this function:

void G4ping::push_back ( G4double  aD)
inline

Definition at line 40 of file G4ping.hh.

View newest version in sPHENIX GitHub at line 40 of file G4ping.hh

References theD.

void G4ping::push_back ( G4LorentzVector  aV)
inline

Definition at line 41 of file G4ping.hh.

View newest version in sPHENIX GitHub at line 41 of file G4ping.hh

References theV.

Member Data Documentation

std::vector<G4double> G4ping::theD
private

Definition at line 68 of file G4ping.hh.

View newest version in sPHENIX GitHub at line 68 of file G4ping.hh

Referenced by dump(), and push_back().

G4String G4ping::theName
private

Definition at line 71 of file G4ping.hh.

View newest version in sPHENIX GitHub at line 71 of file G4ping.hh

Referenced by dump().

std::vector<G4String> G4ping::theS
private

Definition at line 67 of file G4ping.hh.

View newest version in sPHENIX GitHub at line 67 of file G4ping.hh

Referenced by dump(), and push_back().

std::vector<G4LorentzVector> G4ping::theV
private

Definition at line 69 of file G4ping.hh.

View newest version in sPHENIX GitHub at line 69 of file G4ping.hh

Referenced by dump(), and push_back().


The documentation for this class was generated from the following file: