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
26 #include "HepPDT/ParticleDataTable.hh"
28 
29 // forward declarations
31 namespace edm{
32  class ParameterSet;
33 }
34 namespace sim {
35  class ChordFinderSetter;
36 }
37 
39 {
40 
41  public:
43  virtual ~PhysicsListMakerBase() {}
44 
45  virtual std::unique_ptr<PhysicsList> make(G4LogicalVolumeToDDLogicalPartMap&,
48  const edm::ParameterSet&,
49  SimActivityRegistry&) const = 0;
50 
51  private:
53  const PhysicsListMakerBase& operator=(const PhysicsListMakerBase&) = delete;
54 
55 };
56 
57 
58 #endif
HepPDT::ParticleDataTable ParticleDataTable
S make(const edm::ParameterSet &cfg)
Definition: RunManager.h:28
HLT enums.