/[PAMELA software]/trieste/pamVMC/s4/include/PamVMCS4Dig.h
ViewVC logotype

Annotation of /trieste/pamVMC/s4/include/PamVMCS4Dig.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed Mar 4 12:51:16 2009 UTC (15 years, 11 months ago) by pamelats
Branch: pamVMC
CVS Tags: start, v0r00
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Test pamVMC

1 pamelats 1.1 #ifndef PAMVMC_S4_DIG_H
2     #define PAMVMC_S4_DIG_H
3    
4     #include "PamVMCDigitizer.h"
5    
6    
7    
8     using std::cout;
9     using std::endl;
10    
11     class PamVMCS4Dig : public PamVMCDigitizer {
12    
13    
14     public:
15    
16     PamVMCS4Dig():PamVMCDigitizer("S4"){; }
17    
18    
19     virtual ~PamVMCS4Dig(){;}
20    
21    
22     void Digitize();
23    
24    
25     ClassDef(PamVMCS4Dig,1)
26     };
27    
28    
29     #endif //PAMVMC_S4_DIG_H

  ViewVC Help
Powered by ViewVC 1.1.23