QwGeant4
QweakSimUserVDC_MainEvent Class Reference

ROOT Subtree structure for HDC MainEvent. More...

#include <QweakSimUserVDC_MainEvent.hh>

Inherits TObject.

+ Collaboration diagram for QweakSimUserVDC_MainEvent:

Public Member Functions

 QweakSimUserVDC_MainEvent ()
 
virtual ~QweakSimUserVDC_MainEvent ()
 
void Clear (const Option_t *=0)
 

Data Fields

QweakSimUserVDC_Config Config
 Drift chamber configuration information. More...
 
QweakSimUserVDC_SingleVDCEvent ChamberFront
 Front chamber hit information. More...
 
QweakSimUserVDC_SingleVDCEvent ChamberBack
 Back chamber hit information. More...
 

Detailed Description

ROOT Subtree structure for HDC MainEvent.

Defines the Top Root tree structure for storing VDC events.

A VDC Event contains the information of the DriftCell geometry, and stores events for the Front VDC and Back VDC:

Region3.Config.

Region3.ChamberFront.

Region3.ChamberBack.

Placeholder for a long explaination

A VDC Event contains the information of the DriftCell geometry, and stores events for the Front VDC and Back VDC:

Region3.Config.

Region3.ChamberFront.

Region3.ChamberBack.

Definition at line 96 of file QweakSimUserVDC_MainEvent.hh.

Constructor & Destructor Documentation

QweakSimUserVDC_MainEvent::QweakSimUserVDC_MainEvent ( )

Definition at line 29 of file QweakSimUserVDC_MainEvent.cc.

30 {;}
QweakSimUserVDC_MainEvent::~QweakSimUserVDC_MainEvent ( )
virtual

Definition at line 33 of file QweakSimUserVDC_MainEvent.cc.

34 {;}

Member Function Documentation

void QweakSimUserVDC_MainEvent::Clear ( const Option_t *  = 0)

Definition at line 37 of file QweakSimUserVDC_MainEvent.cc.

References ChamberBack, ChamberFront, and QweakSimUserVDC_SingleVDCEvent::Clear().

Referenced by QweakSimEventAction::EndOfEventAction().

38 {
41 }
QweakSimUserVDC_SingleVDCEvent ChamberBack
Back chamber hit information.
QweakSimUserVDC_SingleVDCEvent ChamberFront
Front chamber hit information.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Field Documentation

QweakSimUserVDC_SingleVDCEvent QweakSimUserVDC_MainEvent::ChamberBack

Back chamber hit information.

Definition at line 102 of file QweakSimUserVDC_MainEvent.hh.

Referenced by Clear(), and QweakSimEventAction::EndOfEventAction().

QweakSimUserVDC_SingleVDCEvent QweakSimUserVDC_MainEvent::ChamberFront

Front chamber hit information.

Definition at line 101 of file QweakSimUserVDC_MainEvent.hh.

Referenced by Clear(), and QweakSimEventAction::EndOfEventAction().

QweakSimUserVDC_Config QweakSimUserVDC_MainEvent::Config

Drift chamber configuration information.

Definition at line 100 of file QweakSimUserVDC_MainEvent.hh.

Referenced by QweakSimEventAction::EndOfEventAction().


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