58 EvtMap(0),weighted(true),divideByArea(true)
69 EvtMap(0),weighted(true),divideByArea(true)
82 assert(
dynamic_cast<G4Sphere*
>(solid) !=
nullptr );
94 if ( weighted) current = preStep->
GetWeight();
96 G4double square = radi*radi*dph*( -std::cos(enth) + std::cos(stth) );
97 current = current/square;
101 EvtMap->
add(index,current);
119 G4double localR2 = localpos1.
x()*localpos1.
x()
120 +localpos1.
y()*localpos1.
y()
121 +localpos1.
z()*localpos1.
z();
137 G4double localR2 = localpos2.
x()*localpos2.
x()
138 +localpos2.
y()*localpos2.
y()
139 +localpos2.
z()*localpos2.
z();
175 std::map<G4int,G4double*>::iterator itr = EvtMap->
GetMap()->begin();
176 for(; itr != EvtMap->
GetMap()->end(); itr++) {
177 G4cout <<
" copy no.: " << itr->first <<
" current : " ;
178 if ( divideByArea ) {
182 G4cout << *(itr->second) <<
" [tracks]" ;
191 if ( divideByArea ) {
206 new G4UnitDefinition(
"percentimeter2",
"percm2",
"Per Unit Surface",(1./cm2));
207 new G4UnitDefinition(
"permillimeter2",
"permm2",
"Per Unit Surface",(1./mm2));
const G4double kCarTolerance
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cout
G4double GetSurfaceTolerance() const
static G4GeometryTolerance * GetInstance()
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
const G4AffineTransform & GetTopTransform() const
virtual G4bool ProcessHits(G4Step *, G4TouchableHistory *)
virtual void DefineUnitAndCategory()
virtual void SetUnit(const G4String &unit)
G4PSSphereSurfaceCurrent(G4String name, G4int direction, G4int depth=0)
virtual void Initialize(G4HCofThisEvent *)
G4int IsSelectedSurface(G4Step *, G4Sphere *)
virtual ~G4PSSphereSurfaceCurrent()
virtual void EndOfEvent(G4HCofThisEvent *)
G4double GetDeltaPhiAngle() const
G4double GetInnerRadius() const
G4double GetDeltaThetaAngle() const
G4double GetStartThetaAngle() const
G4StepStatus GetStepStatus() const
const G4ThreeVector & GetPosition() const
const G4TouchableHandle & GetTouchableHandle() const
G4double GetWeight() const
G4StepPoint * GetPreStepPoint() const
G4StepPoint * GetPostStepPoint() const
virtual G4int GetIndex(G4Step *)
const G4String & GetUnit() const
G4MultiFunctionalDetector * detector
G4int GetCollectionID(G4int)
void CheckAndSetUnit(const G4String &unit, const G4String &category)
G4double GetUnitValue() const
G4VSolid * ComputeCurrentSolid(G4Step *aStep)
size_t add(const G4int &key, U *&aHit) const
virtual const G4NavigationHistory * GetHistory() const