/[PAMELA software]/PamVMC/inc/PamVMCDetectorConstruction.h
ViewVC logotype

Contents of /PamVMC/inc/PamVMCDetectorConstruction.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Wed Feb 18 17:32:23 2009 UTC (15 years, 9 months ago) by nikolas
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
Cleaning up before a release

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