#include <SiPixelFedCablingMap.h>
|
unsigned int | fed |
|
unsigned int | link |
|
unsigned int | roc |
|
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 53 of file SiPixelFedCablingMap.h.
bool SiPixelFedCablingMap::Key::operator< |
( |
const Key & |
other | ) |
const |
Definition at line 56 of file SiPixelFedCablingMap.cc.
References fed, link, and roc.
58 if (
fed < other.fed)
return true;
59 if (
fed > other.fed)
return false;
61 if (
link < other.link)
return true;
62 if (
link > other.link)
return false;
64 if (
roc < other.roc)
return true;
65 if (
roc > other.roc)
return false;
template<class Archive >
void SiPixelFedCablingMap::Key::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >
unsigned int SiPixelFedCablingMap::Key::fed |
unsigned int SiPixelFedCablingMap::Key::link |
unsigned int SiPixelFedCablingMap::Key::roc |