63 , fDirection(direction)
76 , fDirection(direction)
132 G4double localdirL2 = localdir.
x() * localdir.
x() +
133 localdir.
y() * localdir.
y() +
134 localdir.
z() * localdir.
z();
138 G4double localR2 = localpos1.
x() * localpos1.
x() +
139 localpos1.
y() * localpos1.
y() +
140 localpos1.
z() * localpos1.
z();
142 (localdir.
x() * localpos1.
x() + localdir.
y() * localpos1.
y() +
143 localdir.
z() * localpos1.
z()) /
144 std::sqrt(localdirL2) / std::sqrt(localR2);
145 if(anglefactor < 0.0)
148 G4double current = 1.0 / anglefactor;
157 current /= radi * radi * dph * (-std::cos(enth) + std::cos(stth));
182 G4double localR2 = localpos1.
x() * localpos1.
x() +
183 localpos1.
y() * localpos1.
y() +
184 localpos1.
z() * localpos1.
z();
204 G4double localR2 = localpos2.
x() * localpos2.
x() +
205 localpos2.
y() * localpos2.
y() +
206 localpos2.
z() * localpos2.
z();
242 std::map<G4int, G4double*>::iterator itr =
EvtMap->
GetMap()->begin();
245 G4cout <<
" copy no.: " << itr->first
246 <<
" Flux : " << *(itr->second) /
GetUnitValue() <<
" ["
266 G4String msg =
"Invalid unit [" + unit +
"] (Current unit is [" +
const G4double kCarTolerance
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
static constexpr double mm2
static constexpr double cm2
static constexpr double m2
static constexpr double radian
G4GLOB_DLL std::ostream G4cout
G4double GetSurfaceTolerance() const
static G4GeometryTolerance * GetInstance()
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
G4VSolid * GetSolid() const
const G4AffineTransform & GetTopTransform() const
virtual void EndOfEvent(G4HCofThisEvent *)
virtual void Initialize(G4HCofThisEvent *)
G4int IsSelectedSurface(G4Step *, G4Sphere *)
virtual void DefineUnitAndCategory()
G4THitsMap< G4double > * EvtMap
virtual ~G4PSSphereSurfaceFlux()
G4PSSphereSurfaceFlux(G4String name, G4int direction, G4int depth=0)
virtual G4bool ProcessHits(G4Step *, G4TouchableHistory *)
virtual void SetUnit(const G4String &unit)
G4double GetDeltaPhiAngle() const
G4double GetInnerRadius() const
G4double GetDeltaThetaAngle() const
G4double GetStartThetaAngle() const
G4StepStatus GetStepStatus() const
const G4VTouchable * GetTouchable() const
const G4ThreeVector & GetPosition() const
const G4ThreeVector & GetMomentumDirection() const
const G4TouchableHandle & GetTouchableHandle() const
G4VPhysicalVolume * GetPhysicalVolume() const
G4double GetWeight() const
G4StepPoint * GetPreStepPoint() const
G4StepPoint * GetPostStepPoint() const
virtual G4VSolid * ComputeSolid(const G4int, G4VPhysicalVolume *)
G4LogicalVolume * GetLogicalVolume() const
virtual G4VPVParameterisation * GetParameterisation() const =0
virtual G4int GetIndex(G4Step *)
const G4String & GetUnit() const
G4MultiFunctionalDetector * detector
G4int GetCollectionID(G4int)
void CheckAndSetUnit(const G4String &unit, const G4String &category)
G4double GetUnitValue() const
virtual void ComputeDimensions(G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep)
size_t add(const G4int &key, U *&aHit) const
virtual const G4NavigationHistory * GetHistory() const
const char * name(G4int ptype)