Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -31,31 +31,29 @@
|
||||
#ifndef RE01CalorimeterSD_h
|
||||
#define RE01CalorimeterSD_h 1
|
||||
|
||||
#include "G4VSensitiveDetector.hh"
|
||||
#include "RE01CalorimeterHit.hh"
|
||||
|
||||
#include "G4VSensitiveDetector.hh"
|
||||
class G4Step;
|
||||
class G4HCofThisEvent;
|
||||
class G4TouchableHistory;
|
||||
|
||||
|
||||
class RE01CalorimeterSD : public G4VSensitiveDetector
|
||||
{
|
||||
public:
|
||||
RE01CalorimeterSD(G4String name);
|
||||
virtual ~RE01CalorimeterSD();
|
||||
|
||||
public:
|
||||
RE01CalorimeterSD(G4String name);
|
||||
virtual ~RE01CalorimeterSD();
|
||||
|
||||
virtual void Initialize(G4HCofThisEvent*HCE);
|
||||
virtual void Initialize(G4HCofThisEvent* HCE);
|
||||
|
||||
protected:
|
||||
virtual G4bool ProcessHits(G4Step*aStep,G4TouchableHistory*ROhist);
|
||||
|
||||
private:
|
||||
RE01CalorimeterHitsCollection *fCalCollection;
|
||||
int fCellID[20][48];
|
||||
const int fNumberOfCellsInZ;
|
||||
const int fNumberOfCellsInPhi;
|
||||
protected:
|
||||
virtual G4bool ProcessHits(G4Step* aStep, G4TouchableHistory* ROhist);
|
||||
|
||||
private:
|
||||
RE01CalorimeterHitsCollection* fCalCollection;
|
||||
int fCellID[20][48];
|
||||
const int fNumberOfCellsInZ;
|
||||
const int fNumberOfCellsInPhi;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user