#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 47 of file ActiveVolumeVertexSampler.h.
fhicl::OptionalAtom<bool> evgen::ActiveVolumeVertexSampler::Config::check_active_ |
Definition at line 78 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 66 of file ActiveVolumeVertexSampler.h.
fhicl::Sequence<double, 3> evgen::ActiveVolumeVertexSampler::Config::position_ |
Definition at line 60 of file ActiveVolumeVertexSampler.h.
fhicl::OptionalAtom<std::string> evgen::ActiveVolumeVertexSampler::Config::seed_ |
Definition at line 54 of file ActiveVolumeVertexSampler.h.
fhicl::Atom<std::string> evgen::ActiveVolumeVertexSampler::Config::type_ |
Definition at line 48 of file ActiveVolumeVertexSampler.h.