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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Oct 15 15:52:32 2013 UTC (11 years, 1 month 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 #ifndef PAMVMCS4SD_H
2 #define PAMVMCS4SD_H
3 #include <iostream>
4
5 #include "PamVMCDetectorSD.h"
6
7 using std::cout;
8 using std::endl;
9
10 class PamVMCS4SD: public PamVMCDetectorSD{
11
12 public:
13 PamVMCS4SD():PamVMCDetectorSD("PamVMCDetectorHit","S4",1000)
14 {
15
16 };
17
18
19
20 ClassDef(PamVMCS4SD,1)
21
22 };
23
24 #endif // PAMVMCS4SD_H

  ViewVC Help
Powered by ViewVC 1.1.23