Classes | |
class | ChannelToWireMap |
Mapping of ROP channels into wires. More... | |
struct | ChannelRange_t |
A simple range of channels. More... | |
class | StableMerger |
class | ROPnumberDispatcher |
Algorithm assigning IDs to readout planes. More... | |
class | ROPandTPCsetBuildingAlg |
Extracts TPC sets and readout planes from a list of cryostats. More... | |
class | IntegerRangesBase |
A sequence of contiguous ranges of integral numbers. More... | |
class | KeyedCSVparser |
Parser to fill a KeyValuesData structure out of a character buffer. More... | |
struct | KeyValuesConverter |
struct | BaseWrapper |
struct | KeyValuesConverter< icarus::details::BaseWrapper< T, Base >, Enable > |
Specialization for conversions with a numeric base. More... | |
class | KeyValueParser |
Parser to fill a KeyValuesData structure out of a character buffer. More... | |
Typedefs | |
using | TPCColl_t = std::vector< geo::TPCGeo const * > |
Type of collection of TPCs (pointers to geo::TPCGeo ). More... | |
using | PlaneColl_t = std::vector< geo::PlaneGeo const * > |
Type of collection of planes (pointers to geo::PlaneGeo ). More... | |
Functions | |
template<typename SetColl > | |
SetColl | stableMerge (SetColl const &sets) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &out, typename IntegerRangesBase< T >::Data_t const &range) |
template<typename ConfigMap > | |
sbn::PMTconfiguration | extractPMTreadoutConfigurationImpl (ConfigMap const &configMap, icarus::PMTconfigurationExtractor extractor) |
template<typename ConfigMap > | |
icarus::TriggerConfiguration | extractTriggerReadoutConfigurationImpl (ConfigMap const &configMap, icarus::TriggerConfigurationExtractor extractor) |
typedef std::vector< geo::PlaneGeo const * > icarus::details::PlaneColl_t |
Type of collection of planes (pointers to geo::PlaneGeo
).
Definition at line 35 of file GeometryObjectCollections.h.
typedef std::vector< geo::TPCGeo const * > icarus::details::TPCColl_t |
Type of collection of TPCs (pointers to geo::TPCGeo
).
Definition at line 32 of file GeometryObjectCollections.h.
sbn::PMTconfiguration icarus::details::extractPMTreadoutConfigurationImpl | ( | ConfigMap const & | configMap, |
icarus::PMTconfigurationExtractor | extractor | ||
) |
Definition at line 418 of file PMTconfigurationExtractor.h.
icarus::TriggerConfiguration icarus::details::extractTriggerReadoutConfigurationImpl | ( | ConfigMap const & | configMap, |
icarus::TriggerConfigurationExtractor | extractor | ||
) |
Definition at line 390 of file TriggerConfigurationExtractor.h.
std::ostream& icarus::details::operator<< | ( | std::ostream & | out, |
typename IntegerRangesBase< T >::Data_t const & | range | ||
) |
SetColl icarus::details::stableMerge | ( | SetColl const & | sets | ) |
Definition at line 92 of file ROPandTPCsetBuildingAlg.cxx.