Parent Directory
|
Revision Log
Initial revision
| 1 | #ifndef PAMVMCTOFSD_H |
| 2 | #define PAMVMCTOFSD_H |
| 3 | #include <iostream> |
| 4 | |
| 5 | #include "PamVMCDetectorSD.h" |
| 6 | |
| 7 | using std::cout; |
| 8 | using std::endl; |
| 9 | |
| 10 | class PamVMCTofSD: public PamVMCDetectorSD{ |
| 11 | |
| 12 | public: |
| 13 | PamVMCTofSD(const char *dname):PamVMCDetectorSD("PamVMCDetectorHit",dname,1000) |
| 14 | { |
| 15 | fdig = (PamVMCDigitizer*)PamVMCDigMgr::Instance()->GetDIG("Tof"); |
| 16 | }; |
| 17 | |
| 18 | ClassDef(PamVMCTofSD,1) |
| 19 | |
| 20 | }; |
| 21 | |
| 22 | #endif // PAMVMCTOFSD_H |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |