#include <G4PSNofSecondary.hh>
Definition at line 53 of file G4PSNofSecondary.hh.
G4PSNofSecondary::G4PSNofSecondary |
( |
G4String |
name, |
|
|
G4int |
depth = 0 |
|
) |
| |
G4PSNofSecondary::~G4PSNofSecondary |
( |
| ) |
|
|
virtual |
void G4PSNofSecondary::clear |
( |
| ) |
|
|
virtual |
void G4PSNofSecondary::DrawAll |
( |
| ) |
|
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 79 of file G4PSNofSecondary.cc.
G4int GetCollectionID(G4int)
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
G4MultiFunctionalDetector * detector
void G4PSNofSecondary::PrintAll |
( |
| ) |
|
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 96 of file G4PSNofSecondary.cc.
100 std::map<G4int,G4double*>::iterator itr = EvtMap->
GetMap()->begin();
101 for(; itr != EvtMap->
GetMap()->end(); itr++) {
102 G4cout <<
" copy no.: " << itr->first
103 <<
" num of secondaries: " << *(itr->second)/
GetUnitValue()
G4GLOB_DLL std::ostream G4cout
G4double GetUnitValue() const
std::map< G4int, T * > * GetMap() const
Implements G4VPrimitiveScorer.
Definition at line 48 of file G4PSNofSecondary.cc.
62 EvtMap->
add(index,weight);
G4ParticleDefinition * GetDefinition() const
G4int GetParentID() const
G4double GetWeight() const
G4StepPoint * GetPreStepPoint() const
G4int GetCurrentStepNumber() const
virtual G4int GetIndex(G4Step *)
G4int add(const G4int &key, T *&aHit) const
G4Track * GetTrack() const
void G4PSNofSecondary::SetParticle |
( |
const G4String & |
particleName | ) |
|
Definition at line 66 of file G4PSNofSecondary.cc.
72 msg +=
"> not found.";
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static G4ParticleTable * GetParticleTable()
Definition at line 108 of file G4PSNofSecondary.cc.
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
const G4String & GetUnit() const
void G4PSNofSecondary::Weighted |
( |
G4bool |
flg = true | ) |
|
|
inline |
The documentation for this class was generated from the following files: