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

Contents of /PamVMC_update/s4/include/PamVMCS4Dig.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Oct 15 15:52:32 2013 UTC (11 years, 1 month ago) by formato
Branch point for: MAIN, rel
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