#include <FDsimG4MercedesSD.hh>

Public Member Functions | |
| void | clear () |
| void | DrawAll () |
| void | EndOfEvent (G4HCofThisEvent *) |
| FDsimG4MercedesSD (G4String) | |
| void | Initialize (G4HCofThisEvent *) |
| void | PrintAll () |
| G4bool | ProcessHits (G4Step *, G4TouchableHistory *) |
| ~FDsimG4MercedesSD () | |
Private Attributes | |
| FDsimG4OpticalHitsCollection * | MercedesHitsCollection |
Definition at line 14 of file FDsimG4MercedesSD.hh.
| FDsimG4MercedesSD::FDsimG4MercedesSD | ( | G4String | name | ) |
Definition at line 13 of file FDsimG4MercedesSD.cc.
| FDsimG4MercedesSD::~FDsimG4MercedesSD | ( | ) |
Definition at line 19 of file FDsimG4MercedesSD.cc.
| void FDsimG4MercedesSD::clear | ( | ) |
Definition at line 91 of file FDsimG4MercedesSD.cc.
| void FDsimG4MercedesSD::DrawAll | ( | ) |
Definition at line 96 of file FDsimG4MercedesSD.cc.
| void FDsimG4MercedesSD::EndOfEvent | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 82 of file FDsimG4MercedesSD.cc.
References MercedesHitsCollection.
| void FDsimG4MercedesSD::Initialize | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 24 of file FDsimG4MercedesSD.cc.
References MercedesHitsCollection.
| void FDsimG4MercedesSD::PrintAll | ( | ) |
Definition at line 101 of file FDsimG4MercedesSD.cc.
| G4bool FDsimG4MercedesSD::ProcessHits | ( | G4Step * | aStep, |
| G4TouchableHistory * | |||
| ) |
Definition at line 36 of file FDsimG4MercedesSD.cc.
References MercedesHitsCollection, 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 29 of file FDsimG4MercedesSD.hh.
Referenced by EndOfEvent(), Initialize(), and ProcessHits().