]> git.uio.no Git - u/mrichter/AliRoot.git/blob - Flugg/G4VUserDetectorConstruction.cxx
Radius of PHOS equal to 460 (Y.Schutz)
[u/mrichter/AliRoot.git] / Flugg / G4VUserDetectorConstruction.cxx
1 // This code implementation is the intellectual property of
2 // the GEANT4 collaboration.
3 //
4 // By copying, distributing or modifying the Program (or any work
5 // based on the Program) you indicate your acceptance of this statement,
6 // and all its terms.
7 //
8
9 // GEANT4 tag 
10 //
11
12 #include "G4VUserDetectorConstruction.hh"
13 #include "G4VPhysicalVolume.hh"
14
15 G4VUserDetectorConstruction::G4VUserDetectorConstruction()
16 {;}
17
18 G4VUserDetectorConstruction::~G4VUserDetectorConstruction()
19 {;}
20