LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
G4EmStandardPhysics_pseudoLaser.hh
Go to the documentation of this file.
1 #ifndef G4EmStandardPhysics_pseudoLaser_h
2 #define G4EmStandardPhysics_pseudoLaser_h 1
3 
4 #include "Geant4/G4VPhysicsConstructor.hh"
5 #include "Geant4/G4EmParticleList.hh"
6 #include "Geant4/globals.hh"
7 
8 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
9 
10 class G4EmStandardPhysics_pseudoLaser : public G4VPhysicsConstructor
11 {
12 public:
13 
14  explicit G4EmStandardPhysics_pseudoLaser(G4int ver=1, const G4String& name="");
15 
17 
18  virtual void ConstructParticle();
19  virtual void ConstructProcess();
20 
21 private:
22  G4int verbose;
23  G4EmParticleList partList;
24 };
25 
26 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
27 
28 #endif
29 
30 
31 
32 
33 
34 
G4EmStandardPhysics_pseudoLaser(G4int ver=1, const G4String &name="")