#include <G4PSEnergyDeposit.hh>
Definition at line 45 of file G4PSEnergyDeposit.hh.
G4PSEnergyDeposit::G4PSEnergyDeposit |
( |
G4String |
name, |
|
|
G4int |
depth = 0 |
|
) |
| |
Definition at line 41 of file G4PSEnergyDeposit.cc.
virtual void SetUnit(const G4String &unit)
G4VPrimitiveScorer(G4String name, G4int depth=0)
Definition at line 47 of file G4PSEnergyDeposit.cc.
virtual void SetUnit(const G4String &unit)
G4VPrimitiveScorer(G4String name, G4int depth=0)
G4PSEnergyDeposit::~G4PSEnergyDeposit |
( |
| ) |
|
|
virtual |
void G4PSEnergyDeposit::clear |
( |
| ) |
|
|
virtual |
void G4PSEnergyDeposit::DrawAll |
( |
| ) |
|
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 67 of file G4PSEnergyDeposit.cc.
G4MultiFunctionalDetector * GetMultiFunctionalDetector() const
G4int GetCollectionID(G4int)
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
void G4PSEnergyDeposit::PrintAll |
( |
| ) |
|
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 86 of file G4PSEnergyDeposit.cc.
91 std::map<G4int,G4double*>::iterator itr = EvtMap->
GetMap()->begin();
92 for(; itr != EvtMap->
GetMap()->end(); itr++) {
93 G4cout <<
" copy no.: " << itr->first
94 <<
" energy deposit: "
G4GLOB_DLL std::ostream G4cout
G4double GetUnitValue() const
std::map< G4int, T * > * GetMap() const
G4MultiFunctionalDetector * detector
const G4String & GetUnit() const
Implements G4VPrimitiveScorer.
Definition at line 57 of file G4PSEnergyDeposit.cc.
60 if ( edep == 0. )
return FALSE;
63 EvtMap->
add(index,edep);
G4double GetWeight() const
G4StepPoint * GetPreStepPoint() const
virtual G4int GetIndex(G4Step *)
G4double GetTotalEnergyDeposit() const
G4int add(const G4int &key, T *&aHit) const
Definition at line 101 of file G4PSEnergyDeposit.cc.
void CheckAndSetUnit(const G4String &unit, const G4String &category)
The documentation for this class was generated from the following files: