#include <G4PSNofCollision.hh>
Definition at line 47 of file G4PSNofCollision.hh.
◆ G4PSNofCollision()
G4PSNofCollision::G4PSNofCollision |
( |
G4String |
name, |
|
|
G4int |
depth = 0 |
|
) |
| |
◆ ~G4PSNofCollision()
G4PSNofCollision::~G4PSNofCollision |
( |
| ) |
|
|
virtual |
◆ clear()
void G4PSNofCollision::clear |
( |
| ) |
|
|
virtual |
◆ DrawAll()
void G4PSNofCollision::DrawAll |
( |
| ) |
|
|
virtual |
◆ EndOfEvent()
◆ Initialize()
Reimplemented from G4VPrimitiveScorer.
Definition at line 62 of file G4PSNofCollision.cc.
63{
67}
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
G4MultiFunctionalDetector * detector
G4int GetCollectionID(G4int)
◆ PrintAll()
void G4PSNofCollision::PrintAll |
( |
| ) |
|
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 79 of file G4PSNofCollision.cc.
80{
84 std::map<G4int,G4double*>::iterator itr = EvtMap->
GetMap()->begin();
85 for(; itr != EvtMap->
GetMap()->end(); itr++) {
86 G4cout <<
" copy no.: " << itr->first
88 << " [collision] "
90 }
91}
G4DLLIMPORT std::ostream G4cout
std::map< G4int, T * > * GetMap() const
G4double GetUnitValue() const
◆ ProcessHits()
Implements G4VPrimitiveScorer.
Definition at line 51 of file G4PSNofCollision.cc.
52{
54
58 EvtMap->
add(index,val);
60}
G4StepStatus GetStepStatus() const
G4double GetWeight() const
G4StepPoint * GetPreStepPoint() const
G4StepPoint * GetPostStepPoint() const
G4int add(const G4int &key, T *&aHit) const
virtual G4int GetIndex(G4Step *)
◆ SetUnit()
Definition at line 94 of file G4PSNofCollision.cc.
95{
96 if (unit == "" ){
99 }else{
102 }
103}
const G4String & GetUnit() const
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Referenced by G4PSNofCollision().
◆ Weighted()
void G4PSNofCollision::Weighted |
( |
G4bool |
flg = true | ) |
|
|
inline |
The documentation for this class was generated from the following files: