#include <FDsimG4FilterSD.hh>

Public Member Functions | |
| void | clear () |
| void | DrawAll () |
| void | EndOfEvent (G4HCofThisEvent *) |
| FDsimG4FilterSD (G4String) | |
| void | Initialize (G4HCofThisEvent *) |
| void | PrintAll () |
| G4bool | ProcessHits (G4Step *, G4TouchableHistory *) |
| ~FDsimG4FilterSD () | |
Private Attributes | |
| FDsimG4OpticalHitsCollection * | FilterHitsCollection |
Definition at line 16 of file FDsimG4FilterSD.hh.
| FDsimG4FilterSD::FDsimG4FilterSD | ( | G4String | name | ) |
Definition at line 14 of file FDsimG4FilterSD.cc.
| FDsimG4FilterSD::~FDsimG4FilterSD | ( | ) |
Definition at line 24 of file FDsimG4FilterSD.cc.
| void FDsimG4FilterSD::clear | ( | ) |
Definition at line 144 of file FDsimG4FilterSD.cc.
| void FDsimG4FilterSD::DrawAll | ( | ) |
Definition at line 149 of file FDsimG4FilterSD.cc.
| void FDsimG4FilterSD::EndOfEvent | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 131 of file FDsimG4FilterSD.cc.
References FilterHitsCollection.
| void FDsimG4FilterSD::Initialize | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 29 of file FDsimG4FilterSD.cc.
References FilterHitsCollection.
| void FDsimG4FilterSD::PrintAll | ( | ) |
Definition at line 154 of file FDsimG4FilterSD.cc.
| G4bool FDsimG4FilterSD::ProcessHits | ( | G4Step * | aStep, |
| G4TouchableHistory * | |||
| ) |
Definition at line 47 of file FDsimG4FilterSD.cc.
References FilterHitsCollection, 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 FDsimG4FilterSD.hh.
Referenced by EndOfEvent(), Initialize(), and ProcessHits().