LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Namespaces | |
details | |
fhicl | |
FHiCL objects representing geometry classes as configuration parameters. | |
Classes | |
struct | ElementLevel |
class | ROPDataContainer |
Container with one element per readout plane. More... | |
struct | ROPID |
Class identifying a set of planes sharing readout channels. More... | |
class | ROPIDmapper |
Mapping for readout plane identifiers. More... | |
class | TPCsetDataContainer |
Container with one element per readout TPC set. More... | |
struct | TPCsetID |
Class identifying a set of TPC sharing readout channels. More... | |
class | TPCsetIDmapper |
Mapping for TPC set identifiers. More... | |
Typedefs | |
using | CryostatID = geo::CryostatID |
Functions | |
std::ostream & | operator<< (std::ostream &out, TPCsetID const &sid) |
Generic output of TPCsetID to stream. More... | |
std::ostream & | operator<< (std::ostream &out, ROPID const &rid) |
Readout ID comparison operators | |
The result of comparison with invalid IDs is undefined. | |
constexpr bool | operator== (TPCsetID const &a, TPCsetID const &b) |
Comparison: the IDs point to the same TPC set (validity is ignored) More... | |
constexpr bool | operator!= (TPCsetID const &a, TPCsetID const &b) |
Comparison: the IDs point to different TPC sets (validity is ignored) More... | |
constexpr bool | operator< (TPCsetID const &a, TPCsetID const &b) |
Order TPCsetID in increasing Cryo, then TPC set. More... | |
constexpr bool | operator== (ROPID const &a, ROPID const &b) |
Comparison: the IDs point to the same ROP (validity is ignored) More... | |
constexpr bool | operator!= (ROPID const &a, ROPID const &b) |
Comparison: the IDs point to different ROPs (validity is ignored) More... | |
constexpr bool | operator< (ROPID const &a, ROPID const &b) |
Order ROPID in increasing Cryo, then TPC set, then ROP. More... | |
using readout::CryostatID = typedef geo::CryostatID |
Definition at line 62 of file readout_types.h.
Comparison: the IDs point to different TPC sets (validity is ignored)
Definition at line 261 of file readout_types.h.
References geo::CryostatID::asCryostatID(), and readout::TPCsetID::TPCset.
Comparison: the IDs point to different ROPs (validity is ignored)
Definition at line 283 of file readout_types.h.
References readout::TPCsetID::asTPCsetID(), and readout::ROPID::ROP.
Order TPCsetID in increasing Cryo, then TPC set.
Definition at line 267 of file readout_types.h.
References geo::CryostatID::asCryostatID(), geo::CryostatID::cmp(), and readout::TPCsetID::TPCset.
Order ROPID in increasing Cryo, then TPC set, then ROP.
Definition at line 289 of file readout_types.h.
References readout::TPCsetID::asTPCsetID(), readout::TPCsetID::cmp(), and readout::ROPID::ROP.
|
inline |
Generic output of TPCsetID to stream.
Definition at line 304 of file readout_types.h.
References geo::CryostatID::asCryostatID(), and readout::TPCsetID::TPCset.
|
inline |
Definition at line 310 of file readout_types.h.
References readout::TPCsetID::asTPCsetID(), and readout::ROPID::ROP.
Comparison: the IDs point to the same TPC set (validity is ignored)
Definition at line 255 of file readout_types.h.
References geo::CryostatID::asCryostatID(), and readout::TPCsetID::TPCset.
Comparison: the IDs point to the same ROP (validity is ignored)
Definition at line 277 of file readout_types.h.
References readout::TPCsetID::asTPCsetID(), and readout::ROPID::ROP.