CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: PhysicsListMakerBase.h,v 1.4 2010/07/29 22:40:22 sunanda Exp $
21 //
22 
23 // system include files
24 #include <memory>
25 
26 // user include files
27 #include "HepPDT/ParticleDataTable.hh"
28 
29 // forward declarations
31 namespace edm{
32  class ParameterSet;
33 }
34 namespace sim {
35  class FieldBuilder;
36 }
37 
39 {
40 
41  public:
43  virtual ~PhysicsListMakerBase() {}
44 
45  // ---------- const member functions ---------------------
46  virtual std::auto_ptr<PhysicsList> make(G4LogicalVolumeToDDLogicalPartMap&,
49  const edm::ParameterSet&,
50  SimActivityRegistry&) const = 0;
51 
52  // ---------- static member functions --------------------
53 
54  // ---------- member functions ---------------------------
55 
56  private:
57  //PhysicsListMakerBase(const PhysicsListMakerBase&); // stop default
58 
59  //const PhysicsListMakerBase& operator=(const PhysicsListMakerBase&); // stop default
60 
61  // ---------- member data --------------------------------
62 
63 };
64 
65 
66 #endif
HepPDT::ParticleDataTable ParticleDataTable
virtual std::auto_ptr< PhysicsList > make(G4LogicalVolumeToDDLogicalPartMap &, const HepPDT::ParticleDataTable *, sim::FieldBuilder *, const edm::ParameterSet &, SimActivityRegistry &) const =0
Definition: sim.h:19