/[PAMELA software]/trieste/pamVMC/nd/include/PamVMCNDSD.h
ViewVC logotype

Contents of /trieste/pamVMC/nd/include/PamVMCNDSD.h

Parent Directory Parent Directory | Revision Log Revision Log


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

1 #ifndef PAMVMCNDSD_H
2 #define PAMVMCNDSD_H
3 #include <iostream>
4
5 #include "PamVMCDetectorSD.h"
6
7 using std::cout;
8 using std::endl;
9
10 class PamVMCNDSD: public PamVMCDetectorSD{
11
12 public:
13 PamVMCNDSD():PamVMCDetectorSD("PamVMCDetectorHit","NDTI",1000)
14 {
15
16 };
17
18
19
20
21 ClassDef(PamVMCNDSD,1)
22
23 };
24
25 #endif // PAMVMCNDSD_H

  ViewVC Help
Powered by ViewVC 1.1.23