|
Berkeley Nuclear Data Software
|
#include <CloverDetConstruction.h>


Public Member Functions | |
| CloverDetConstruction () | |
| virtual | ~CloverDetConstruction () |
| void | ConstructSDandField () |
| void | setCollimatorX (G4double a_collX) |
| virtual G4VPhysicalVolume * | Construct () |
Public Member Functions inherited from NSDG4::DetectorConstruction | |
| DetectorConstruction () | |
| virtual | ~DetectorConstruction () |
| virtual void | setTheCenter (std::string a_object, G4ThreeVector a_center) |
| virtual void | setTheMaterial (std::string a_object, std::string a_material) |
| virtual void | setTheWorldHalfSize (double a_x, double a_y, double a_z) |
| virtual void | updateGeometry () |
Additional Inherited Members | |
Protected Attributes inherited from NSDG4::DetectorConstruction | |
| std::map< std::string, GeometryObject * > | m_geoObjects |
| std::map< std::string, G4LogicalVolume * > | m_lvMap |
| std::map< std::string, std::string > | m_lvSDMap |
| G4ThreeVector | m_worldHalfSize |
| MaterialManager * | m_materials |
| DetectorMessenger * | m_messenger |
| G4LogicalVolume * | m_worldLV |
| std::map< std::string, int > | m_copyDepth |
this class is a detector construction which uses both the NSDG4 core components and extensions to provide a user configurable geometry through a command line interface
| CloverDetConstruction::CloverDetConstruction | ( | ) |

|
virtual |
|
virtual |
create sensitive detectors for each leaf
add leafs to depth map
Reimplemented from NSDG4::DetectorConstruction.

|
virtual |
Reimplemented from NSDG4::DetectorConstruction.
| void CloverDetConstruction::setCollimatorX | ( | G4double | a_collX | ) |