#include <SimG4Core/Physics/interface/PhysicsListMakerBase.h>
Public Member Functions | |
virtual std::unique_ptr< PhysicsList > | make (const edm::ParameterSet &, SimActivityRegistry &) const =0 |
const PhysicsListMakerBase & | operator= (const PhysicsListMakerBase &)=delete |
PhysicsListMakerBase () | |
PhysicsListMakerBase (const PhysicsListMakerBase &)=delete | |
virtual | ~PhysicsListMakerBase () |
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 34 of file PhysicsListMakerBase.h.
|
inline |
Definition at line 36 of file PhysicsListMakerBase.h.
|
inlinevirtual |
Definition at line 37 of file PhysicsListMakerBase.h.
|
delete |
|
pure virtual |
Implemented in PhysicsListMaker< T >.
|
delete |