LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ArtG4DetectorConstruction.cc
Go to the documentation of this file.
1 // ArtG4DetectorConstruction.cc
2 // Author: Tasha Arvanitis, Adam Lyon
3 // Date: July 2012
4 
5 // See the header file for documentation
6 
8 
10  : world_{world}
11 {}
12 
13 G4VPhysicalVolume*
15 {
16  return world_;
17 }
ArtG4DetectorConstruction(G4VPhysicalVolume *world)
G4VPhysicalVolume * Construct() override