QwGeant4
|
Mainly filling/storing the hit event structure at the end of an event. More...
#include <QweakSimEventAction.hh>
Inherits G4UserEventAction.
Public Member Functions | |
QweakSimEventAction (QweakSimAnalysis *AN, QweakSimUserInformation *myUI) | |
Constructor. More... | |
virtual | ~QweakSimEventAction () |
Destructor. More... | |
void | BeginOfEventAction (const G4Event *evt) |
void | EndOfEventAction (const G4Event *evt) |
void | ShowTrigger () |
void | SetTrigger (const G4String value, const G4bool status) |
void | EnableTrigger (const G4String value) |
void | DisableTrigger (const G4String value) |
void | SetPrintHits (bool value) |
Private Member Functions | |
void | Initialize () |
G4double | GetDistance (G4ThreeVector, G4ThreeVector) |
void | CalculateKinematicVariables () |
G4double | CalculateRate (G4double xsec, G4int PEs) |
Private Attributes | |
bool | printhits |
QweakSimEventActionMessenger * | fEventActionMessenger |
std::vector< G4bool > | fTrigger |
std::vector< G4String > | fTriggerName |
std::map< G4String, EQweakSimTriggerMode > | kMapTriggerMode |
G4int | TargetDetector_CollID |
G4int | GEM_WirePlane_CollID |
G4int | HDC_WirePlane_CollID |
G4int | VDC_WirePlane_CollID |
G4int | VDC_DriftCellFront_CollID |
G4int | VDC_DriftCellBack_CollID |
G4int | TriggerScintillatorDetector_CollID |
G4int | TriggerScintillatorPMT_CollID |
G4int | LeadGlassDetector_CollID |
G4int | LeadGlassPMT_CollID |
G4int | PMTOnlyDetector_CollID |
G4int | PMTOnlyDetectorPMT_CollID |
G4int | LumiDetector_CollID |
G4int | TungstenPlugDetector_CollID |
G4int | CerenkovDetector_CollID |
G4int | CerenkovRadiator_CollID |
G4int | CerenkovDetectorPMT_CollID |
QweakSimAnalysis * | analysis |
QweakSimUserInformation * | myUserInfo |
Static Private Attributes | |
static const G4bool | print_VDC_WirePlaneHit = false |
static const G4bool | print_VDC_DriftCellHit = false |
static const G4bool | print_TriggerScintillator_DetectorHit = false |
static const G4bool | print_Cerenkov_DetectorHit = false |
static const int | PmtMaxSize = 18 |
Mainly filling/storing the hit event structure at the end of an event.
Placeholder for a long explaination
Definition at line 54 of file QweakSimEventAction.hh.
QweakSimEventAction::QweakSimEventAction | ( | QweakSimAnalysis * | AN, |
QweakSimUserInformation * | myUI | ||
) |
Constructor.
Constructor of QweakSimEventAction
AN | class containing the Geamt4 hit data structure |
myUI | class containing user information like Q2 for this event or QE of some PMTs which is needed for processing/saving hit information |
Definition at line 52 of file QweakSimEventAction.cc.
References CerenkovDetector_CollID, CerenkovDetectorPMT_CollID, CerenkovRadiator_CollID, fEventActionMessenger, fTrigger, fTriggerName, GEM_WirePlane_CollID, HDC_WirePlane_CollID, kMapTriggerMode, kNumTriggers, kTrigger3Fold, kTrigger4Fold, kTriggerAll, kTriggerCer, kTriggerHDC, kTriggerLeadGlass, kTriggerLumi, kTriggerPMTOnly, kTriggerScint, kTriggerTungstenPlug, LeadGlassDetector_CollID, LeadGlassPMT_CollID, LumiDetector_CollID, PMTOnlyDetector_CollID, PMTOnlyDetectorPMT_CollID, printhits, TargetDetector_CollID, TriggerScintillatorDetector_CollID, TriggerScintillatorPMT_CollID, TungstenPlugDetector_CollID, VDC_DriftCellBack_CollID, VDC_DriftCellFront_CollID, and VDC_WirePlane_CollID.
|
virtual |
Destructor.
Definition at line 131 of file QweakSimEventAction.cc.
References fEventActionMessenger.
void QweakSimEventAction::BeginOfEventAction | ( | const G4Event * | evt | ) |
Definition at line 155 of file QweakSimEventAction.cc.
References CerenkovDetector_CollID, CerenkovDetectorPMT_CollID, CerenkovRadiator_CollID, HDC_WirePlane_CollID, LeadGlassDetector_CollID, LumiDetector_CollID, PMTOnlyDetector_CollID, PMTOnlyDetectorPMT_CollID, TargetDetector_CollID, TriggerScintillatorDetector_CollID, TungstenPlugDetector_CollID, VDC_DriftCellBack_CollID, VDC_DriftCellFront_CollID, and VDC_WirePlane_CollID.
|
private |
Definition at line 2896 of file QweakSimEventAction.cc.
References analysis, QweakSimUserTarget_MainEvent::Detector, QweakSimAnalysis::fRootEvent, QweakSimUserInformation::GetBeamEnergy(), QweakSimUserTarget_DetectorEvent::GetDetectorLocalVertexTotalEnergy(), QweakSimUserTarget_DetectorEvent::GetGlobalThetaAngle(), QweakSimUserInformation::GetOriginVertexThetaAngle(), QweakSimUserInformation::GetOriginVertexTotalEnergy(), QweakSimUserInformation::GetPreScatteringKineticEnergy(), QweakSimUserInformation::GetReactionType(), myUserInfo, QweakSimUserInformation::StoreEffectiveKinematicNu(), QweakSimUserInformation::StoreEffectiveKinematicQ2(), QweakSimUserInformation::StoreEffectiveKinematicW(), QweakSimUserInformation::StoreEffectiveKinematicX(), QweakSimUserInformation::StoreOriginVertexKinematicNu(), QweakSimUserInformation::StoreOriginVertexKinematicQ2(), QweakSimUserInformation::StoreOriginVertexKinematicW(), QweakSimUserInformation::StoreOriginVertexKinematicX(), and QweakSimUserMainEvent::Target.
Referenced by EndOfEventAction().
|
private |
Definition at line 2984 of file QweakSimEventAction.cc.
References QweakSimUserInformation::GetLuminosity(), QweakSimUserInformation::GetNumberOfEventToBeProcessed(), QweakSimUserInformation::GetPhaseSpace(), and myUserInfo.
Referenced by EndOfEventAction().
|
inline |
Definition at line 71 of file QweakSimEventAction.hh.
References SetTrigger().
Referenced by QweakSimEventActionMessenger::SetNewValue().
|
inline |
Definition at line 70 of file QweakSimEventAction.hh.
References SetTrigger().
Referenced by QweakSimEventActionMessenger::SetNewValue().
void QweakSimEventAction::EndOfEventAction | ( | const G4Event * | evt | ) |
Definition at line 238 of file QweakSimEventAction.cc.
References analysis, QweakSimAnalysis::AutoSaveRootNtuple(), CalculateKinematicVariables(), CalculateRate(), QweakSimUserMainEvent::Cerenkov, CerenkovDetector_CollID, CerenkovDetectorPMT_CollID, CerenkovRadiator_CollID, QweakSimUserGEM_MainEvent::ChamberBack, QweakSimUserHDC_MainEvent::ChamberBack, QweakSimUserVDC_MainEvent::ChamberBack, QweakSimUserGEM_MainEvent::ChamberFront, QweakSimUserHDC_MainEvent::ChamberFront, QweakSimUserVDC_MainEvent::ChamberFront, QweakSimUserGEM_MainEvent::Clear(), QweakSimUserHDC_MainEvent::Clear(), QweakSimUserVDC_MainEvent::Clear(), QweakSimUserInformation::ClearELoss(), QweakSimUserVDC_MainEvent::Config, QweakSimUserCerenkov_MainEvent::Detector, QweakSimUserTarget_MainEvent::Detector, QweakSimUserLumi_MainEvent::Detector, QweakSimUserTungstenPlug_MainEvent::Detector, QweakSimUserPMTOnly_MainEvent::Detector, QweakSimUserLeadGlass_MainEvent::Detector, QweakSimUserTriggerScintillator_MainEvent::Detector, QweakSimTrajectory::DrawTrajectory(), QweakSimUserVDC_SingleVDCEvent::DriftCell, QweakSimEPEvent::Elastic_Cross_Section_Proton(), ELOSS_DEBUG, QweakSimAnalysis::FillRootNtuple(), QweakSimAnalysis::fRootEvent, fTrigger, QweakSimUserInformation::GetAsymmetry(), QweakSimUserInformation::GetBeamEnergy(), QweakSimCerenkov_DetectorHit::GetCreatorProcessName(), QweakSimCerenkov_RadiatorHit::GetCreatorProcessName(), QweakSimUserInformation::GetCrossSection(), QweakSimUserInformation::GetCrossSectionBornInelastic(), QweakSimUserInformation::GetCrossSectionBornQE(), QweakSimUserInformation::GetCrossSectionBornTotal(), QweakSimUserInformation::GetCrossSectionRadDIS(), QweakSimUserInformation::GetCrossSectionRadDISIntOnly(), QweakSimUserInformation::GetCrossSectionRadElastic(), QweakSimUserInformation::GetCrossSectionRadElasticIntOnly(), QweakSimUserInformation::GetCrossSectionRadElasticPeak(), QweakSimUserInformation::GetCrossSectionRadQE(), QweakSimUserInformation::GetCrossSectionRadQEIntOnly(), QweakSimUserInformation::GetCrossSectionRadTotal(), QweakSimUserInformation::GetCrossSectionRadTotalIntOnly(), QweakSimUserInformation::GetCrossSectionWeight(), QweakSimVDC_DriftCellHit::GetDCFullThickness(), QweakSimVDC_DriftCellHit::GetDCUPlaneWireAngle(), QweakSimVDC_DriftCellHit::GetDCVPlaneWireAngle(), QweakSimVDC_DriftCellHit::GetDCWidthOnFrame(), QweakSimUserInformation::GetdEBremIn(), QweakSimUserInformation::GetdEBremOut(), QweakSimUserInformation::GetdEBremTot(), QweakSimUserInformation::GetdEIonIn(), QweakSimUserInformation::GetdEIonOut(), QweakSimUserInformation::GetdEIonTot(), QweakSimUserInformation::GetdEMscIn(), QweakSimUserInformation::GetdEMscOut(), QweakSimUserInformation::GetdEMscTot(), QweakSimCerenkov_PMTHit::GetDetectorID(), QweakSimCerenkov_DetectorHit::GetDetectorID(), QweakSimCerenkov_RadiatorHit::GetDetectorID(), QweakSimUserInformation::GetdETot(), QweakSimUserInformation::GetdETotIn(), QweakSimUserInformation::GetdETotOut(), GetDistance(), QweakSimUserInformation::GetEffectiveKinematicNu(), QweakSimUserInformation::GetEffectiveKinematicQ2(), QweakSimUserInformation::GetEffectiveKinematicW(), QweakSimUserInformation::GetEffectiveKinematicX(), QweakSimUserInformation::GetEPEvent(), QweakSimUserInformation::GetEPrime_Max(), QweakSimUserInformation::GetEPrime_Min(), QweakSimLumi_DetectorHit::GetGlobalTime(), QweakSimTriggerScintillator_DetectorHit::GetGlobalTime(), QweakSimCerenkov_DetectorHit::GetGlobalTime(), QweakSimCerenkov_RadiatorHit::GetGlobalTime(), QweakSimVDC_WirePlaneHit::GetGlobalTime(), QweakSimHDC_WirePlaneHit::GetGlobalTime(), QweakSimTarget_DetectorHit::GetGlobalTime(), QweakSimPMTOnly_DetectorHit::GetGlobalTime(), QweakSimTungstenPlug_DetectorHit::GetGlobalTime(), QweakSimLeadGlass_DetectorHit::GetGlobalTime(), QweakSimUserInformation::GetGlobalTime(), QweakSimHDC_WirePlaneHit::GetHDCID(), QweakSimTriggerScintillator_DetectorHit::GetHitDepositedEnergy(), QweakSimLumi_DetectorHit::GetHitDepositedEnergy(), QweakSimTarget_DetectorHit::GetHitDepositedEnergy(), QweakSimPMTOnly_DetectorHit::GetHitDepositedEnergy(), QweakSimTungstenPlug_DetectorHit::GetHitDepositedEnergy(), QweakSimLeadGlass_DetectorHit::GetHitDepositedEnergy(), QweakSimCerenkov_PMTHit::GetHitTime(), QweakSimLumi_DetectorHit::GetKineticEnergy(), QweakSimCerenkov_DetectorHit::GetKineticEnergy(), QweakSimCerenkov_RadiatorHit::GetKineticEnergy(), QweakSimVDC_WirePlaneHit::GetKineticEnergy(), QweakSimHDC_WirePlaneHit::GetKineticEnergy(), QweakSimTarget_DetectorHit::GetKineticEnergy(), QweakSimPMTOnly_DetectorHit::GetKineticEnergy(), QweakSimTungstenPlug_DetectorHit::GetKineticEnergy(), QweakSimLeadGlass_DetectorHit::GetKineticEnergy(), QweakSimUserInformation::GetLocalCerenkovExitPosition(), QweakSimCerenkov_DetectorHit::GetLocalMomentum(), QweakSimCerenkov_RadiatorHit::GetLocalMomentum(), QweakSimVDC_WirePlaneHit::GetLocalMomentum(), QweakSimHDC_WirePlaneHit::GetLocalMomentum(), QweakSimLumi_DetectorHit::GetLocalPosition(), QweakSimCerenkov_DetectorHit::GetLocalPosition(), QweakSimTriggerScintillator_DetectorHit::GetLocalPosition(), QweakSimCerenkov_RadiatorHit::GetLocalPosition(), QweakSimVDC_WirePlaneHit::GetLocalPosition(), QweakSimHDC_WirePlaneHit::GetLocalPosition(), QweakSimTarget_DetectorHit::GetLocalPosition(), QweakSimPMTOnly_DetectorHit::GetLocalPosition(), QweakSimTungstenPlug_DetectorHit::GetLocalPosition(), QweakSimLeadGlass_DetectorHit::GetLocalPosition(), QweakSimUserInformation::GetLuminosity(), QweakSimLumi_DetectorHit::GetMomentumDirection(), QweakSimTarget_DetectorHit::GetMomentumDirection(), QweakSimPMTOnly_DetectorHit::GetMomentumDirection(), QweakSimTungstenPlug_DetectorHit::GetMomentumDirection(), QweakSimLeadGlass_DetectorHit::GetMomentumDirection(), QweakSimUserInformation::GetNormMomentum(), QweakSimUserInformation::GetNumberOfEventToBeProcessed(), QweakSimUserInformation::GetNumberOfPhotoelectronsS20(), QweakSimUserInformation::GetOriginVertexKinematicNu(), QweakSimUserInformation::GetOriginVertexKinematicQ2(), QweakSimUserInformation::GetOriginVertexKinematicW(), QweakSimUserInformation::GetOriginVertexKinematicX(), QweakSimLumi_DetectorHit::GetOriginVertexKineticEnergy(), QweakSimTriggerScintillator_DetectorHit::GetOriginVertexKineticEnergy(), QweakSimCerenkov_DetectorHit::GetOriginVertexKineticEnergy(), QweakSimCerenkov_RadiatorHit::GetOriginVertexKineticEnergy(), QweakSimVDC_WirePlaneHit::GetOriginVertexKineticEnergy(), QweakSimHDC_WirePlaneHit::GetOriginVertexKineticEnergy(), QweakSimTarget_DetectorHit::GetOriginVertexKineticEnergy(), QweakSimPMTOnly_DetectorHit::GetOriginVertexKineticEnergy(), QweakSimTungstenPlug_DetectorHit::GetOriginVertexKineticEnergy(), QweakSimLeadGlass_DetectorHit::GetOriginVertexKineticEnergy(), QweakSimUserInformation::GetOriginVertexKineticEnergy(), QweakSimLumi_DetectorHit::GetOriginVertexMomentumDirection(), QweakSimTriggerScintillator_DetectorHit::GetOriginVertexMomentumDirection(), QweakSimCerenkov_DetectorHit::GetOriginVertexMomentumDirection(), QweakSimCerenkov_RadiatorHit::GetOriginVertexMomentumDirection(), QweakSimVDC_WirePlaneHit::GetOriginVertexMomentumDirection(), QweakSimHDC_WirePlaneHit::GetOriginVertexMomentumDirection(), QweakSimTarget_DetectorHit::GetOriginVertexMomentumDirection(), QweakSimPMTOnly_DetectorHit::GetOriginVertexMomentumDirection(), QweakSimTungstenPlug_DetectorHit::GetOriginVertexMomentumDirection(), QweakSimLeadGlass_DetectorHit::GetOriginVertexMomentumDirection(), QweakSimUserInformation::GetOriginVertexMomentumDirectionX(), QweakSimUserInformation::GetOriginVertexMomentumDirectionY(), QweakSimUserInformation::GetOriginVertexMomentumDirectionZ(), QweakSimUserInformation::GetOriginVertexPhiAngle(), QweakSimLumi_DetectorHit::GetOriginVertexPosition(), QweakSimTriggerScintillator_DetectorHit::GetOriginVertexPosition(), QweakSimCerenkov_DetectorHit::GetOriginVertexPosition(), QweakSimCerenkov_RadiatorHit::GetOriginVertexPosition(), QweakSimVDC_WirePlaneHit::GetOriginVertexPosition(), QweakSimHDC_WirePlaneHit::GetOriginVertexPosition(), QweakSimTarget_DetectorHit::GetOriginVertexPosition(), QweakSimPMTOnly_DetectorHit::GetOriginVertexPosition(), QweakSimTungstenPlug_DetectorHit::GetOriginVertexPosition(), QweakSimLeadGlass_DetectorHit::GetOriginVertexPosition(), QweakSimUserInformation::GetOriginVertexPositionX(), QweakSimUserInformation::GetOriginVertexPositionY(), QweakSimUserInformation::GetOriginVertexPositionZ(), QweakSimUserInformation::GetOriginVertexThetaAngle(), QweakSimLumi_DetectorHit::GetOriginVertexTotalEnergy(), QweakSimTriggerScintillator_DetectorHit::GetOriginVertexTotalEnergy(), QweakSimCerenkov_DetectorHit::GetOriginVertexTotalEnergy(), QweakSimCerenkov_RadiatorHit::GetOriginVertexTotalEnergy(), QweakSimVDC_WirePlaneHit::GetOriginVertexTotalEnergy(), QweakSimHDC_WirePlaneHit::GetOriginVertexTotalEnergy(), QweakSimTarget_DetectorHit::GetOriginVertexTotalEnergy(), QweakSimPMTOnly_DetectorHit::GetOriginVertexTotalEnergy(), QweakSimTungstenPlug_DetectorHit::GetOriginVertexTotalEnergy(), QweakSimLeadGlass_DetectorHit::GetOriginVertexTotalEnergy(), QweakSimUserInformation::GetOriginVertexTotalEnergy(), QweakSimCerenkov_DetectorHit::GetParentID(), QweakSimCerenkov_RadiatorHit::GetParentID(), QweakSimLumi_DetectorHit::GetParticleName(), QweakSimTriggerScintillator_DetectorHit::GetParticleName(), QweakSimTarget_DetectorHit::GetParticleName(), QweakSimPMTOnly_DetectorHit::GetParticleName(), QweakSimTungstenPlug_DetectorHit::GetParticleName(), QweakSimLeadGlass_DetectorHit::GetParticleName(), QweakSimVDC_WirePlaneHit::GetParticleName(), QweakSimHDC_WirePlaneHit::GetParticleName(), QweakSimCerenkov_DetectorHit::GetParticleName(), QweakSimCerenkov_RadiatorHit::GetParticleName(), QweakSimLumi_DetectorHit::GetParticleType(), QweakSimTriggerScintillator_DetectorHit::GetParticleType(), QweakSimTarget_DetectorHit::GetParticleType(), QweakSimPMTOnly_DetectorHit::GetParticleType(), QweakSimTungstenPlug_DetectorHit::GetParticleType(), QweakSimLeadGlass_DetectorHit::GetParticleType(), QweakSimVDC_WirePlaneHit::GetParticleType(), QweakSimHDC_WirePlaneHit::GetParticleType(), QweakSimCerenkov_DetectorHit::GetParticleType(), QweakSimCerenkov_RadiatorHit::GetParticleType(), QweakSimUserInformation::GetPDGcode(), QweakSimUserInformation::GetPhaseSpace(), QweakSimUserInformation::GetPhiAngle_Max(), QweakSimUserInformation::GetPhiAngle_Min(), QweakSimPMTOnly_PMTHit::GetPhotonEnergy(), QweakSimCerenkov_PMTHit::GetPhotonEnergy(), QweakSimCerenkov_PMTHit::GetPMTID(), QweakSimCerenkov_DetectorHit::GetPolarization(), QweakSimCerenkov_RadiatorHit::GetPolarization(), QweakSimUserInformation::GetPreScatteringKineticEnergy(), QweakSimUserInformation::GetPrimaryEventNumber(), QweakSimUserInformation::GetPrimaryQ2(), QweakSimUserInformation::GetReactionRegion(), QweakSimUserInformation::GetReactionType(), QweakSimUserInformation::GetThetaAngle_Max(), QweakSimUserInformation::GetThetaAngle_Min(), QweakSimLumi_DetectorHit::GetTotalEnergy(), QweakSimTriggerScintillator_DetectorHit::GetTotalEnergy(), QweakSimCerenkov_DetectorHit::GetTotalEnergy(), QweakSimCerenkov_RadiatorHit::GetTotalEnergy(), QweakSimVDC_WirePlaneHit::GetTotalEnergy(), QweakSimHDC_WirePlaneHit::GetTotalEnergy(), QweakSimTarget_DetectorHit::GetTotalEnergy(), QweakSimPMTOnly_DetectorHit::GetTotalEnergy(), QweakSimTungstenPlug_DetectorHit::GetTotalEnergy(), QweakSimLeadGlass_DetectorHit::GetTotalEnergy(), QweakSimLumi_DetectorHit::GetTrackID(), QweakSimCerenkov_DetectorHit::GetTrackID(), QweakSimCerenkov_RadiatorHit::GetTrackID(), QweakSimTarget_DetectorHit::GetTrackID(), QweakSimPMTOnly_DetectorHit::GetTrackID(), QweakSimTungstenPlug_DetectorHit::GetTrackID(), QweakSimLeadGlass_DetectorHit::GetTrackID(), QweakSimUserInformation::GetTrackID(), QweakSimVDC_WirePlaneHit::GetVDCID(), QweakSimVDC_WirePlaneHit::GetWirePlaneID(), QweakSimHDC_WirePlaneHit::GetWirePlaneID(), QweakSimLumi_DetectorHit::GetWorldMomentum(), QweakSimCerenkov_DetectorHit::GetWorldMomentum(), QweakSimTriggerScintillator_DetectorHit::GetWorldMomentum(), QweakSimCerenkov_RadiatorHit::GetWorldMomentum(), QweakSimVDC_WirePlaneHit::GetWorldMomentum(), QweakSimHDC_WirePlaneHit::GetWorldMomentum(), QweakSimTarget_DetectorHit::GetWorldMomentum(), QweakSimPMTOnly_DetectorHit::GetWorldMomentum(), QweakSimTungstenPlug_DetectorHit::GetWorldMomentum(), QweakSimLeadGlass_DetectorHit::GetWorldMomentum(), QweakSimLumi_DetectorHit::GetWorldPosition(), QweakSimCerenkov_DetectorHit::GetWorldPosition(), QweakSimTriggerScintillator_DetectorHit::GetWorldPosition(), QweakSimCerenkov_RadiatorHit::GetWorldPosition(), QweakSimVDC_WirePlaneHit::GetWorldPosition(), QweakSimHDC_WirePlaneHit::GetWorldPosition(), QweakSimTarget_DetectorHit::GetWorldPosition(), QweakSimPMTOnly_DetectorHit::GetWorldPosition(), QweakSimTungstenPlug_DetectorHit::GetWorldPosition(), QweakSimLeadGlass_DetectorHit::GetWorldPosition(), HDC_WirePlane_CollID, QweakSimUserPMTOnly_PMTEvent::Initialize(), Initialize(), QweakSimUserVDC_DriftCellEvent::Initialize(), QweakSimUserPMTOnly_DetectorEvent::Initialize(), QweakSimUserTungstenPlug_DetectorEvent::Initialize(), QweakSimUserTarget_DetectorEvent::Initialize(), QweakSimUserLumi_DetectorEvent::Initialize(), QweakSimUserCerenkov_PMTEvent::Initialize(), QweakSimUserGEM_WirePlaneEvent::Initialize(), QweakSimUserLeadGlass_DetectorEvent::Initialize(), QweakSimUserCerenkov_RadiatorEvent::Initialize(), QweakSimUserHDC_WirePlaneEvent::Initialize(), QweakSimUserPrimaryEvent::Initialize(), QweakSimUserVDC_WirePlaneEvent::Initialize(), QweakSimUserTriggerScintillator_DetectorEvent::Initialize(), QweakSimUserCerenkov_DetectorEvent::Initialize(), kTrigger3Fold, kTrigger4Fold, kTriggerAll, kTriggerCer, kTriggerHDC, kTriggerLeadGlass, kTriggerLumi, kTriggerPMTOnly, kTriggerScint, kTriggerTungstenPlug, QweakSimUserMainEvent::LeadGlass, LeadGlassDetector_CollID, QweakSimUserMainEvent::Lumi, LumiDetector_CollID, myUserInfo, QweakSimUserCerenkov_MainEvent::PMT, QweakSimUserPMTOnly_MainEvent::PMT, PmtMaxSize, QweakSimUserMainEvent::PMTOnly, PMTOnlyDetector_CollID, PMTOnlyDetectorPMT_CollID, QweakSimUserMainEvent::Primary, QweakSimTriggerScintillator_DetectorHit::Print(), QweakSimCerenkov_DetectorHit::Print(), QweakSimCerenkov_RadiatorHit::Print(), QweakSimVDC_WirePlaneHit::Print(), QweakSimVDC_DriftCellHit::Print(), print_Cerenkov_DetectorHit, print_TriggerScintillator_DetectorHit, print_VDC_DriftCellHit, print_VDC_WirePlaneHit, QweakSimUserInformation::PrintELoss(), printhits, QweakSimUserCerenkov_MainEvent::Radiator, QweakSimUserMainEvent::Region1, QweakSimUserMainEvent::Region2, QweakSimUserMainEvent::Region3, QweakSimUserInformation::ResetCerenkovSecondaryParticleInfo(), QweakSimUserPrimaryEvent::StoreAsymmetry(), QweakSimUserPrimaryEvent::StoreBeamEnergy(), QweakSimUserCerenkov_RadiatorEvent::StoreCreatorProcessName(), QweakSimUserCerenkov_DetectorEvent::StoreCreatorProcessName(), QweakSimUserPrimaryEvent::StoreCrossSection(), QweakSimUserPrimaryEvent::StoreCrossSectionBornInelastic(), QweakSimUserPrimaryEvent::StoreCrossSectionBornQE(), QweakSimUserPrimaryEvent::StoreCrossSectionBornTotal(), QweakSimUserPrimaryEvent::StoreCrossSectionRadDIS(), QweakSimUserPrimaryEvent::StoreCrossSectionRadDISIntOnly(), QweakSimUserPrimaryEvent::StoreCrossSectionRadElastic(), QweakSimUserPrimaryEvent::StoreCrossSectionRadElasticIntOnly(), QweakSimUserPrimaryEvent::StoreCrossSectionRadElasticPeak(), QweakSimUserPrimaryEvent::StoreCrossSectionRadQE(), QweakSimUserPrimaryEvent::StoreCrossSectionRadQEIntOnly(), QweakSimUserPrimaryEvent::StoreCrossSectionRadTotal(), QweakSimUserPrimaryEvent::StoreCrossSectionRadTotalIntOnly(), QweakSimUserPrimaryEvent::StoreCrossSectionWeight(), QweakSimUserVDC_Config::StoreDCFullThickness(), QweakSimUserVDC_Config::StoreDCUPlaneWireAngle(), QweakSimUserVDC_Config::StoreDCVPlaneWireAngle(), QweakSimUserVDC_Config::StoreDCWidthOnFrame(), QweakSimUserPrimaryEvent::StoredEBremIn(), QweakSimUserPrimaryEvent::StoredEBremOut(), QweakSimUserPrimaryEvent::StoredEBremTot(), QweakSimUserPrimaryEvent::StoredEIonIn(), QweakSimUserPrimaryEvent::StoredEIonOut(), QweakSimUserPrimaryEvent::StoredEIonTot(), QweakSimUserPrimaryEvent::StoredEMscIn(), QweakSimUserPrimaryEvent::StoredEMscOut(), QweakSimUserPrimaryEvent::StoredEMscTot(), QweakSimUserTarget_DetectorEvent::StoreDepositedEnergy(), QweakSimUserTungstenPlug_DetectorEvent::StoreDepositedEnergy(), QweakSimUserPMTOnly_DetectorEvent::StoreDepositedEnergy(), QweakSimUserTriggerScintillator_DetectorEvent::StoreDepositedEnergy(), QweakSimUserLumi_DetectorEvent::StoreDepositedEnergy(), QweakSimUserLeadGlass_DetectorEvent::StoreDepositedEnergy(), QweakSimUserTarget_DetectorEvent::StoreDetectorGlobalPositionX(), QweakSimUserPMTOnly_DetectorEvent::StoreDetectorGlobalPositionX(), QweakSimUserTungstenPlug_DetectorEvent::StoreDetectorGlobalPositionX(), QweakSimUserLumi_DetectorEvent::StoreDetectorGlobalPositionX(), QweakSimUserLeadGlass_DetectorEvent::StoreDetectorGlobalPositionX(), QweakSimUserTriggerScintillator_DetectorEvent::StoreDetectorGlobalPositionX(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorGlobalPositionX(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorGlobalPositionX(), QweakSimUserTarget_DetectorEvent::StoreDetectorGlobalPositionY(), QweakSimUserPMTOnly_DetectorEvent::StoreDetectorGlobalPositionY(), QweakSimUserTungstenPlug_DetectorEvent::StoreDetectorGlobalPositionY(), QweakSimUserLumi_DetectorEvent::StoreDetectorGlobalPositionY(), QweakSimUserLeadGlass_DetectorEvent::StoreDetectorGlobalPositionY(), QweakSimUserTriggerScintillator_DetectorEvent::StoreDetectorGlobalPositionY(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorGlobalPositionY(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorGlobalPositionY(), QweakSimUserTarget_DetectorEvent::StoreDetectorGlobalPositionZ(), QweakSimUserTungstenPlug_DetectorEvent::StoreDetectorGlobalPositionZ(), QweakSimUserPMTOnly_DetectorEvent::StoreDetectorGlobalPositionZ(), QweakSimUserLumi_DetectorEvent::StoreDetectorGlobalPositionZ(), QweakSimUserLeadGlass_DetectorEvent::StoreDetectorGlobalPositionZ(), QweakSimUserTriggerScintillator_DetectorEvent::StoreDetectorGlobalPositionZ(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorGlobalPositionZ(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorGlobalPositionZ(), QweakSimUserPMTOnly_DetectorEvent::StoreDetectorHasBeenHit(), QweakSimUserTungstenPlug_DetectorEvent::StoreDetectorHasBeenHit(), QweakSimUserTarget_DetectorEvent::StoreDetectorHasBeenHit(), QweakSimUserLumi_DetectorEvent::StoreDetectorHasBeenHit(), QweakSimUserLeadGlass_DetectorEvent::StoreDetectorHasBeenHit(), QweakSimUserTriggerScintillator_DetectorEvent::StoreDetectorHasBeenHit(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorHasBeenHit(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorHasBeenHit(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorID(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorID(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorLocalExitPositionX(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorLocalExitPositionX(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorLocalExitPositionY(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorLocalExitPositionY(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorLocalExitPositionZ(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorLocalExitPositionZ(), QweakSimUserTarget_DetectorEvent::StoreDetectorLocalPositionX(), QweakSimUserPMTOnly_DetectorEvent::StoreDetectorLocalPositionX(), QweakSimUserTungstenPlug_DetectorEvent::StoreDetectorLocalPositionX(), QweakSimUserLumi_DetectorEvent::StoreDetectorLocalPositionX(), QweakSimUserTriggerScintillator_DetectorEvent::StoreDetectorLocalPositionX(), QweakSimUserLeadGlass_DetectorEvent::StoreDetectorLocalPositionX(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorLocalPositionX(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorLocalPositionX(), QweakSimUserTarget_DetectorEvent::StoreDetectorLocalPositionY(), QweakSimUserPMTOnly_DetectorEvent::StoreDetectorLocalPositionY(), QweakSimUserTungstenPlug_DetectorEvent::StoreDetectorLocalPositionY(), QweakSimUserLumi_DetectorEvent::StoreDetectorLocalPositionY(), QweakSimUserTriggerScintillator_DetectorEvent::StoreDetectorLocalPositionY(), QweakSimUserLeadGlass_DetectorEvent::StoreDetectorLocalPositionY(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorLocalPositionY(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorLocalPositionY(), QweakSimUserTarget_DetectorEvent::StoreDetectorLocalPositionZ(), QweakSimUserPMTOnly_DetectorEvent::StoreDetectorLocalPositionZ(), QweakSimUserTungstenPlug_DetectorEvent::StoreDetectorLocalPositionZ(), QweakSimUserLumi_DetectorEvent::StoreDetectorLocalPositionZ(), QweakSimUserTriggerScintillator_DetectorEvent::StoreDetectorLocalPositionZ(), QweakSimUserLeadGlass_DetectorEvent::StoreDetectorLocalPositionZ(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorLocalPositionZ(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorLocalPositionZ(), QweakSimUserTarget_DetectorEvent::StoreDetectorLocalVertexKineticEnergy(), QweakSimUserPMTOnly_DetectorEvent::StoreDetectorLocalVertexKineticEnergy(), QweakSimUserTungstenPlug_DetectorEvent::StoreDetectorLocalVertexKineticEnergy(), QweakSimUserLumi_DetectorEvent::StoreDetectorLocalVertexKineticEnergy(), QweakSimUserLeadGlass_DetectorEvent::StoreDetectorLocalVertexKineticEnergy(), QweakSimUserTarget_DetectorEvent::StoreDetectorLocalVertexTotalEnergy(), QweakSimUserTungstenPlug_DetectorEvent::StoreDetectorLocalVertexTotalEnergy(), QweakSimUserPMTOnly_DetectorEvent::StoreDetectorLocalVertexTotalEnergy(), QweakSimUserTriggerScintillator_DetectorEvent::StoreDetectorLocalVertexTotalEnergy(), QweakSimUserLumi_DetectorEvent::StoreDetectorLocalVertexTotalEnergy(), QweakSimUserLeadGlass_DetectorEvent::StoreDetectorLocalVertexTotalEnergy(), QweakSimUserPMTOnly_PMTEvent::StoreDetectorNbOfHits(), QweakSimUserCerenkov_PMTEvent::StoreDetectorNbOfHits(), QweakSimUserTarget_DetectorEvent::StoreDetectorNbOfHits(), QweakSimUserPMTOnly_DetectorEvent::StoreDetectorNbOfHits(), QweakSimUserTungstenPlug_DetectorEvent::StoreDetectorNbOfHits(), QweakSimUserLumi_DetectorEvent::StoreDetectorNbOfHits(), QweakSimUserLeadGlass_DetectorEvent::StoreDetectorNbOfHits(), QweakSimUserTriggerScintillator_DetectorEvent::StoreDetectorNbOfHits(), QweakSimUserCerenkov_RadiatorEvent::StoreDetectorNbOfHits(), QweakSimUserCerenkov_DetectorEvent::StoreDetectorNbOfHits(), QweakSimUserPrimaryEvent::StoredETot(), QweakSimUserPrimaryEvent::StoredETotIn(), QweakSimUserPrimaryEvent::StoredETotOut(), QweakSimUserCerenkov_DetectorEvent::StoreEdgeEventFlag(), QweakSimUserPrimaryEvent::StoreEffectiveKinematicNu(), QweakSimUserPrimaryEvent::StoreEffectiveKinematicQ2(), QweakSimUserPrimaryEvent::StoreEffectiveKinematicW(), QweakSimUserPrimaryEvent::StoreEffectiveKinematicX(), QweakSimUserTarget_DetectorEvent::StoreElasticCrossSection(), QweakSimUserTarget_DetectorEvent::StoreElasticMomentumTransfer(), QweakSimUserTarget_DetectorEvent::StoreElasticScatteredEnergy(), QweakSimUserPrimaryEvent::StoreEPrime_Max(), QweakSimUserPrimaryEvent::StoreEPrime_Min(), QweakSimUserVDC_WirePlaneEvent::StoreGlobalMomentumX(), QweakSimUserCerenkov_RadiatorEvent::StoreGlobalMomentumX(), QweakSimUserCerenkov_DetectorEvent::StoreGlobalMomentumX(), QweakSimUserVDC_WirePlaneEvent::StoreGlobalMomentumY(), QweakSimUserCerenkov_RadiatorEvent::StoreGlobalMomentumY(), QweakSimUserCerenkov_DetectorEvent::StoreGlobalMomentumY(), QweakSimUserVDC_WirePlaneEvent::StoreGlobalMomentumZ(), QweakSimUserCerenkov_RadiatorEvent::StoreGlobalMomentumZ(), QweakSimUserCerenkov_DetectorEvent::StoreGlobalMomentumZ(), QweakSimUserVDC_WirePlaneEvent::StoreGlobalPhiAngle(), QweakSimUserTarget_DetectorEvent::StoreGlobalPhiAngle(), QweakSimUserPMTOnly_DetectorEvent::StoreGlobalPhiAngle(), QweakSimUserTungstenPlug_DetectorEvent::StoreGlobalPhiAngle(), QweakSimUserHDC_WirePlaneEvent::StoreGlobalPhiAngle(), QweakSimUserTriggerScintillator_DetectorEvent::StoreGlobalPhiAngle(), QweakSimUserLumi_DetectorEvent::StoreGlobalPhiAngle(), QweakSimUserLeadGlass_DetectorEvent::StoreGlobalPhiAngle(), QweakSimUserCerenkov_RadiatorEvent::StoreGlobalPhiAngle(), QweakSimUserCerenkov_DetectorEvent::StoreGlobalPhiAngle(), QweakSimUserVDC_WirePlaneEvent::StoreGlobalPositionX(), QweakSimUserVDC_WirePlaneEvent::StoreGlobalPositionY(), QweakSimUserVDC_WirePlaneEvent::StoreGlobalPositionZ(), QweakSimUserVDC_WirePlaneEvent::StoreGlobalThetaAngle(), QweakSimUserTarget_DetectorEvent::StoreGlobalThetaAngle(), QweakSimUserTungstenPlug_DetectorEvent::StoreGlobalThetaAngle(), QweakSimUserPMTOnly_DetectorEvent::StoreGlobalThetaAngle(), QweakSimUserHDC_WirePlaneEvent::StoreGlobalThetaAngle(), QweakSimUserTriggerScintillator_DetectorEvent::StoreGlobalThetaAngle(), QweakSimUserLumi_DetectorEvent::StoreGlobalThetaAngle(), QweakSimUserLeadGlass_DetectorEvent::StoreGlobalThetaAngle(), QweakSimUserCerenkov_RadiatorEvent::StoreGlobalThetaAngle(), QweakSimUserCerenkov_DetectorEvent::StoreGlobalThetaAngle(), QweakSimUserPrimaryEvent::StoreGlobalTime(), QweakSimUserPMTOnly_DetectorEvent::StoreGlobalTimeOfHit(), QweakSimUserTungstenPlug_DetectorEvent::StoreGlobalTimeOfHit(), QweakSimUserTarget_DetectorEvent::StoreGlobalTimeOfHit(), QweakSimUserLumi_DetectorEvent::StoreGlobalTimeOfHit(), QweakSimUserLeadGlass_DetectorEvent::StoreGlobalTimeOfHit(), QweakSimUserHDC_WirePlaneEvent::StoreGlobalTimeOfHit(), QweakSimUserTriggerScintillator_DetectorEvent::StoreGlobalTimeOfHit(), QweakSimUserVDC_WirePlaneEvent::StoreGlobalTimeOfHit(), QweakSimUserCerenkov_RadiatorEvent::StoreGlobalTimeOfHit(), QweakSimUserCerenkov_DetectorEvent::StoreGlobalTimeOfHit(), QweakSimUserVDC_WirePlaneEvent::StoreHasBeenHit(), QweakSimUserVDC_WirePlaneEvent::StoreKineticEnergy(), QweakSimUserCerenkov_RadiatorEvent::StoreKineticEnergy(), QweakSimUserHDC_WirePlaneEvent::StoreKineticEnergy(), QweakSimUserCerenkov_DetectorEvent::StoreKineticEnergy(), QweakSimUserVDC_WirePlaneEvent::StoreLocalMomentumX(), QweakSimUserCerenkov_RadiatorEvent::StoreLocalMomentumX(), QweakSimUserCerenkov_DetectorEvent::StoreLocalMomentumX(), QweakSimUserVDC_WirePlaneEvent::StoreLocalMomentumY(), QweakSimUserCerenkov_RadiatorEvent::StoreLocalMomentumY(), QweakSimUserCerenkov_DetectorEvent::StoreLocalMomentumY(), QweakSimUserVDC_WirePlaneEvent::StoreLocalMomentumZ(), QweakSimUserCerenkov_RadiatorEvent::StoreLocalMomentumZ(), QweakSimUserCerenkov_DetectorEvent::StoreLocalMomentumZ(), QweakSimUserCerenkov_RadiatorEvent::StoreLocalPhiAngle(), QweakSimUserCerenkov_DetectorEvent::StoreLocalPhiAngle(), QweakSimUserVDC_WirePlaneEvent::StoreLocalPositionX(), QweakSimUserVDC_WirePlaneEvent::StoreLocalPositionY(), QweakSimUserVDC_WirePlaneEvent::StoreLocalPositionZ(), QweakSimUserCerenkov_RadiatorEvent::StoreLocalThetaAngle(), QweakSimUserCerenkov_DetectorEvent::StoreLocalThetaAngle(), QweakSimUserTarget_DetectorEvent::StoreLocalVertexMomentumDirectionX(), QweakSimUserPMTOnly_DetectorEvent::StoreLocalVertexMomentumDirectionX(), QweakSimUserTungstenPlug_DetectorEvent::StoreLocalVertexMomentumDirectionX(), QweakSimUserLumi_DetectorEvent::StoreLocalVertexMomentumDirectionX(), QweakSimUserLeadGlass_DetectorEvent::StoreLocalVertexMomentumDirectionX(), QweakSimUserTarget_DetectorEvent::StoreLocalVertexMomentumDirectionY(), QweakSimUserPMTOnly_DetectorEvent::StoreLocalVertexMomentumDirectionY(), QweakSimUserTungstenPlug_DetectorEvent::StoreLocalVertexMomentumDirectionY(), QweakSimUserLumi_DetectorEvent::StoreLocalVertexMomentumDirectionY(), QweakSimUserLeadGlass_DetectorEvent::StoreLocalVertexMomentumDirectionY(), QweakSimUserTarget_DetectorEvent::StoreLocalVertexMomentumDirectionZ(), QweakSimUserPMTOnly_DetectorEvent::StoreLocalVertexMomentumDirectionZ(), QweakSimUserTungstenPlug_DetectorEvent::StoreLocalVertexMomentumDirectionZ(), QweakSimUserLumi_DetectorEvent::StoreLocalVertexMomentumDirectionZ(), QweakSimUserLeadGlass_DetectorEvent::StoreLocalVertexMomentumDirectionZ(), QweakSimUserCerenkov_RadiatorEvent::StoreLongitudinalPolarization(), QweakSimUserCerenkov_DetectorEvent::StoreLongitudinalPolarization(), QweakSimUserPrimaryEvent::StoreLuminosity(), QweakSimUserHDC_WirePlaneEvent::StoreNbOfHits(), QweakSimUserVDC_WirePlaneEvent::StoreNbOfHits(), QweakSimUserPrimaryEvent::StoreNumberOfEventToBeProcessed(), QweakSimUserPrimaryEvent::StoreOriginVertexKinematicNu(), QweakSimUserPrimaryEvent::StoreOriginVertexKinematicQ2(), QweakSimUserPrimaryEvent::StoreOriginVertexKinematicW(), QweakSimUserPrimaryEvent::StoreOriginVertexKinematicX(), QweakSimUserPrimaryEvent::StoreOriginVertexKineticEnergy(), QweakSimUserTarget_DetectorEvent::StoreOriginVertexKineticEnergy(), QweakSimUserTungstenPlug_DetectorEvent::StoreOriginVertexKineticEnergy(), QweakSimUserPMTOnly_DetectorEvent::StoreOriginVertexKineticEnergy(), QweakSimUserLumi_DetectorEvent::StoreOriginVertexKineticEnergy(), QweakSimUserTriggerScintillator_DetectorEvent::StoreOriginVertexKineticEnergy(), QweakSimUserHDC_WirePlaneEvent::StoreOriginVertexKineticEnergy(), QweakSimUserLeadGlass_DetectorEvent::StoreOriginVertexKineticEnergy(), QweakSimUserVDC_WirePlaneEvent::StoreOriginVertexKineticEnergy(), QweakSimUserCerenkov_RadiatorEvent::StoreOriginVertexKineticEnergy(), QweakSimUserCerenkov_DetectorEvent::StoreOriginVertexKineticEnergy(), QweakSimUserPrimaryEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserTarget_DetectorEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserPMTOnly_DetectorEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserTungstenPlug_DetectorEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserLumi_DetectorEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserTriggerScintillator_DetectorEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserHDC_WirePlaneEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserLeadGlass_DetectorEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserVDC_WirePlaneEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserCerenkov_RadiatorEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserCerenkov_DetectorEvent::StoreOriginVertexMomentumDirectionX(), QweakSimUserPrimaryEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserTarget_DetectorEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserTungstenPlug_DetectorEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserPMTOnly_DetectorEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserLumi_DetectorEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserTriggerScintillator_DetectorEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserHDC_WirePlaneEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserLeadGlass_DetectorEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserVDC_WirePlaneEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserCerenkov_RadiatorEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserCerenkov_DetectorEvent::StoreOriginVertexMomentumDirectionY(), QweakSimUserPrimaryEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserTarget_DetectorEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserPMTOnly_DetectorEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserTungstenPlug_DetectorEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserLumi_DetectorEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserTriggerScintillator_DetectorEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserHDC_WirePlaneEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserLeadGlass_DetectorEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserVDC_WirePlaneEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserCerenkov_RadiatorEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserCerenkov_DetectorEvent::StoreOriginVertexMomentumDirectionZ(), QweakSimUserPrimaryEvent::StoreOriginVertexPhiAngle(), QweakSimUserTarget_DetectorEvent::StoreOriginVertexPhiAngle(), QweakSimUserPMTOnly_DetectorEvent::StoreOriginVertexPhiAngle(), QweakSimUserTungstenPlug_DetectorEvent::StoreOriginVertexPhiAngle(), QweakSimUserLumi_DetectorEvent::StoreOriginVertexPhiAngle(), QweakSimUserTriggerScintillator_DetectorEvent::StoreOriginVertexPhiAngle(), QweakSimUserHDC_WirePlaneEvent::StoreOriginVertexPhiAngle(), QweakSimUserLeadGlass_DetectorEvent::StoreOriginVertexPhiAngle(), QweakSimUserVDC_WirePlaneEvent::StoreOriginVertexPhiAngle(), QweakSimUserCerenkov_RadiatorEvent::StoreOriginVertexPhiAngle(), QweakSimUserCerenkov_DetectorEvent::StoreOriginVertexPhiAngle(), QweakSimUserPrimaryEvent::StoreOriginVertexPositionX(), QweakSimUserTarget_DetectorEvent::StoreOriginVertexPositionX(), QweakSimUserTungstenPlug_DetectorEvent::StoreOriginVertexPositionX(), QweakSimUserPMTOnly_DetectorEvent::StoreOriginVertexPositionX(), QweakSimUserLumi_DetectorEvent::StoreOriginVertexPositionX(), QweakSimUserTriggerScintillator_DetectorEvent::StoreOriginVertexPositionX(), QweakSimUserHDC_WirePlaneEvent::StoreOriginVertexPositionX(), QweakSimUserLeadGlass_DetectorEvent::StoreOriginVertexPositionX(), QweakSimUserVDC_WirePlaneEvent::StoreOriginVertexPositionX(), QweakSimUserCerenkov_RadiatorEvent::StoreOriginVertexPositionX(), QweakSimUserCerenkov_DetectorEvent::StoreOriginVertexPositionX(), QweakSimUserPrimaryEvent::StoreOriginVertexPositionY(), QweakSimUserTarget_DetectorEvent::StoreOriginVertexPositionY(), QweakSimUserPMTOnly_DetectorEvent::StoreOriginVertexPositionY(), QweakSimUserTungstenPlug_DetectorEvent::StoreOriginVertexPositionY(), QweakSimUserLumi_DetectorEvent::StoreOriginVertexPositionY(), QweakSimUserTriggerScintillator_DetectorEvent::StoreOriginVertexPositionY(), QweakSimUserHDC_WirePlaneEvent::StoreOriginVertexPositionY(), QweakSimUserLeadGlass_DetectorEvent::StoreOriginVertexPositionY(), QweakSimUserVDC_WirePlaneEvent::StoreOriginVertexPositionY(), QweakSimUserCerenkov_RadiatorEvent::StoreOriginVertexPositionY(), QweakSimUserCerenkov_DetectorEvent::StoreOriginVertexPositionY(), QweakSimUserPrimaryEvent::StoreOriginVertexPositionZ(), QweakSimUserTarget_DetectorEvent::StoreOriginVertexPositionZ(), QweakSimUserPMTOnly_DetectorEvent::StoreOriginVertexPositionZ(), QweakSimUserTungstenPlug_DetectorEvent::StoreOriginVertexPositionZ(), QweakSimUserLumi_DetectorEvent::StoreOriginVertexPositionZ(), QweakSimUserTriggerScintillator_DetectorEvent::StoreOriginVertexPositionZ(), QweakSimUserHDC_WirePlaneEvent::StoreOriginVertexPositionZ(), QweakSimUserLeadGlass_DetectorEvent::StoreOriginVertexPositionZ(), QweakSimUserVDC_WirePlaneEvent::StoreOriginVertexPositionZ(), QweakSimUserCerenkov_RadiatorEvent::StoreOriginVertexPositionZ(), QweakSimUserCerenkov_DetectorEvent::StoreOriginVertexPositionZ(), QweakSimUserPrimaryEvent::StoreOriginVertexThetaAngle(), QweakSimUserTarget_DetectorEvent::StoreOriginVertexThetaAngle(), QweakSimUserPMTOnly_DetectorEvent::StoreOriginVertexThetaAngle(), QweakSimUserTungstenPlug_DetectorEvent::StoreOriginVertexThetaAngle(), QweakSimUserLumi_DetectorEvent::StoreOriginVertexThetaAngle(), QweakSimUserTriggerScintillator_DetectorEvent::StoreOriginVertexThetaAngle(), QweakSimUserHDC_WirePlaneEvent::StoreOriginVertexThetaAngle(), QweakSimUserLeadGlass_DetectorEvent::StoreOriginVertexThetaAngle(), QweakSimUserVDC_WirePlaneEvent::StoreOriginVertexThetaAngle(), QweakSimUserCerenkov_RadiatorEvent::StoreOriginVertexThetaAngle(), QweakSimUserCerenkov_DetectorEvent::StoreOriginVertexThetaAngle(), QweakSimUserPrimaryEvent::StoreOriginVertexTotalEnergy(), QweakSimUserTarget_DetectorEvent::StoreOriginVertexTotalEnergy(), QweakSimUserTungstenPlug_DetectorEvent::StoreOriginVertexTotalEnergy(), QweakSimUserPMTOnly_DetectorEvent::StoreOriginVertexTotalEnergy(), QweakSimUserLumi_DetectorEvent::StoreOriginVertexTotalEnergy(), QweakSimUserTriggerScintillator_DetectorEvent::StoreOriginVertexTotalEnergy(), QweakSimUserHDC_WirePlaneEvent::StoreOriginVertexTotalEnergy(), QweakSimUserLeadGlass_DetectorEvent::StoreOriginVertexTotalEnergy(), QweakSimUserVDC_WirePlaneEvent::StoreOriginVertexTotalEnergy(), QweakSimUserCerenkov_RadiatorEvent::StoreOriginVertexTotalEnergy(), QweakSimUserCerenkov_DetectorEvent::StoreOriginVertexTotalEnergy(), QweakSimUserHDC_WirePlaneEvent::StorePackageID(), QweakSimUserVDC_WirePlaneEvent::StorePackageID(), QweakSimUserCerenkov_RadiatorEvent::StoreParentID(), QweakSimUserCerenkov_DetectorEvent::StoreParentID(), QweakSimUserCerenkov_RadiatorEvent::StoreParticleID(), QweakSimUserCerenkov_DetectorEvent::StoreParticleID(), QweakSimUserTungstenPlug_DetectorEvent::StoreParticleName(), QweakSimUserPMTOnly_DetectorEvent::StoreParticleName(), QweakSimUserTarget_DetectorEvent::StoreParticleName(), QweakSimUserLumi_DetectorEvent::StoreParticleName(), QweakSimUserLeadGlass_DetectorEvent::StoreParticleName(), QweakSimUserCerenkov_RadiatorEvent::StoreParticleName(), QweakSimUserVDC_WirePlaneEvent::StoreParticleName(), QweakSimUserTriggerScintillator_DetectorEvent::StoreParticleName(), QweakSimUserCerenkov_DetectorEvent::StoreParticleName(), QweakSimUserHDC_WirePlaneEvent::StoreParticleName(), QweakSimUserPMTOnly_DetectorEvent::StoreParticleType(), QweakSimUserTungstenPlug_DetectorEvent::StoreParticleType(), QweakSimUserTarget_DetectorEvent::StoreParticleType(), QweakSimUserLumi_DetectorEvent::StoreParticleType(), QweakSimUserLeadGlass_DetectorEvent::StoreParticleType(), QweakSimUserCerenkov_RadiatorEvent::StoreParticleType(), QweakSimUserVDC_WirePlaneEvent::StoreParticleType(), QweakSimUserTriggerScintillator_DetectorEvent::StoreParticleType(), QweakSimUserCerenkov_DetectorEvent::StoreParticleType(), QweakSimUserHDC_WirePlaneEvent::StoreParticleType(), QweakSimUserPrimaryEvent::StorePDGcode(), QweakSimUserPrimaryEvent::StorePhaseSpace(), QweakSimUserPrimaryEvent::StorePhiAngle_Max(), QweakSimUserPrimaryEvent::StorePhiAngle_Min(), QweakSimUserHDC_WirePlaneEvent::StorePlaneGlobalMomentumX(), QweakSimUserHDC_WirePlaneEvent::StorePlaneGlobalMomentumY(), QweakSimUserHDC_WirePlaneEvent::StorePlaneGlobalMomentumZ(), QweakSimUserHDC_WirePlaneEvent::StorePlaneGlobalPositionX(), QweakSimUserHDC_WirePlaneEvent::StorePlaneGlobalPositionY(), QweakSimUserHDC_WirePlaneEvent::StorePlaneGlobalPositionZ(), QweakSimUserHDC_WirePlaneEvent::StorePlaneHasBeenHit(), QweakSimUserHDC_WirePlaneEvent::StorePlaneLocalMomentumX(), QweakSimUserHDC_WirePlaneEvent::StorePlaneLocalMomentumY(), QweakSimUserHDC_WirePlaneEvent::StorePlaneLocalMomentumZ(), QweakSimUserHDC_WirePlaneEvent::StorePlaneLocalPositionX(), QweakSimUserHDC_WirePlaneEvent::StorePlaneLocalPositionY(), QweakSimUserHDC_WirePlaneEvent::StorePlaneLocalPositionZ(), QweakSimUserCerenkov_PMTEvent::StorePMTEnergyOfHits(), QweakSimUserPMTOnly_PMTEvent::StorePMTHasBeenHit(), QweakSimUserCerenkov_PMTEvent::StorePMTHasBeenHit(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftNbOfHits(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftNbOfPEs(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftRate(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftRateDIS(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftRateEL(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftRateELPeak(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftRateQE(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftYield(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftYieldDIS(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftYieldEL(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftYieldELPeak(), QweakSimUserCerenkov_PMTEvent::StorePMTLeftYieldQE(), QweakSimUserCerenkov_PMTEvent::StorePMTOctantOfHits(), QweakSimUserCerenkov_PMTEvent::StorePMTRightNbOfHits(), QweakSimUserCerenkov_PMTEvent::StorePMTRightNbOfPEs(), QweakSimUserCerenkov_PMTEvent::StorePMTRightRate(), QweakSimUserCerenkov_PMTEvent::StorePMTRightRateDIS(), QweakSimUserCerenkov_PMTEvent::StorePMTRightRateEL(), QweakSimUserCerenkov_PMTEvent::StorePMTRightRateELPeak(), QweakSimUserCerenkov_PMTEvent::StorePMTRightRateQE(), QweakSimUserCerenkov_PMTEvent::StorePMTRightYield(), QweakSimUserCerenkov_PMTEvent::StorePMTRightYieldDIS(), QweakSimUserCerenkov_PMTEvent::StorePMTRightYieldEL(), QweakSimUserCerenkov_PMTEvent::StorePMTRightYieldELPeak(), QweakSimUserCerenkov_PMTEvent::StorePMTRightYieldQE(), QweakSimUserCerenkov_PMTEvent::StorePMTTimeOfHits(), QweakSimUserPMTOnly_PMTEvent::StorePMTTotalNbOfHits(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalNbOfHits(), QweakSimUserPMTOnly_PMTEvent::StorePMTTotalNbOfPEs(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalNbOfPEs(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalRate(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalRateDIS(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalRateEL(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalRateELPeak(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalRateQE(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalYield(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalYieldDIS(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalYieldEL(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalYieldELPeak(), QweakSimUserCerenkov_PMTEvent::StorePMTTotalYieldQE(), QweakSimUserCerenkov_RadiatorEvent::StorePolarizationX(), QweakSimUserCerenkov_DetectorEvent::StorePolarizationX(), QweakSimUserCerenkov_RadiatorEvent::StorePolarizationY(), QweakSimUserCerenkov_DetectorEvent::StorePolarizationY(), QweakSimUserCerenkov_RadiatorEvent::StorePolarizationZ(), QweakSimUserCerenkov_DetectorEvent::StorePolarizationZ(), QweakSimUserPrimaryEvent::StorePreScatteringKineticEnergy(), QweakSimUserTungstenPlug_DetectorEvent::StorePrimaryEventNumber(), QweakSimUserPMTOnly_DetectorEvent::StorePrimaryEventNumber(), QweakSimUserTarget_DetectorEvent::StorePrimaryEventNumber(), QweakSimUserLumi_DetectorEvent::StorePrimaryEventNumber(), QweakSimUserLeadGlass_DetectorEvent::StorePrimaryEventNumber(), QweakSimUserPrimaryEvent::StorePrimaryEventNumber(), QweakSimUserPrimaryEvent::StorePrimaryQ2(), QweakSimUserPrimaryEvent::StoreRandomSeed(), QweakSimUserLumi_DetectorEvent::StoreRate(), QweakSimUserPrimaryEvent::StoreReactionRegion(), QweakSimUserPrimaryEvent::StoreReactionType(), QweakSimUserPrimaryEvent::StoreThetaAngle_Max(), QweakSimUserPrimaryEvent::StoreThetaAngle_Min(), QweakSimUserVDC_WirePlaneEvent::StoreTotalEnergy(), QweakSimUserCerenkov_RadiatorEvent::StoreTotalEnergy(), QweakSimUserHDC_WirePlaneEvent::StoreTotalEnergy(), QweakSimUserCerenkov_DetectorEvent::StoreTotalEnergy(), QweakSimUserTarget_DetectorEvent::StoreTotalEnergyDeposit(), QweakSimUserTungstenPlug_DetectorEvent::StoreTotalEnergyDeposit(), QweakSimUserPMTOnly_DetectorEvent::StoreTotalEnergyDeposit(), QweakSimUserTriggerScintillator_DetectorEvent::StoreTotalEnergyDeposit(), QweakSimUserPMTOnly_DetectorEvent::StoreTrackID(), QweakSimUserTungstenPlug_DetectorEvent::StoreTrackID(), QweakSimUserTarget_DetectorEvent::StoreTrackID(), QweakSimUserLumi_DetectorEvent::StoreTrackID(), QweakSimUserLeadGlass_DetectorEvent::StoreTrackID(), QweakSimUserPrimaryEvent::StoreTrackID(), QweakSimUserCerenkov_RadiatorEvent::StoreTransversePolarization(), QweakSimUserCerenkov_DetectorEvent::StoreTransversePolarization(), QweakSimUserCerenkov_RadiatorEvent::StoreTransversePolarizationPhiAngle(), QweakSimUserCerenkov_DetectorEvent::StoreTransversePolarizationPhiAngle(), QweakSimUserCerenkov_RadiatorEvent::StoreTransversePolarizationX(), QweakSimUserCerenkov_DetectorEvent::StoreTransversePolarizationX(), QweakSimUserCerenkov_RadiatorEvent::StoreTransversePolarizationY(), QweakSimUserCerenkov_DetectorEvent::StoreTransversePolarizationY(), QweakSimUserCerenkov_RadiatorEvent::StoreTransversePolarizationZ(), QweakSimUserCerenkov_DetectorEvent::StoreTransversePolarizationZ(), QweakSimUserVDC_DriftCellEvent::StoreUDriftCellNbOfHits(), QweakSimUserVDC_DriftCellEvent::StoreVDriftCellNbOfHits(), QweakSimUserMainEvent::Target, TargetDetector_CollID, QweakSimUserMainEvent::TriggerScintillator, TriggerScintillatorDetector_CollID, QweakSimUserMainEvent::TungstenPlug, TungstenPlugDetector_CollID, VDC_DriftCellBack_CollID, VDC_DriftCellFront_CollID, VDC_WirePlane_CollID, QweakSimUserGEM_SingleGEMEvent::WirePlane, QweakSimUserHDC_SingleHDCEvent::WirePlane1, QweakSimUserHDC_SingleHDCEvent::WirePlane2, QweakSimUserHDC_SingleHDCEvent::WirePlane3, QweakSimUserHDC_SingleHDCEvent::WirePlane4, QweakSimUserHDC_SingleHDCEvent::WirePlane5, QweakSimUserHDC_SingleHDCEvent::WirePlane6, QweakSimUserVDC_SingleVDCEvent::WirePlaneU, and QweakSimUserVDC_SingleVDCEvent::WirePlaneV.
|
private |
Definition at line 2883 of file QweakSimEventAction.cc.
Referenced by EndOfEventAction().
|
private |
Definition at line 2878 of file QweakSimEventAction.cc.
Referenced by EndOfEventAction().
|
inline |
Definition at line 72 of file QweakSimEventAction.hh.
References printhits.
Referenced by QweakSimEventActionMessenger::SetNewValue().
void QweakSimEventAction::SetTrigger | ( | const G4String | value, |
const G4bool | status | ||
) |
Definition at line 146 of file QweakSimEventAction.cc.
References fTrigger, and kMapTriggerMode.
Referenced by DisableTrigger(), and EnableTrigger().
void QweakSimEventAction::ShowTrigger | ( | ) |
Definition at line 138 of file QweakSimEventAction.cc.
References fTrigger, and fTriggerName.
Referenced by QweakSimEventActionMessenger::SetNewValue().
|
private |
Definition at line 110 of file QweakSimEventAction.hh.
Referenced by CalculateKinematicVariables(), and EndOfEventAction().
|
private |
Definition at line 106 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 108 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 107 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 84 of file QweakSimEventAction.hh.
Referenced by QweakSimEventAction(), and ~QweakSimEventAction().
|
private |
Definition at line 87 of file QweakSimEventAction.hh.
Referenced by EndOfEventAction(), QweakSimEventAction(), SetTrigger(), and ShowTrigger().
|
private |
Definition at line 88 of file QweakSimEventAction.hh.
Referenced by QweakSimEventAction(), and ShowTrigger().
|
private |
Definition at line 93 of file QweakSimEventAction.hh.
Referenced by QweakSimEventAction().
|
private |
Definition at line 94 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 89 of file QweakSimEventAction.hh.
Referenced by QweakSimEventAction(), and SetTrigger().
|
private |
Definition at line 100 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 101 of file QweakSimEventAction.hh.
Referenced by QweakSimEventAction().
|
private |
Definition at line 104 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 111 of file QweakSimEventAction.hh.
Referenced by CalculateKinematicVariables(), CalculateRate(), and EndOfEventAction().
|
staticprivate |
Definition at line 122 of file QweakSimEventAction.hh.
Referenced by EndOfEventAction().
|
private |
Definition at line 102 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 103 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
staticprivate |
Definition at line 118 of file QweakSimEventAction.hh.
Referenced by EndOfEventAction().
|
staticprivate |
Definition at line 117 of file QweakSimEventAction.hh.
Referenced by EndOfEventAction().
|
staticprivate |
Definition at line 116 of file QweakSimEventAction.hh.
Referenced by EndOfEventAction().
|
staticprivate |
Definition at line 115 of file QweakSimEventAction.hh.
Referenced by EndOfEventAction().
|
private |
Definition at line 81 of file QweakSimEventAction.hh.
Referenced by EndOfEventAction(), QweakSimEventAction(), and SetPrintHits().
|
private |
Definition at line 92 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 98 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 99 of file QweakSimEventAction.hh.
Referenced by QweakSimEventAction().
|
private |
Definition at line 105 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 97 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 96 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().
|
private |
Definition at line 95 of file QweakSimEventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and QweakSimEventAction().