#include <SimG4Core/Physics/interface/PhysicsListMakerBase.h>
Public Member Functions | |
virtual std::unique_ptr< PhysicsList > | make (G4LogicalVolumeToDDLogicalPartMap &, const HepPDT::ParticleDataTable *, sim::ChordFinderSetter *, const edm::ParameterSet &, SimActivityRegistry &) const =0 |
PhysicsListMakerBase () | |
virtual | ~PhysicsListMakerBase () |
Private Member Functions | |
const PhysicsListMakerBase & | operator= (const PhysicsListMakerBase &)=delete |
PhysicsListMakerBase (const PhysicsListMakerBase &)=delete | |
Description: Base class for the 'maker' which creates PhysicsLists
Usage: This class is the interface for creating a physics list and for connnecting the appropriate OSCAR signals to that physics list
Definition at line 38 of file PhysicsListMakerBase.h.
|
inline |
Definition at line 42 of file PhysicsListMakerBase.h.
|
inlinevirtual |
|
privatedelete |
|
pure virtual |
Implemented in PhysicsListMaker< T >.
|
privatedelete |