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

Annotation of /PamVMC/s4/include/PamVMCS4Dig.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Thu Feb 19 16:00:15 2009 UTC (15 years, 9 months ago) by nikolas
Branch: MAIN
File MIME type: text/plain
Cleaning files before release

1 nikolas 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