QwGeant4
|
ROOT Subtree structure for VDC DriftCellEvent. More...
#include <QweakSimUserVDC_DriftCellEvent.hh>
Inherits TObject.
Public Member Functions | |
QweakSimUserVDC_DriftCellEvent () | |
virtual | ~QweakSimUserVDC_DriftCellEvent () |
void | Initialize () |
void | StoreUDriftCellHasBeenHit (Int_t nudc) |
Int_t | GetUDriftCellHasBeenHit () const |
void | StoreVDriftCellHasBeenHit (Int_t nvdc) |
Int_t | GetVDriftCellHasBeenHit () const |
void | StoreUDriftCellNbOfHits (Int_t nu) |
Int_t | GetUDriftCellNbOfHits () const |
void | StoreVDriftCellNbOfHits (Int_t nv) |
Int_t | GetVDriftCellNbOfHits () const |
Private Attributes | |
Int_t | UDriftCellHasBeenHit |
Has a U drift cell been hit? 0 = no, 5 = yes. More... | |
Int_t | VDriftCellHasBeenHit |
Has a V drift cell been hit? 0 = no, 5 = yes. More... | |
Int_t | UDriftCellNbOfHits |
Number of U drift cell hits in this event. More... | |
Int_t | VDriftCellNbOfHits |
Number of V drift cell hits in this event. More... | |
ROOT Subtree structure for VDC DriftCellEvent.
Stores the data structure related to a VDC DriftCell Hit into the ROOT file for each event
Definition at line 58 of file QweakSimUserVDC_DriftCellEvent.hh.
QweakSimUserVDC_DriftCellEvent::QweakSimUserVDC_DriftCellEvent | ( | ) |
Definition at line 44 of file QweakSimUserVDC_DriftCellEvent.cc.
|
virtual |
Definition at line 50 of file QweakSimUserVDC_DriftCellEvent.cc.
|
inline |
Definition at line 79 of file QweakSimUserVDC_DriftCellEvent.hh.
References UDriftCellHasBeenHit.
|
inline |
Definition at line 86 of file QweakSimUserVDC_DriftCellEvent.hh.
References UDriftCellNbOfHits.
|
inline |
Definition at line 82 of file QweakSimUserVDC_DriftCellEvent.hh.
References VDriftCellHasBeenHit.
|
inline |
Definition at line 89 of file QweakSimUserVDC_DriftCellEvent.hh.
References VDriftCellNbOfHits.
void QweakSimUserVDC_DriftCellEvent::Initialize | ( | ) |
Definition at line 54 of file QweakSimUserVDC_DriftCellEvent.cc.
References UDriftCellHasBeenHit, UDriftCellNbOfHits, VDriftCellHasBeenHit, and VDriftCellNbOfHits.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 78 of file QweakSimUserVDC_DriftCellEvent.hh.
References UDriftCellHasBeenHit.
|
inline |
Definition at line 85 of file QweakSimUserVDC_DriftCellEvent.hh.
References UDriftCellNbOfHits.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 81 of file QweakSimUserVDC_DriftCellEvent.hh.
References VDriftCellHasBeenHit.
|
inline |
Definition at line 88 of file QweakSimUserVDC_DriftCellEvent.hh.
References VDriftCellNbOfHits.
Referenced by QweakSimEventAction::EndOfEventAction().
|
private |
Has a U drift cell been hit? 0 = no, 5 = yes.
Definition at line 63 of file QweakSimUserVDC_DriftCellEvent.hh.
Referenced by GetUDriftCellHasBeenHit(), Initialize(), and StoreUDriftCellHasBeenHit().
|
private |
Number of U drift cell hits in this event.
Definition at line 66 of file QweakSimUserVDC_DriftCellEvent.hh.
Referenced by GetUDriftCellNbOfHits(), Initialize(), and StoreUDriftCellNbOfHits().
|
private |
Has a V drift cell been hit? 0 = no, 5 = yes.
Definition at line 64 of file QweakSimUserVDC_DriftCellEvent.hh.
Referenced by GetVDriftCellHasBeenHit(), Initialize(), and StoreVDriftCellHasBeenHit().
|
private |
Number of V drift cell hits in this event.
Definition at line 67 of file QweakSimUserVDC_DriftCellEvent.hh.
Referenced by GetVDriftCellNbOfHits(), Initialize(), and StoreVDriftCellNbOfHits().