Source file for Time_of_Flight sensitive detector class. More...
#include "TF_SD.h"
#include "TF_Hit.h"
#include "TF_Data.h"
#include "TF_Messenger.h"
#include "EventAction.h"
#include "G4VSensitiveDetector.hh"
#include "G4HCofThisEvent.hh"
#include "G4SDManager.hh"
#include "G4Step.hh"
#include "G4TouchableHistory.hh"
#include "G4StepPoint.hh"
#include "G4TouchableHandle.hh"
#include "G4ThreeVector.hh"
#include "Randomize.hh"
Go to the source code of this file.
Source file for Time_of_Flight sensitive detector class.
The TF_SD class defines the member functions for processing the hit information whenever a hit is simulated in the detector. These routines initialise the hit collection, process hits, and perform the end of event action which fills the hit information arrays.
Definition in file TF_SD.cc.