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

Annotation of /trieste/pamVMC/nd/include/PamVMCDetND.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Tue Mar 24 14:04:02 2009 UTC (15 years, 11 months ago) by pizzolot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
setting of random seed; new distribution for primary generation

1 pamelats 1.1 #ifndef PAMVMC_DET_ND_H
2     #define PAMVMC_DET_ND_H
3    
4     #include "PamVMCDetector.h"
5    
6     #include "PamVMCNDSD.h"
7    
8     class PamVMCNDSD;
9    
10     class PamVMCDetND : public PamVMCDetector {
11    
12     public:
13    
14    
15     PamVMCDetND():PamVMCDetector("ND")
16 pizzolot 1.2 {; };
17 pamelats 1.1
18     void DefineGeometry();
19    
20     void DefineCuts();
21    
22     virtual void InitMC(){
23    
24     TString t = "NDTI";
25     PamVMCNDSD *nd = new PamVMCNDSD();
26     fdetSD.Add(new TObjString(t), nd);
27     PamVMCSDMgr::Instance()->SetSD("NDTI",nd);
28     }
29    
30     ClassDef(PamVMCDetND,1)
31     };
32    
33    
34     #endif //PAMVMC_DET_ND_H

  ViewVC Help
Powered by ViewVC 1.1.23