#include <FDsimG4FocalSurfaceSD.hh>
Public Member Functions | |
void | clear () |
void | DrawAll () |
void | EndOfEvent (G4HCofThisEvent *) |
FDsimG4FocalSurfaceSD (G4String) | |
void | Initialize (G4HCofThisEvent *) |
void | PrintAll () |
G4bool | ProcessHits (G4Step *, G4TouchableHistory *) |
~FDsimG4FocalSurfaceSD () | |
Private Attributes | |
FDsimG4OpticalHitsCollection * | OpticalHitsCollection |
Definition at line 17 of file FDsimG4FocalSurfaceSD.hh.
FDsimG4FocalSurfaceSD::FDsimG4FocalSurfaceSD | ( | G4String | name | ) |
Definition at line 14 of file FDsimG4FocalSurfaceSD.cc.
FDsimG4FocalSurfaceSD::~FDsimG4FocalSurfaceSD | ( | ) |
Definition at line 24 of file FDsimG4FocalSurfaceSD.cc.
void FDsimG4FocalSurfaceSD::clear | ( | ) |
Definition at line 138 of file FDsimG4FocalSurfaceSD.cc.
void FDsimG4FocalSurfaceSD::DrawAll | ( | ) |
Definition at line 143 of file FDsimG4FocalSurfaceSD.cc.
void FDsimG4FocalSurfaceSD::EndOfEvent | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 125 of file FDsimG4FocalSurfaceSD.cc.
References OpticalHitsCollection.
void FDsimG4FocalSurfaceSD::Initialize | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 29 of file FDsimG4FocalSurfaceSD.cc.
References OpticalHitsCollection.
void FDsimG4FocalSurfaceSD::PrintAll | ( | ) |
Definition at line 148 of file FDsimG4FocalSurfaceSD.cc.
G4bool FDsimG4FocalSurfaceSD::ProcessHits | ( | G4Step * | aStep, |
G4TouchableHistory * | |||
) |
Definition at line 47 of file FDsimG4FocalSurfaceSD.cc.
References OpticalHitsCollection, 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 33 of file FDsimG4FocalSurfaceSD.hh.
Referenced by EndOfEvent(), Initialize(), and ProcessHits().