LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "MyDetectorConstruction.hh"
Public Member Functions | |
MyDetectorConstruction () | |
~MyDetectorConstruction () | |
virtual G4VPhysicalVolume * | Construct () |
void | SetSDtoScoreVoxel (G4VSensitiveDetector *asd) |
Private Attributes | |
G4LogicalVolume * | scoreVoxel |
Definition at line 44 of file MyDetectorConstruction.hh.
MyDetectorConstruction::MyDetectorConstruction | ( | ) |
Definition at line 48 of file MyDetectorConstruction.cc.
MyDetectorConstruction::~MyDetectorConstruction | ( | ) |
Definition at line 55 of file MyDetectorConstruction.cc.
|
virtual |
Definition at line 61 of file MyDetectorConstruction.cc.
References scoreVoxel.
void MyDetectorConstruction::SetSDtoScoreVoxel | ( | G4VSensitiveDetector * | asd | ) |
Definition at line 129 of file MyDetectorConstruction.cc.
References scoreVoxel.
Referenced by BOOST_PYTHON_MODULE().
|
private |
Definition at line 46 of file MyDetectorConstruction.hh.
Referenced by Construct(), and SetSDtoScoreVoxel().