/scratch0/jsnuveri/BDSIM/BDSIMgit/bdsim/include/BDSTerminatorSD.hh

00001 /* BDSIM
00002    Author: L. Nevay,
00003    Last modified 15/04/2014
00004    Copyright (c) 2014.  ALL RIGHTS RESERVED.
00005 */
00006 
00007 #ifndef BDSTerminatorSD_h
00008 #define BDSTerminatorSD_h
00009 
00010 #include "G4VSensitiveDetector.hh"
00011 
00012 class BDSTerminatorSD: public G4VSensitiveDetector
00013 {
00014 public:
00015   BDSTerminatorSD(G4String name);
00016   ~BDSTerminatorSD();
00017 
00018   virtual void   Initialize (G4HCofThisEvent* HCE);
00019   virtual G4bool ProcessHits(G4Step* aStep, G4TouchableHistory* ROhist);
00020   virtual void   EndOfEvent (G4HCofThisEvent* HCE);
00021 
00022 private:
00023   G4bool verbose;
00024 };
00025 
00026 #endif

Generated on 28 Jun 2015 for BDSIM by  doxygen 1.4.7