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 public:
13  GFlash(const edm::ParameterSet &p);
14  ~GFlash() override;
15 
16 private:
19 };
20 
21 #endif
~GFlash() override
Definition: GFlash.cc:70
Definition: GFlash.h:11
edm::ParameterSet thePar
Definition: GFlash.h:18
GFlash(const edm::ParameterSet &p)
Definition: GFlash.cc:19
GflashHistogram * theHisto
Definition: GFlash.h:17