|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef ISF_FASTCALOSIMSD_TILEFCS_STEPINFOSD_H
17 #define ISF_FASTCALOSIMSD_TILEFCS_STEPINFOSD_H
26 class G4TouchableHistory;
33 G4bool
ProcessHits(G4Step*, G4TouchableHistory*)
override final;
50 const bool NC =
false;
51 const bool cell_present[64] = {
62 return cell_present[
module];
71 #endif // ISF_FASTCALOSIMSD_TILEFCS_STEPINFOSD_H
bool cellReadOutByOnePMT(const Identifier &id) const
Some Tile Cells are only read out by one PMT rather than two.
int sample(const Identifier &id) const
const int NC
Number of levels for Carbon.
G4bool ProcessHits(G4Step *, G4TouchableHistory *) override final
Main processing method.
TileFCS_StepInfoSD(const TileFCS_StepInfoSD &)=delete
bool is_tile_gapscin(const Identifier &id) const
int module(const Identifier &id) const
Common sensitive detector class for LAr systems.
ITileCalculator * m_calculator
TileFCS_StepInfoSD & operator=(const TileFCS_StepInfoSD &)=delete
int section(const Identifier &id) const
bool C10_connected(int module) const
A copy of the method in TileCablingService.cxx.
TileFCS_StepInfoSD(G4String name, const FCS_Param::Config &config)
Geant4 headers.