#include <G4PSCylinderSurfaceCurrent.hh>
G4PSCylinderSurfaceCurrent::G4PSCylinderSurfaceCurrent |
( |
G4String |
name, |
|
|
G4int |
direction, |
|
|
G4int |
depth = 0 |
|
) |
| |
Definition at line 57 of file G4PSCylinderSurfaceCurrent.cc.
60 weighted(
true),divideByArea(
true)
virtual void SetUnit(const G4String &unit)
virtual void DefineUnitAndCategory()
G4VPrimitiveScorer(G4String name, G4int depth=0)
Definition at line 66 of file G4PSCylinderSurfaceCurrent.cc.
71 weighted(
true),divideByArea(
true)
virtual void SetUnit(const G4String &unit)
virtual void DefineUnitAndCategory()
G4VPrimitiveScorer(G4String name, G4int depth=0)
G4PSCylinderSurfaceCurrent::~G4PSCylinderSurfaceCurrent |
( |
| ) |
|
|
virtual |
void G4PSCylinderSurfaceCurrent::clear |
( |
void |
| ) |
|
|
virtual |
void G4PSCylinderSurfaceCurrent::DefineUnitAndCategory |
( |
| ) |
|
|
protectedvirtual |
void G4PSCylinderSurfaceCurrent::DivideByArea |
( |
G4bool |
flg = true | ) |
|
|
inline |
void G4PSCylinderSurfaceCurrent::DrawAll |
( |
void |
| ) |
|
|
virtual |
G4int G4PSCylinderSurfaceCurrent::IsSelectedSurface |
( |
G4Step * |
aStep, |
|
|
G4Tubs * |
tubsSolid |
|
) |
| |
|
protected |
Definition at line 124 of file G4PSCylinderSurfaceCurrent.cc.
135 if ( std::fabs(localpos1.
z()) > tubsSolid->
GetZHalfLength() )
return -1;
136 G4double localR2 = localpos1.
x()*localpos1.
x()+localpos1.
y()*localpos1.
y();
138 if (localR2 > (InsideRadius-kCarTolerance)*(InsideRadius-kCarTolerance)
139 &&localR2 < (InsideRadius+kCarTolerance)*(InsideRadius+kCarTolerance)){
149 if ( std::fabs(localpos2.
z()) > tubsSolid->
GetZHalfLength() )
return -1;
150 G4double localR2 = localpos2.
x()*localpos2.
x()+localpos2.
y()*localpos2.
y();
152 if (localR2 > (InsideRadius-kCarTolerance)*(InsideRadius-kCarTolerance)
153 &&localR2 < (InsideRadius+kCarTolerance)*(InsideRadius+kCarTolerance)){
G4StepStatus GetStepStatus() const
G4double GetSurfaceTolerance() const
virtual const G4NavigationHistory * GetHistory() const
G4StepPoint * GetPreStepPoint() const
const G4ThreeVector & GetPosition() const
const G4double kCarTolerance
G4double GetInnerRadius() const
G4StepPoint * GetPostStepPoint() const
G4double GetZHalfLength() const
const G4AffineTransform & GetTopTransform() const
const G4TouchableHandle & GetTouchableHandle() const
static G4GeometryTolerance * GetInstance()
void G4PSCylinderSurfaceCurrent::PrintAll |
( |
void |
| ) |
|
|
virtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 178 of file G4PSCylinderSurfaceCurrent.cc.
183 std::map<G4int,G4double*>::iterator itr = EvtMap->
GetMap()->begin();
184 for(; itr != EvtMap->
GetMap()->end(); itr++) {
185 G4cout <<
" copy no.: " << itr->first
187 if ( divideByArea ) {
191 G4cout << *(itr->second) <<
" [tracks]";
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 80 of file G4PSCylinderSurfaceCurrent.cc.
107 if ( weighted ) current = preStep->
GetWeight();
112 current = current/square;
116 EvtMap->
add(index,current);
G4double GetWeight() const
virtual void ComputeDimensions(G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep)
G4int IsSelectedSurface(G4Step *, G4Tubs *)
virtual G4VSolid * ComputeSolid(const G4int, G4VPhysicalVolume *)
G4VSolid * GetSolid() const
const G4VTouchable * GetTouchable() const
G4StepPoint * GetPreStepPoint() const
G4double GetDeltaPhiAngle() const
G4VPhysicalVolume * GetPhysicalVolume() const
virtual G4VPVParameterisation * GetParameterisation() const =0
virtual G4int GetIndex(G4Step *)
G4double GetInnerRadius() const
static constexpr double radian
G4int add(const G4int &key, T *&aHit) const
G4LogicalVolume * GetLogicalVolume() const
G4double GetZHalfLength() const
const G4TouchableHandle & GetTouchableHandle() const
void G4PSCylinderSurfaceCurrent::SetUnit |
( |
const G4String & |
unit | ) |
|
|
virtual |
Definition at line 197 of file G4PSCylinderSurfaceCurrent.cc.
199 if ( divideByArea ) {
207 G4Exception(
"G4PSCylinderSurfaceCurrent::SetUnit",
"DetPS0002",
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
void G4PSCylinderSurfaceCurrent::Weighted |
( |
G4bool |
flg = true | ) |
|
|
inline |
The documentation for this class was generated from the following files: