/[PAMELA software]/trieste/pamVMC/ac/include/PamVMCCatSD.h
ViewVC logotype

Annotation of /trieste/pamVMC/ac/include/PamVMCCatSD.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Wed Mar 4 12:51:23 2009 UTC (15 years, 8 months ago) by pamelats
Branch point for: MAIN, pamVMC
File MIME type: text/plain
Initial revision

1 pamelats 1.1 #ifndef PAMVMCCATSD_H
2     #define PAMVMCCATSD_H
3     #include <iostream>
4    
5     #include "PamVMCDetectorSD.h"
6    
7     using std::cout;
8     using std::endl;
9    
10     class PamVMCCatSD: public PamVMCDetectorSD{
11    
12     public:
13     PamVMCCatSD():PamVMCDetectorSD("PamVMCDetectorHit","TOP1",1000)
14     {
15     fdig = (PamVMCDigitizer*)PamVMCDigMgr::Instance()->GetDIG("AC");
16     };
17    
18    
19    
20    
21     ClassDef(PamVMCCatSD,1)
22    
23     };
24    
25     #endif // PAMVMCCATSD_H

  ViewVC Help
Powered by ViewVC 1.1.23