![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Define the "parallel" geometry that's seen by the LAr Voxels. More...
#include "nutools/G4Base/DetectorConstruction.h"#include <vector>#include <cmath>#include <map>#include <memory>#include <sstream>#include <iostream>#include "art/Framework/Services/Registry/ServiceHandle.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "larsim/LArG4/LArVoxelReadoutGeometry.h"#include "larsim/LArG4/LArVoxelReadout.h"#include "larsim/Simulation/LArVoxelCalculator.h"#include "Geant4/G4PVPlacement.hh"#include "Geant4/G4PVReplica.hh"#include "Geant4/G4LogicalVolume.hh"#include "Geant4/G4VisAttributes.hh"#include "Geant4/G4VSolid.hh"#include "Geant4/G4Box.hh"#include "Geant4/G4Tubs.hh"#include "Geant4/G4ThreeVector.hh"#include "Geant4/G4RotationMatrix.hh"#include "Geant4/G4VSensitiveDetector.hh"#include "Geant4/G4SDManager.hh"#include "Geant4/G4Material.hh"#include "Geant4/G4Point3D.hh"#include "Geant4/globals.hh"#include <typeinfo>Go to the source code of this file.
Namespaces | |
| larg4 | |
| Geant4 interface. | |
Functions | |
| template<typename T > | |
| std::string | demangle_cxx_symbol (const T &obj) |
| template<class STREAM > | |
| int | DumpPhysicalVolume (STREAM &out, const G4VPhysicalVolume &PV, std::string indentstr="") |
Variables | |
| constexpr bool | DisableVoxelCaching = false |
Define the "parallel" geometry that's seen by the LAr Voxels.
Definition in file LArVoxelReadoutGeometry.cxx.
| std::string demangle_cxx_symbol | ( | const T & | obj | ) |
Definition at line 68 of file LArVoxelReadoutGeometry.cxx.
References DumpPhysicalVolume().
Referenced by DumpPhysicalVolume().
| int DumpPhysicalVolume | ( | STREAM & | out, |
| const G4VPhysicalVolume & | PV, | ||
| std::string | indentstr = "" |
||
| ) |
Definition at line 75 of file LArVoxelReadoutGeometry.cxx.
References demangle_cxx_symbol(), and larg4::LArVoxelReadoutGeometry::LArVoxelReadoutGeometry().
Referenced by larg4::LArVoxelReadoutGeometry::Construct(), and demangle_cxx_symbol().
| constexpr bool DisableVoxelCaching = false |
Definition at line 44 of file LArVoxelReadoutGeometry.cxx.
Referenced by larg4::LArVoxelReadoutGeometry::Construct().