/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/physics/include/RAT/G4OpWLSBuilder.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/physics/include/RAT/G4OpWLSBuilder.hh Source File
Ratpac-two
G4OpWLSBuilder.hh
1 
6 #ifndef __G4OpWLSBuilder__
7 #define __G4OpWLSBuilder__
8 
9 #include <G4VPhysicsConstructor.hh>
10 
11 class G4OpWLSBuilder : public G4VPhysicsConstructor {
12  public:
13  G4OpWLSBuilder() {}
14  virtual ~G4OpWLSBuilder() {}
15 
16  // To instantiate desired Particles
17  void ConstructParticle();
18 
19  // To instantiate desired Processes
20  void ConstructProcess();
21 };
22 
23 #endif // __G4OpWLSBuilder__
Definition: G4OpWLSBuilder.hh:11