QwGeant4
QweakSimUserTriggerScintillator_PMTEvent.cc
Go to the documentation of this file.
1 //=============================================================================
2 //
3 // ---------------------------
4 // | Doxygen File Information |
5 // ---------------------------
6 //
7 /**
8 
9  \file QweakSimUserTriggerScintillator_PMTEvent.cc
10 
11  $Revision: 1.2 $
12  $Date: 2005/12/27 19:16:56 $
13 
14  \author Klaus Hans Grimm
15 
16 */
17 //=============================================================================
18 
19 //=============================================================================
20 // -----------------------
21 // | CVS File Information |
22 // -----------------------
23 //
24 // Last Update: $Author: grimm $
25 // Update Date: $Date: 2005/12/27 19:16:56 $
26 // CVS/RCS Revision: $Revision: 1.2 $
27 // Status: $State: Exp $
28 //
29 // ===================================
30 // CVS Revision Log at end of file !!
31 // ===================================
32 //
33 //============================================================================
34 
35 
36 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
37 
39 
40 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
41 
43 
44 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
46 {
47  Initialize();
48 }
49 
50 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
52 {;}
53 
54 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
55 
57 {
58  TrackID = 0;
59 
60  PMTHasBeenHit = 0;
61  PMTLeftNbOfHits = 0;
62  PMTRightNbOfHits = 0;
63  PMTTotalNbOfHits = 0;
64  PMTLeftNbOfPEs = 0;
65  PMTRightNbOfPEs = 0;
66  PMTTotalNbOfPEs = 0;
67 
68 }
69 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
70 
71 //=======================================================
72 // -----------------------
73 // | CVS File Information |
74 // -----------------------
75 //
76 // $Revisions$
77 // $Log: QweakSimUserTriggerScintillator_PMTEvent.cc,v $
78 // Revision 1.2 2005/12/27 19:16:56 grimm
79 // - Redesign of Doxygen header containing CVS info like revision and date
80 // - Added CVS revision log at the end of file
81 //
82 //
ROOT Subtree structure for Trigger Scintillator PMTEvent.
Float_t PMTRightNbOfPEs
Number of photo-electrons in the right PMT.
Float_t PMTLeftNbOfPEs
Number of photo-electrons in the left PMT.
Int_t TrackID
ID of the track from which this hit was generated.
Float_t PMTTotalNbOfPEs
Number of photo-electrons in both PMTs.
Int_t PMTHasBeenHit
Has this PMT been hit? 0 = no, 5 = yes.