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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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