Helper structure for indexing calibration data. More...
#include <PPSTimingCalibrationLUT.h>
Public Member Functions | |
bool | operator< (const Key &rhs) const |
Comparison operator. More... | |
Public Attributes | |
int | channel |
int | plane |
int | sector |
int | station |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
std::ostream & | operator<< (std::ostream &os, const Key &key) |
Helper structure for indexing calibration data.
Definition at line 22 of file PPSTimingCalibrationLUT.h.
bool PPSTimingCalibrationLUT::Key::operator< | ( | const Key & | rhs | ) | const |
|
private |
|
friend |
Definition at line 29 of file PPSTimingCalibrationLUT.h.
|
friend |
Definition at line 29 of file PPSTimingCalibrationLUT.h.
|
friend |
Definition at line 28 of file PPSTimingCalibrationLUT.cc.
int PPSTimingCalibrationLUT::Key::channel |
Definition at line 23 of file PPSTimingCalibrationLUT.h.
Referenced by operator<().
int PPSTimingCalibrationLUT::Key::plane |
Definition at line 23 of file PPSTimingCalibrationLUT.h.
Referenced by operator<().
int PPSTimingCalibrationLUT::Key::sector |
Definition at line 23 of file PPSTimingCalibrationLUT.h.
Referenced by PixelMapPlotter.Barrel::__str__(), geometryXMLparser.DTAlignable::index(), and operator<().
int PPSTimingCalibrationLUT::Key::station |
Definition at line 23 of file PPSTimingCalibrationLUT.h.
Referenced by geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), and operator<().