LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
artg4tk::ArtG4DetectorConstruction Class Reference

#include "ArtG4DetectorConstruction.hh"

Inheritance diagram for artg4tk::ArtG4DetectorConstruction:

Public Member Functions

 ArtG4DetectorConstruction (G4VPhysicalVolume *world)
 

Private Member Functions

G4VPhysicalVolume * Construct () override
 

Private Attributes

G4VPhysicalVolume * world_
 

Detailed Description

Definition at line 37 of file ArtG4DetectorConstruction.hh.

Constructor & Destructor Documentation

artg4tk::ArtG4DetectorConstruction::ArtG4DetectorConstruction ( G4VPhysicalVolume *  world)
explicit

Definition at line 9 of file ArtG4DetectorConstruction.cc.

10  : world_{world}
11 {}

Member Function Documentation

G4VPhysicalVolume * artg4tk::ArtG4DetectorConstruction::Construct ( )
overrideprivate

Definition at line 14 of file ArtG4DetectorConstruction.cc.

References world_.

15 {
16  return world_;
17 }

Member Data Documentation

G4VPhysicalVolume* artg4tk::ArtG4DetectorConstruction::world_
private

Definition at line 45 of file ArtG4DetectorConstruction.hh.

Referenced by Construct().


The documentation for this class was generated from the following files: