LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ISTPC.h"
Public Member Functions | |
ISTPC (geo::GeometryCore const &geom) | |
bool | isScintInActiveVolume (geo::Point_t const &ScintPoint) |
Static Public Member Functions | |
static std::vector< geo::BoxBoundedGeo > | extractActiveLArVolume (geo::GeometryCore const &geom) |
Private Attributes | |
std::vector< geo::BoxBoundedGeo > | fActiveVolumes |
|
explicit |
Definition at line 20 of file ISTPC.cxx.
References util::enumerate(), extractActiveLArVolume(), and fActiveVolumes.
|
static |
Definition at line 45 of file ISTPC.cxx.
References geo::BoxBoundedGeo::ExtendToInclude(), geo::GeometryCore::Iterate(), and geo::GeometryCore::Ncryostats().
Referenced by phot::PropagationTimeModel::cathodeCentre(), ISTPC(), phot::PDFastSimPAR::PDFastSimPAR(), and phot::SemiAnalyticalModel::SemiAnalyticalModel().
bool larg4::ISTPC::isScintInActiveVolume | ( | geo::Point_t const & | ScintPoint | ) |
Definition at line 36 of file ISTPC.cxx.
References fActiveVolumes.
Referenced by larg4::ISCalcCorrelated::AngleToEFieldAtStep(), larg4::ISCalcCorrelated::EFieldAtStep(), and phot::PDFastSimPAR::produce().
|
private |
Definition at line 29 of file ISTPC.h.
Referenced by isScintInActiveVolume(), and ISTPC().