QwGeant4
QweakSimUserGEM_SingleGEMEvent Class Reference

ROOT Subtree structure for SingleGEMEvent. More...

#include <QweakSimUserGEM_SingleGEMEvent.hh>

Inherits TObject.

+ Collaboration diagram for QweakSimUserGEM_SingleGEMEvent:

Public Member Functions

 QweakSimUserGEM_SingleGEMEvent ()
 
virtual ~QweakSimUserGEM_SingleGEMEvent ()
 
void Initialize ()
 
void Clear (const Option_t *=0)
 

Data Fields

QweakSimUserGEM_WirePlaneEvent WirePlane
 GEM wire plane hit information. More...
 

Detailed Description

ROOT Subtree structure for SingleGEMEvent.

Definition at line 47 of file QweakSimUserGEM_SingleGEMEvent.hh.

Constructor & Destructor Documentation

QweakSimUserGEM_SingleGEMEvent::QweakSimUserGEM_SingleGEMEvent ( )

Definition at line 45 of file QweakSimUserGEM_SingleGEMEvent.cc.

QweakSimUserGEM_SingleGEMEvent::~QweakSimUserGEM_SingleGEMEvent ( )
virtual

Definition at line 51 of file QweakSimUserGEM_SingleGEMEvent.cc.

52 {;}

Member Function Documentation

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

Definition at line 61 of file QweakSimUserGEM_SingleGEMEvent.cc.

References QweakSimUserGEM_WirePlaneEvent::Clear(), and WirePlane.

Referenced by QweakSimUserGEM_MainEvent::Clear().

62 {
63  WirePlane.Clear();
64 }
QweakSimUserGEM_WirePlaneEvent WirePlane
GEM wire plane hit information.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void QweakSimUserGEM_SingleGEMEvent::Initialize ( )

Definition at line 55 of file QweakSimUserGEM_SingleGEMEvent.cc.

56 {
57 
58 }

Field Documentation

QweakSimUserGEM_WirePlaneEvent QweakSimUserGEM_SingleGEMEvent::WirePlane

GEM wire plane hit information.

Definition at line 55 of file QweakSimUserGEM_SingleGEMEvent.hh.

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


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