LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
MyQGSP_BERT_LASER.hh
Go to the documentation of this file.
1 #ifndef MyQGSP_BERT_LASER_h
2 #define MyQGSP_BERT_LASER_h 1
3 
4 #include "Geant4/globals.hh"
5 #include "Geant4/G4VModularPhysicsList.hh"
6 
7 class MyQGSP_BERT_LASER: public G4VModularPhysicsList
8 {
9 public:
10  MyQGSP_BERT_LASER(G4int ver = 1);
11  virtual ~MyQGSP_BERT_LASER()=default;
12 
13  MyQGSP_BERT_LASER(const MyQGSP_BERT_LASER &) = delete;
15 
16 };
17 
18 #endif
19 
20 
21 
MyQGSP_BERT_LASER & operator=(const MyQGSP_BERT_LASER &)=delete
virtual ~MyQGSP_BERT_LASER()=default
MyQGSP_BERT_LASER(G4int ver=1)