]> git.uio.no Git - u/mrichter/AliRoot.git/blame - Flugg/G4VUserDetectorConstruction.cxx
Updates needed for geant4.6.
[u/mrichter/AliRoot.git] / Flugg / G4VUserDetectorConstruction.cxx
CommitLineData
26911512 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
15G4VUserDetectorConstruction::G4VUserDetectorConstruction()
16{;}
17
18G4VUserDetectorConstruction::~G4VUserDetectorConstruction()
19{;}
20