LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Namespaces | |
details | |
Classes | |
struct | ROPID |
Class identifying a set of planes sharing readout channels. More... | |
struct | TPCsetID |
Class identifying a set of TPC sharing readout channels. More... | |
Typedefs | |
typedef geo::CryostatID | CryostatID |
Functions | |
Readout ID comparison operators | |
The result of comparison with invalid IDs is undefined. | |
bool | operator== (TPCsetID const &a, TPCsetID const &b) |
Comparison: the IDs point to the same TPC set (validity is ignored) More... | |
bool | operator!= (TPCsetID const &a, TPCsetID const &b) |
Comparison: the IDs point to different TPC sets (validity is ignored) More... | |
bool | operator< (TPCsetID const &a, TPCsetID const &b) |
Order TPCsetID in increasing Cryo, then TPC set. More... | |
bool | operator== (ROPID const &a, ROPID const &b) |
Comparison: the IDs point to the same ROP (validity is ignored) More... | |
bool | operator!= (ROPID const &a, ROPID const &b) |
Comparison: the IDs point to different ROPs (validity is ignored) More... | |
bool | operator< (ROPID const &a, ROPID const &b) |
Order ROPID in increasing Cryo, then TPC set, then ROP. More... | |
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) |
Comparison: the IDs point to the same TPC set (validity is ignored) More... | |
typedef geo::CryostatID readout::CryostatID |
Definition at line 30 of file readout_types.h.
Comparison: the IDs point to different TPC sets (validity is ignored)
Definition at line 175 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 195 of file readout_types.h.
References readout::ROPID::asTPCsetID(), and readout::ROPID::ROP.
Order TPCsetID in increasing Cryo, then TPC set.
Definition at line 180 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 200 of file readout_types.h.
References readout::ROPID::asTPCsetID(), readout::TPCsetID::cmp(), and readout::ROPID::ROP.
|
inline |
Generic output of TPCsetID to stream.
Definition at line 214 of file readout_types.h.
References geo::CryostatID::asCryostatID(), and readout::TPCsetID::TPCset.
|
inline |
Comparison: the IDs point to the same TPC set (validity is ignored)
Definition at line 219 of file readout_types.h.
References readout::ROPID::asTPCsetID(), and readout::ROPID::ROP.
Comparison: the IDs point to the same TPC set (validity is ignored)
Definition at line 170 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 190 of file readout_types.h.
References readout::ROPID::asTPCsetID(), and readout::ROPID::ROP.