QwGeant4
|
Checks for a valid VDC U-WirePlane and/or V-Wireplane hit and stores the hit information. More...
#include <QweakSimVDC_WirePlaneSD.hh>
Inherits G4VSensitiveDetector.
Public Member Functions | |
QweakSimVDC_WirePlaneSD (G4String name) | |
~QweakSimVDC_WirePlaneSD () | |
void | Initialize (G4HCofThisEvent *HCE) |
G4bool | ProcessHits (G4Step *aStep, G4TouchableHistory *ROhist) |
void | EndOfEvent (G4HCofThisEvent *HCE) |
Private Attributes | |
QweakSimVDC_WirePlane_HitsCollection * | hitsCollection |
G4int | HCID |
Checks for a valid VDC U-WirePlane and/or V-Wireplane hit and stores the hit information.
Placeholder for a long explaination
Definition at line 59 of file QweakSimVDC_WirePlaneSD.hh.
QweakSimVDC_WirePlaneSD::QweakSimVDC_WirePlaneSD | ( | G4String | name | ) |
Definition at line 47 of file QweakSimVDC_WirePlaneSD.cc.
References HCID.
QweakSimVDC_WirePlaneSD::~QweakSimVDC_WirePlaneSD | ( | ) |
Definition at line 59 of file QweakSimVDC_WirePlaneSD.cc.
void QweakSimVDC_WirePlaneSD::EndOfEvent | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 266 of file QweakSimVDC_WirePlaneSD.cc.
void QweakSimVDC_WirePlaneSD::Initialize | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 67 of file QweakSimVDC_WirePlaneSD.cc.
References HCID, and hitsCollection.
G4bool QweakSimVDC_WirePlaneSD::ProcessHits | ( | G4Step * | aStep, |
G4TouchableHistory * | ROhist | ||
) |
Definition at line 82 of file QweakSimVDC_WirePlaneSD.cc.
References hitsCollection, QweakSimVDC_WirePlaneHit::StoreGlobalTime(), QweakSimVDC_WirePlaneHit::StoreKineticEnergy(), QweakSimVDC_WirePlaneHit::StoreLocalMomentum(), QweakSimVDC_WirePlaneHit::StoreLocalPosition(), QweakSimVDC_WirePlaneHit::StoreOriginVertexKineticEnergy(), QweakSimVDC_WirePlaneHit::StoreOriginVertexMomentumDirection(), QweakSimVDC_WirePlaneHit::StoreOriginVertexPosition(), QweakSimVDC_WirePlaneHit::StoreParticleName(), QweakSimVDC_WirePlaneHit::StoreParticleType(), QweakSimVDC_WirePlaneHit::StoreTotalEnergy(), QweakSimVDC_WirePlaneHit::StoreVDCID(), QweakSimVDC_WirePlaneHit::StoreWirePlaneID(), QweakSimVDC_WirePlaneHit::StoreWorldMomentum(), and QweakSimVDC_WirePlaneHit::StoreWorldPosition().
|
private |
Definition at line 73 of file QweakSimVDC_WirePlaneSD.hh.
Referenced by Initialize(), and QweakSimVDC_WirePlaneSD().
|
private |
Definition at line 71 of file QweakSimVDC_WirePlaneSD.hh.
Referenced by Initialize(), and ProcessHits().