LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
G4PseudoLaser.hh
Go to the documentation of this file.
1 #ifndef G4PseudoLaser_h
2 #define G4PseudoLaser_h 1
3 
4 #include "globals.hh"
5 #include "G4ios.hh"
6 #include "G4ParticleDefinition.hh"
7 
8 // ######################################################################
9 // ### MUONPLUS ###
10 // ######################################################################
11 
12 class G4PseudoLaser : public G4ParticleDefinition
13 {
14  private:
18 
19  public:
20  static G4PseudoLaser* Definition();
22  static G4PseudoLaser* PseudoLaser();
23 };
24 
25 #endif
26 
27 
28 
29 
30 
31 
32 
33 
static G4PseudoLaser * PseudoLaser()
static G4PseudoLaser * theInstance
static G4PseudoLaser * PseudoLaserDefinition()
static G4PseudoLaser * Definition()