/[PAMELA software]/PamCAL/include/PamVMCDetectorConstruction.h
ViewVC logotype

Annotation of /PamCAL/include/PamVMCDetectorConstruction.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon Nov 12 10:10:18 2007 UTC (17 years ago) by nikolas
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
More basic files added

1 nikolas 1.1 // $Id: PamG4VMCDetectorConstruction.h,v 1.0 2007/06/01
2    
3     #ifndef PAMVMC_DETECTOR_CONSTRUCTION_H
4     #define PAMVMC_DETECTOR_CONSTRUCTION_H
5    
6     #include <map>
7    
8     #include <Riostream.h>
9     #include <TObject.h>
10     #include <TString.h>
11    
12     class PamVMCDetectorConstruction : public TObject
13     {
14     public:
15     PamVMCDetectorConstruction();
16     virtual ~PamVMCDetectorConstruction();
17    
18     public:
19     void ConstructGeometry();
20    
21     private:
22    
23     ClassDef(PamVMCDetectorConstruction,1)
24     };
25    
26     #endif //PAMVMC_DETECTOR_CONSTRUCTION_H

  ViewVC Help
Powered by ViewVC 1.1.23