CMS 3D CMS Logo

GFlash.h
Go to the documentation of this file.
1 #ifndef SimG4Core_GFlash_GFlash_H
2 #define SimG4Core_GFlash_GFlash_H
3 // Joanna Weng 08.2005
4 // modifed by Soon Yung Jun, Dongwook Jang
5 
8 
9 class GflashHistogram;
10 
11 class GFlash : public PhysicsList
12 {
13 public:
14  GFlash(const edm::ParameterSet & p);
15  ~GFlash() override;
16 
17 private:
20 
21 };
22 
23 #endif
24 
~GFlash() override
Definition: GFlash.cc:76
Definition: GFlash.h:11
edm::ParameterSet thePar
Definition: GFlash.h:19
GFlash(const edm::ParameterSet &p)
Definition: GFlash.cc:19
GflashHistogram * theHisto
Definition: GFlash.h:18