QwGeant4
QweakSimUserPMTOnly_PMTEvent.cc
Go to the documentation of this file.
1 
2 // QweakSimUserPMTOnly_PMTEvent.hh
3 // Martin McHugh
4 // 2013-08-01
5 
6 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
7 
9 
10 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
11 
13 
14 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
16 {
17  Initialize();
18 }
19 
20 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
22 {
23 }
24 
25 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
27 {
28  PMTHasBeenHit = 0;
29  PMTTotalNbOfHits = 0;
30  PMTTotalNbOfPEs = 0.0;
31 }
32 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
33