| 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 |