28#ifndef B4cCalorimeterSD_h
29#define B4cCalorimeterSD_h 1
33#include "G4VSensitiveDetector.hh"
38class G4TouchableHistory;
52 CalorimeterSD(
const G4String& name,
const G4String& hitsCollectionName, G4int nofCells);
56 void Initialize(G4HCofThisEvent* hitCollection)
override;
57 G4bool
ProcessHits(G4Step* step, G4TouchableHistory* history)
override;
58 void EndOfEvent(G4HCofThisEvent* hitCollection)
override;
Definition of the B4c::CalorHit class.
void Initialize(G4HCofThisEvent *hitCollection) override
~CalorimeterSD() override=default
void EndOfEvent(G4HCofThisEvent *hitCollection) override
G4bool ProcessHits(G4Step *step, G4TouchableHistory *history) override
G4THitsCollection< CalorHit > CalorHitsCollection