QwGeant4
QweakSimUserVDC_DriftCellEvent Class Reference

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

Detailed Description

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.

Constructor & Destructor Documentation

QweakSimUserVDC_DriftCellEvent::QweakSimUserVDC_DriftCellEvent ( )

Definition at line 44 of file QweakSimUserVDC_DriftCellEvent.cc.

QweakSimUserVDC_DriftCellEvent::~QweakSimUserVDC_DriftCellEvent ( )
virtual

Definition at line 50 of file QweakSimUserVDC_DriftCellEvent.cc.

51 {;}

Member Function Documentation

Int_t QweakSimUserVDC_DriftCellEvent::GetUDriftCellHasBeenHit ( ) const
inline

Definition at line 79 of file QweakSimUserVDC_DriftCellEvent.hh.

References UDriftCellHasBeenHit.

79 {return UDriftCellHasBeenHit;}
Int_t UDriftCellHasBeenHit
Has a U drift cell been hit? 0 = no, 5 = yes.
Int_t QweakSimUserVDC_DriftCellEvent::GetUDriftCellNbOfHits ( ) const
inline

Definition at line 86 of file QweakSimUserVDC_DriftCellEvent.hh.

References UDriftCellNbOfHits.

86 {return UDriftCellNbOfHits;}
Int_t UDriftCellNbOfHits
Number of U drift cell hits in this event.
Int_t QweakSimUserVDC_DriftCellEvent::GetVDriftCellHasBeenHit ( ) const
inline

Definition at line 82 of file QweakSimUserVDC_DriftCellEvent.hh.

References VDriftCellHasBeenHit.

82 {return VDriftCellHasBeenHit;}
Int_t VDriftCellHasBeenHit
Has a V drift cell been hit? 0 = no, 5 = yes.
Int_t QweakSimUserVDC_DriftCellEvent::GetVDriftCellNbOfHits ( ) const
inline

Definition at line 89 of file QweakSimUserVDC_DriftCellEvent.hh.

References VDriftCellNbOfHits.

89 {return VDriftCellNbOfHits;}
Int_t VDriftCellNbOfHits
Number of V drift cell hits in this event.
void QweakSimUserVDC_DriftCellEvent::Initialize ( )

Definition at line 54 of file QweakSimUserVDC_DriftCellEvent.cc.

References UDriftCellHasBeenHit, UDriftCellNbOfHits, VDriftCellHasBeenHit, and VDriftCellNbOfHits.

Referenced by QweakSimEventAction::EndOfEventAction().

55 {
58 
61 
62 }
Int_t VDriftCellHasBeenHit
Has a V drift cell been hit? 0 = no, 5 = yes.
Int_t UDriftCellNbOfHits
Number of U drift cell hits in this event.
Int_t VDriftCellNbOfHits
Number of V drift cell hits in this event.
Int_t UDriftCellHasBeenHit
Has a U drift cell been hit? 0 = no, 5 = yes.

+ Here is the caller graph for this function:

void QweakSimUserVDC_DriftCellEvent::StoreUDriftCellHasBeenHit ( Int_t  nudc)
inline

Definition at line 78 of file QweakSimUserVDC_DriftCellEvent.hh.

References UDriftCellHasBeenHit.

78 { UDriftCellHasBeenHit = nudc; }
Int_t UDriftCellHasBeenHit
Has a U drift cell been hit? 0 = no, 5 = yes.
void QweakSimUserVDC_DriftCellEvent::StoreUDriftCellNbOfHits ( Int_t  nu)
inline

Definition at line 85 of file QweakSimUserVDC_DriftCellEvent.hh.

References UDriftCellNbOfHits.

Referenced by QweakSimEventAction::EndOfEventAction().

85 { UDriftCellNbOfHits = nu; }
Int_t UDriftCellNbOfHits
Number of U drift cell hits in this event.

+ Here is the caller graph for this function:

void QweakSimUserVDC_DriftCellEvent::StoreVDriftCellHasBeenHit ( Int_t  nvdc)
inline

Definition at line 81 of file QweakSimUserVDC_DriftCellEvent.hh.

References VDriftCellHasBeenHit.

81 { VDriftCellHasBeenHit = nvdc; }
Int_t VDriftCellHasBeenHit
Has a V drift cell been hit? 0 = no, 5 = yes.
void QweakSimUserVDC_DriftCellEvent::StoreVDriftCellNbOfHits ( Int_t  nv)
inline

Definition at line 88 of file QweakSimUserVDC_DriftCellEvent.hh.

References VDriftCellNbOfHits.

Referenced by QweakSimEventAction::EndOfEventAction().

88 { VDriftCellNbOfHits = nv; }
Int_t VDriftCellNbOfHits
Number of V drift cell hits in this event.

+ Here is the caller graph for this function:

Field Documentation

Int_t QweakSimUserVDC_DriftCellEvent::UDriftCellHasBeenHit
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().

Int_t QweakSimUserVDC_DriftCellEvent::UDriftCellNbOfHits
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().

Int_t QweakSimUserVDC_DriftCellEvent::VDriftCellHasBeenHit
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().

Int_t QweakSimUserVDC_DriftCellEvent::VDriftCellNbOfHits
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().


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