QwGeant4
QweakSimUserVDC_SingleVDCEvent Class Reference

ROOT Subtree structure for VDC SingleVDCEvent. More...

#include <QweakSimUserVDC_SingleVDCEvent.hh>

Inherits TObject.

+ Collaboration diagram for QweakSimUserVDC_SingleVDCEvent:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

QweakSimUserVDC_SingleVDCEvent::QweakSimUserVDC_SingleVDCEvent ( )

Definition at line 45 of file QweakSimUserVDC_SingleVDCEvent.cc.

QweakSimUserVDC_SingleVDCEvent::~QweakSimUserVDC_SingleVDCEvent ( )
virtual

Definition at line 51 of file QweakSimUserVDC_SingleVDCEvent.cc.

52 {;}

Member Function Documentation

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().

62 {
63  WirePlaneU.Clear();
64  WirePlaneV.Clear();
65 }
QweakSimUserVDC_WirePlaneEvent WirePlaneU
U wire plane hit information.
QweakSimUserVDC_WirePlaneEvent WirePlaneV
V wire plane hit information.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void QweakSimUserVDC_SingleVDCEvent::Initialize ( )

Definition at line 55 of file QweakSimUserVDC_SingleVDCEvent.cc.

56 {
57 
58 }

Field Documentation

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().


The documentation for this class was generated from the following files: