/[PAMELA software]/PamVMC_update/ac/include/PamVMCCasSD.h
ViewVC logotype

Annotation of /PamVMC_update/ac/include/PamVMCCasSD.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Oct 15 15:51:31 2013 UTC (11 years, 3 months ago) by formato
Branch: MAIN, rel
CVS Tags: reltag, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
PamVMC update

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

  ViewVC Help
Powered by ViewVC 1.1.23