/[PAMELA software]/PamVMC/ac/include/PamVMCCardSD.h
ViewVC logotype

Contents of /PamVMC/ac/include/PamVMCCardSD.h

Parent Directory Parent Directory | Revision Log Revision Log


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

1 #ifndef PAMVMCCARDSD_H
2 #define PAMVMCCARDSD_H
3 #include <iostream>
4
5 #include "PamVMCDetectorSD.h"
6
7 using std::cout;
8 using std::endl;
9
10 class PamVMCCardSD: public PamVMCDetectorSD{
11
12 public:
13 PamVMCCardSD(char *dname):PamVMCDetectorSD("PamVMCDetectorHit",dname,1000)
14 {
15 fdig = (PamVMCDigitizer*)PamVMCDigMgr::Instance()->GetDIG("AC");
16 };
17
18
19
20
21 ClassDef(PamVMCCardSD,1)
22
23 };
24
25 #endif // PAMVMCCARDSD_H

  ViewVC Help
Powered by ViewVC 1.1.23