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

Contents of /PamVMC/ac/include/PamVMCDetCat.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, 9 months ago) by nikolas
Branch: MAIN
File MIME type: text/plain
Cleaning files before release

1 #ifndef PAMVMC_DET_CAT_H
2 #define PAMVMC_DET_CAT_H
3
4 #include "PamVMCDetector.h"
5
6 #include "PamVMCCatSD.h"
7
8 class PamVMCCatSD;
9
10 class PamVMCDetCat : public PamVMCDetector {
11
12 private:
13
14 Bool_t TPLAfirst;
15
16 public:
17
18
19 PamVMCDetCat():PamVMCDetector("Cat")
20 {; };
21
22 void DefineGeometry();
23
24 void DefineCuts();
25
26 virtual void InitMC(){
27
28 TString t = "TOP1";
29 PamVMCCatSD *mgsc = new PamVMCCatSD();
30 fdetSD.Add(new TObjString(t), mgsc);
31 PamVMCSDMgr::Instance()->SetSD("TOP1",mgsc);
32 }
33
34 ClassDef(PamVMCDetCat,1)
35 };
36
37
38 #endif //PAMVMC_DET_CAT_H

  ViewVC Help
Powered by ViewVC 1.1.23