CMS 3D CMS Logo

VisG4ExampleSD.h

Go to the documentation of this file.
00001 #ifndef IG_G4_DEMO_IG_G4DEMO_SD_H
00002 # define IG_G4_DEMO_IG_G4DEMO_SD_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "VisExamples/VisG4ExN02/src/VisG4ExampleHit.h"
00007 # include <G4VSensitiveDetector.hh>
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00013 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00014 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00015 
00016 class IG_G4_DEMO_API VisG4ExampleSD : public G4VSensitiveDetector
00017 {
00018 public:
00019     VisG4ExampleSD (const std::string &name);
00020     // implicit copy constructor
00021     // implicit assignment operator
00022     // implicit destructor
00023 
00024     virtual void        Initialize (G4HCofThisEvent *HCE);
00025     virtual bool        ProcessHits (G4Step *step, G4TouchableHistory *);
00026 
00027 private:
00028     VisG4ExampleHitsCollection *m_hits;
00029 };
00030 
00031 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00032 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00033 
00034 #endif // IG_G4_DEMO_IG_G4DEMO_SD_H

Generated on Tue Jun 9 17:49:46 2009 for CMSSW by  doxygen 1.5.4