#include <FDsimG4LensSD.hh>
Public Member Functions | |
void | clear () |
void | DrawAll () |
void | EndOfEvent (G4HCofThisEvent *) |
FDsimG4LensSD (G4String) | |
void | Initialize (G4HCofThisEvent *) |
void | PrintAll () |
G4bool | ProcessHits (G4Step *, G4TouchableHistory *) |
~FDsimG4LensSD () | |
Private Attributes | |
FDsimG4OpticalHitsCollection * | LensHitsCollection |
Definition at line 16 of file FDsimG4LensSD.hh.
FDsimG4LensSD::FDsimG4LensSD | ( | G4String | name | ) |
Definition at line 14 of file FDsimG4LensSD.cc.
FDsimG4LensSD::~FDsimG4LensSD | ( | ) |
Definition at line 24 of file FDsimG4LensSD.cc.
void FDsimG4LensSD::clear | ( | ) |
Definition at line 148 of file FDsimG4LensSD.cc.
void FDsimG4LensSD::DrawAll | ( | ) |
Definition at line 153 of file FDsimG4LensSD.cc.
void FDsimG4LensSD::EndOfEvent | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 135 of file FDsimG4LensSD.cc.
References LensHitsCollection.
void FDsimG4LensSD::Initialize | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 29 of file FDsimG4LensSD.cc.
References LensHitsCollection.
void FDsimG4LensSD::PrintAll | ( | ) |
Definition at line 158 of file FDsimG4LensSD.cc.
G4bool FDsimG4LensSD::ProcessHits | ( | G4Step * | aStep, |
G4TouchableHistory * | |||
) |
Definition at line 47 of file FDsimG4LensSD.cc.
References LensHitsCollection, TelescopeSimulatorLX::FDsimG4OpticalHit::SetDirection(), TelescopeSimulatorLX::FDsimG4OpticalHit::SetEnergy(), TelescopeSimulatorLX::FDsimG4OpticalHit::SetHitID(), TelescopeSimulatorLX::FDsimG4OpticalHit::SetPixelPosition(), TelescopeSimulatorLX::FDsimG4OpticalHit::SetPMTid(), TelescopeSimulatorLX::FDsimG4OpticalHit::SetPosition(), TelescopeSimulatorLX::FDsimG4OpticalHit::SetTime(), TelescopeSimulatorLX::FDsimG4OpticalHit::SetWavelength(), and TelescopeSimulatorLX::FDsimG4OpticalHit::SetWorldPosition().
|
private |
Definition at line 32 of file FDsimG4LensSD.hh.
Referenced by EndOfEvent(), Initialize(), and ProcessHits().