#include <G4PSFlatSurfaceCurrent.hh>
Definition at line 60 of file G4PSFlatSurfaceCurrent.hh.
◆ G4PSFlatSurfaceCurrent() [1/2]
G4PSFlatSurfaceCurrent::G4PSFlatSurfaceCurrent |
( |
G4String |
name, |
|
|
G4int |
direction, |
|
|
G4int |
depth = 0 |
|
) |
| |
Definition at line 59 of file G4PSFlatSurfaceCurrent.cc.
virtual void DefineUnitAndCategory()
virtual void SetUnit(const G4String &unit)
G4THitsMap< G4double > * EvtMap
G4VPrimitiveScorer(G4String name, G4int depth=0)
◆ G4PSFlatSurfaceCurrent() [2/2]
Definition at line 68 of file G4PSFlatSurfaceCurrent.cc.
virtual void DefineUnitAndCategory()
virtual void SetUnit(const G4String &unit)
G4THitsMap< G4double > * EvtMap
G4VPrimitiveScorer(G4String name, G4int depth=0)
◆ ~G4PSFlatSurfaceCurrent()
G4PSFlatSurfaceCurrent::~G4PSFlatSurfaceCurrent |
( |
| ) |
|
|
virtual |
◆ clear()
void G4PSFlatSurfaceCurrent::clear |
( |
void |
| ) |
|
|
virtual |
◆ DefineUnitAndCategory()
void G4PSFlatSurfaceCurrent::DefineUnitAndCategory |
( |
| ) |
|
|
protectedvirtual |
◆ DivideByArea()
void G4PSFlatSurfaceCurrent::DivideByArea |
( |
G4bool |
flg = true | ) |
|
|
inline |
◆ DrawAll()
void G4PSFlatSurfaceCurrent::DrawAll |
( |
void |
| ) |
|
|
virtual |
◆ EndOfEvent()
◆ Initialize()
Reimplemented from G4VPrimitiveScorer.
Definition at line 149 of file G4PSFlatSurfaceCurrent.cc.
G4int GetCollectionID(G4int)
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
G4THitsMap< G4double > * EvtMap
G4MultiFunctionalDetector * detector
◆ IsSelectedSurface()
G4int G4PSFlatSurfaceCurrent::IsSelectedSurface |
( |
G4Step * |
aStep, |
|
|
G4Box * |
boxSolid |
|
) |
| |
|
protected |
Definition at line 120 of file G4PSFlatSurfaceCurrent.cc.
123 aStep->GetPreStepPoint()->GetTouchableHandle();
126 if (aStep->GetPreStepPoint()->GetStepStatus() == fGeomBoundary ){
128 G4ThreeVector stppos1= aStep->GetPreStepPoint()->GetPosition();
131 if(std::fabs( localpos1.
z() + boxSolid->
GetZHalfLength())<kCarTolerance ){
136 if (aStep->GetPostStepPoint()->GetStepStatus() == fGeomBoundary ){
138 G4ThreeVector stppos2= aStep->GetPostStepPoint()->GetPosition();
141 if(std::fabs( localpos2.
z() + boxSolid->
GetZHalfLength())<kCarTolerance ){
G4double GetSurfaceTolerance() const
G4double GetZHalfLength() const
virtual const G4NavigationHistory * GetHistory() const
const G4AffineTransform & GetTopTransform() const
static G4GeometryTolerance * GetInstance()
◆ PrintAll()
void G4PSFlatSurfaceCurrent::PrintAll |
( |
void |
| ) |
|
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 166 of file G4PSFlatSurfaceCurrent.cc.
171 std::map<G4int,G4double*>::iterator itr =
EvtMap->
GetMap()->begin();
173 G4cout <<
" copy no.: " << itr->first <<
" current : " ;
G4double GetUnitValue() const
std::map< G4int, T * > * GetMap() const
G4GLOB_DLL std::ostream G4cout
G4THitsMap< G4double > * EvtMap
G4MultiFunctionalDetector * detector
const G4String & GetUnit() const
◆ ProcessHits()
Implements G4VPrimitiveScorer.
Definition at line 82 of file G4PSFlatSurfaceCurrent.cc.
84 G4StepPoint* preStep = aStep->GetPreStepPoint();
108 if (
weighted ) current=preStep->GetWeight();
111 current = current/square;
G4int add(const G4int &key, T *&aHit) const
virtual void ComputeDimensions(G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep)
virtual G4VSolid * ComputeSolid(const G4int, G4VPhysicalVolume *)
G4double GetXHalfLength() const
G4int IsSelectedSurface(G4Step *, G4Box *)
virtual G4VPVParameterisation * GetParameterisation() const =0
virtual G4int GetIndex(G4Step *)
G4double GetYHalfLength() const
G4THitsMap< G4double > * EvtMap
G4LogicalVolume * GetLogicalVolume() const
G4VSolid * GetSolid() const
◆ SetUnit()
void G4PSFlatSurfaceCurrent::SetUnit |
( |
const G4String & |
unit | ) |
|
|
virtual |
Definition at line 184 of file G4PSFlatSurfaceCurrent.cc.
void CheckAndSetUnit(const G4String &unit, const G4String &category)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
const G4String & GetUnit() const
◆ Weighted()
void G4PSFlatSurfaceCurrent::Weighted |
( |
G4bool |
flg = true | ) |
|
|
inline |
◆ divideByArea
G4bool G4PSFlatSurfaceCurrent::divideByArea |
|
private |
◆ EvtMap
◆ fDirection
G4int G4PSFlatSurfaceCurrent::fDirection |
|
private |
◆ HCID
G4int G4PSFlatSurfaceCurrent::HCID |
|
private |
◆ weighted
G4bool G4PSFlatSurfaceCurrent::weighted |
|
private |
The documentation for this class was generated from the following files: