CMS 3D CMS Logo

PhysicsListMakerBase.h
Go to the documentation of this file.
1 #ifndef Physics_PhysicsListMakerBase_h
2 #define Physics_PhysicsListMakerBase_h
3 // -*- C++ -*-
4 //
5 // Package: Physics
6 // Class : PhysicsListMakerBase
7 //
17 //
18 // Original Author: Chris D Jones
19 // Created: Tue Nov 22 13:03:39 EST 2005
20 //
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
27 
28 // forward declarations
30 namespace edm{
31  class ParameterSet;
32 }
33 
35 {
36  public:
38  virtual ~PhysicsListMakerBase() {}
39 
40  virtual std::unique_ptr<PhysicsList> make(const edm::ParameterSet&,
41  SimActivityRegistry&) const = 0;
42 
43  private:
45  const PhysicsListMakerBase& operator=(const PhysicsListMakerBase&) = delete;
46 };
47 
48 #endif
S make(const edm::ParameterSet &cfg)
HLT enums.