19#ifndef BDSSAMPLERSPHERE_H
20#define BDSSAMPLERSPHERE_H
22#include "BDSSampler.hh"
27#include "CLHEP/Units/SystemOfUnits.h"
44 G4double startAnglePhi = 0,
45 G4double sweepAnglePhi = CLHEP::twopi,
46 G4double startAngleTheta = 0,
47 G4double sweepAngleTheta = CLHEP::pi,
48 G4int filterSetIDIn = -1);
Spherical sampler around an object.
virtual void SetSensitivity()
Attach sensitive detector to containerLogicalVolume.
BDSSamplerSphere(BDSSamplerSphere &)=delete
Assignment and copy constructor not implemented nor used.
BDSSamplerSphere & operator=(const BDSSamplerSphere &)=delete
Assignment and copy constructor not implemented nor used.
Base class and registry of sampler instances.