CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ParametrisedEMPhysics.h
Go to the documentation of this file.
1 #ifndef SimG4Core_GFlash_ParametrisedPhysics_H
2 #define SimG4Core_GFlash_ParametrisedPhysics_H
3 
4 // Joanna Weng 08.2005
5 // Physics process for Gflash parameterisation
6 // modified by Soon Yung Jun, Dongwook Jang
7 // V.Ivanchenko rename the class, cleanup, and move
8 // to SimG4Core/Application - 2012/08/14
9 
11 
12 #include "G4VPhysicsConstructor.hh"
13 
15 
16 class ParametrisedEMPhysics : public G4VPhysicsConstructor
17 {
18 public:
19 
21  virtual ~ParametrisedEMPhysics();
22 
23  virtual void ConstructParticle();
24  virtual void ConstructProcess();
25 
26 private:
27 
29 
32 
33 };
34 
35 #endif
36 
edm::ParameterSet theParSet
GFlashEMShowerModel * theHadShowerModel
ParametrisedEMPhysics(std::string name, const edm::ParameterSet &p)
GFlashEMShowerModel * theEMShowerModel