LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ActiveVolumeVertexSampler.h"
Public Attributes | |
fhicl::Atom< std::string > | type_ |
fhicl::OptionalAtom< std::string > | seed_ |
fhicl::Sequence< double, 3 > | position_ |
fhicl::Sequence< double, 3 > | min_position_ |
fhicl::Sequence< double, 3 > | max_position_ |
fhicl::OptionalAtom< bool > | check_active_ |
Collection of configuration parameters used to determine the vertex location for each event
Definition at line 52 of file ActiveVolumeVertexSampler.h.
fhicl::OptionalAtom<bool> evgen::ActiveVolumeVertexSampler::Config::check_active_ |
Definition at line 77 of file ActiveVolumeVertexSampler.h.
fhicl::Sequence<double, 3> evgen::ActiveVolumeVertexSampler::Config::max_position_ |
Definition at line 72 of file ActiveVolumeVertexSampler.h.
fhicl::Sequence<double, 3> evgen::ActiveVolumeVertexSampler::Config::min_position_ |
Definition at line 67 of file ActiveVolumeVertexSampler.h.
fhicl::Sequence<double, 3> evgen::ActiveVolumeVertexSampler::Config::position_ |
Definition at line 63 of file ActiveVolumeVertexSampler.h.
fhicl::OptionalAtom<std::string> evgen::ActiveVolumeVertexSampler::Config::seed_ |
Definition at line 59 of file ActiveVolumeVertexSampler.h.
fhicl::Atom<std::string> evgen::ActiveVolumeVertexSampler::Config::type_ |
Definition at line 53 of file ActiveVolumeVertexSampler.h.