LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "MyDetectorConstruction.hh"
Public Member Functions | |
MyDetectorConstruction () | |
~MyDetectorConstruction () | |
virtual G4VPhysicalVolume * | Construct () |
void | SetSDtoScoreVoxel (G4VSensitiveDetector *asd) |
Private Attributes | |
G4LogicalVolume * | scoreVoxel |
Definition at line 45 of file MyDetectorConstruction.hh.
MyDetectorConstruction::MyDetectorConstruction | ( | ) |
Definition at line 49 of file MyDetectorConstruction.cc.
MyDetectorConstruction::~MyDetectorConstruction | ( | ) |
Definition at line 56 of file MyDetectorConstruction.cc.
|
virtual |
Definition at line 62 of file MyDetectorConstruction.cc.
References scoreVoxel.
void MyDetectorConstruction::SetSDtoScoreVoxel | ( | G4VSensitiveDetector * | asd | ) |
Definition at line 130 of file MyDetectorConstruction.cc.
References scoreVoxel.
Referenced by BOOST_PYTHON_MODULE().
|
private |
Definition at line 47 of file MyDetectorConstruction.hh.
Referenced by Construct(), and SetSDtoScoreVoxel().