QwGeant4
|
ROOT Subtree structure for VDC SingleVDCEvent. More...
#include <QweakSimUserVDC_SingleVDCEvent.hh>
Inherits TObject.
Public Member Functions | |
QweakSimUserVDC_SingleVDCEvent () | |
virtual | ~QweakSimUserVDC_SingleVDCEvent () |
void | Initialize () |
void | Clear (const Option_t *=0) |
Data Fields | |
QweakSimUserVDC_WirePlaneEvent | WirePlaneU |
U wire plane hit information. More... | |
QweakSimUserVDC_WirePlaneEvent | WirePlaneV |
V wire plane hit information. More... | |
QweakSimUserVDC_DriftCellEvent | DriftCell |
Drift cell hit information. More... | |
ROOT Subtree structure for VDC SingleVDCEvent.
Stores the data structure related to a VDC Hit into the ROOT file for each event. A VDC Hit contains the information of a WirePlane Hit and/or a DriftCell Hit
Region3.ChamberFront.WirePlane
Region3.ChamberFront.DriftCell
Region3.ChamberBack.WirePlane
Region3.ChamberBack.DriftCell
Definition at line 60 of file QweakSimUserVDC_SingleVDCEvent.hh.
QweakSimUserVDC_SingleVDCEvent::QweakSimUserVDC_SingleVDCEvent | ( | ) |
Definition at line 45 of file QweakSimUserVDC_SingleVDCEvent.cc.
|
virtual |
Definition at line 51 of file QweakSimUserVDC_SingleVDCEvent.cc.
void QweakSimUserVDC_SingleVDCEvent::Clear | ( | const Option_t * | = 0 | ) |
Definition at line 61 of file QweakSimUserVDC_SingleVDCEvent.cc.
References QweakSimUserVDC_WirePlaneEvent::Clear(), WirePlaneU, and WirePlaneV.
Referenced by QweakSimUserVDC_MainEvent::Clear().
void QweakSimUserVDC_SingleVDCEvent::Initialize | ( | ) |
Definition at line 55 of file QweakSimUserVDC_SingleVDCEvent.cc.
QweakSimUserVDC_DriftCellEvent QweakSimUserVDC_SingleVDCEvent::DriftCell |
Drift cell hit information.
Definition at line 71 of file QweakSimUserVDC_SingleVDCEvent.hh.
Referenced by QweakSimEventAction::EndOfEventAction().
QweakSimUserVDC_WirePlaneEvent QweakSimUserVDC_SingleVDCEvent::WirePlaneU |
U wire plane hit information.
Definition at line 68 of file QweakSimUserVDC_SingleVDCEvent.hh.
Referenced by Clear(), and QweakSimEventAction::EndOfEventAction().
QweakSimUserVDC_WirePlaneEvent QweakSimUserVDC_SingleVDCEvent::WirePlaneV |
V wire plane hit information.
Definition at line 69 of file QweakSimUserVDC_SingleVDCEvent.hh.
Referenced by Clear(), and QweakSimEventAction::EndOfEventAction().