QwGeant4
QweakSimCerenkov_PMTHit.cc
Go to the documentation of this file.
2 
3 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
4 G4Allocator<QweakSimCerenkov_PMTHit> QweakSimCerenkov_PMTHitAllocator;
5 
6 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
8 {
9  DetectorID = -1;
10  PMTID = -1;
12  currentHitTime = 0.;
13 }
14 
15 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
17 {
18  PMTID = pmt_id;
19 }
20 
21 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
23 {
24 }
25 
26 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
28 : G4VHit()
29 {
30  DetectorID = right.DetectorID;
31  PMTID = right.PMTID;
34 }
35 
36 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
38 {
39  DetectorID = right.DetectorID;
40  PMTID = right.PMTID;
43 
44  return *this;
45 }
46 
47 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
49 {
50  return 0;
51 }
const QweakSimCerenkov_PMTHit & operator=(const QweakSimCerenkov_PMTHit &right)
G4Allocator< QweakSimCerenkov_PMTHit > QweakSimCerenkov_PMTHitAllocator
int operator==(const QweakSimCerenkov_PMTHit &right) const