GEMC  1.8
Geant4 Monte-Carlo Framework
OpticalPhysics.h
Go to the documentation of this file.
1 #ifndef OpticalPhysics_H
2 #define OpticalPhysics_H 1
3 
4 
5 // %%%%%%%%%%
6 // G4 headers
7 // %%%%%%%%%%
8 #include "G4VPhysicsConstructor.hh"
9 #include "G4Scintillation.hh"
10 
11 // %%%%%%%%%%%%%
12 // gemc headers
13 // %%%%%%%%%%%%%
14 #include "usage.h"
15 
17 {
18  public:
20  virtual ~OpticalPhysics();
22 
23  public:
24  virtual void ConstructParticle();
25  virtual void ConstructProcess();
26 
27  void SetScintYieldFactor(G4double yf);
28 
29  protected:
30  G4Scintillation* theScintProcess;
31 
32 };
33 
34 #endif
35 
36 
37 
38 
39 
void SetScintYieldFactor(G4double yf)
gemc_opts gemcOpt
OpticalPhysics(gemc_opts)
virtual void ConstructParticle()
virtual void ConstructProcess()
G4Scintillation * theScintProcess
virtual ~OpticalPhysics()