#include <SiPixelTemplateDBObject.h>
Classes | |
union | char2float |
Public Member Functions | |
bool | fail () |
short | getTemplateID (const uint32_t &detid) const |
const std::map< unsigned int, short > & | getTemplateIDs () const |
void | incrementIndex (int i) |
int | index () const |
int | maxIndex () const |
int | numOfTempl () const |
SiPixelTemplateDBObject & | operator>> (int &i) |
SiPixelTemplateDBObject & | operator>> (float &f) |
void | push_back (float entry) |
bool | putTemplateID (const uint32_t &detid, short &value) |
void | putTemplateIDs (std::map< unsigned int, short > &t_ID) |
void | setIndex (int index) |
void | setInvalid () |
void | setMaxIndex (int maxIndex) |
void | setNumOfTempl (int numOfTempl) |
void | setVersion (float version) |
SiPixelTemplateDBObject () | |
std::vector< float > | sVector () const |
float | version () const |
virtual | ~SiPixelTemplateDBObject () |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
int | index_ |
bool | isInvalid_ |
int | maxIndex_ |
int | numOfTempl_ |
std::vector< float > | sVector_ |
std::map< unsigned int, short > | templ_ID |
float | version_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
std::ostream & | operator<< (std::ostream &s, const SiPixelTemplateDBObject &dbobject) |
Definition at line 16 of file SiPixelTemplateDBObject.h.
|
inline |
Definition at line 18 of file SiPixelTemplateDBObject.h.
References sVector_.
|
inlinevirtual |
Definition at line 21 of file SiPixelTemplateDBObject.h.
|
inline |
Definition at line 54 of file SiPixelTemplateDBObject.h.
References isInvalid_.
Referenced by SiPixelTemplate2D::pushfile(), SiStripTemplate::pushfile(), and SiPixelTemplate::pushfile().
|
inline |
Definition at line 95 of file SiPixelTemplateDBObject.h.
References templ_ID.
Referenced by PixelCPEBase::fillDetParams(), and PixelCPETemplateReco::localPosition().
|
inline |
Definition at line 81 of file SiPixelTemplateDBObject.h.
References templ_ID.
|
inline |
Definition at line 70 of file SiPixelTemplateDBObject.h.
Referenced by SiPixelTemplate2D::pushfile(), SiStripTemplate::pushfile(), and SiPixelTemplate::pushfile().
|
inline |
Definition at line 63 of file SiPixelTemplateDBObject.h.
References index_.
Referenced by BeautifulSoup.PageElement::_invert(), SiPixelTemplate2D::pushfile(), SiStripTemplate::pushfile(), SiPixelTemplate::pushfile(), and setIndex().
|
inline |
Definition at line 64 of file SiPixelTemplateDBObject.h.
References maxIndex_.
Referenced by setMaxIndex().
|
inline |
Definition at line 65 of file SiPixelTemplateDBObject.h.
References numOfTempl_.
Referenced by SiPixelTemplate2D::pushfile(), SiStripTemplate::pushfile(), SiPixelTemplate::pushfile(), and setNumOfTempl().
|
inline |
Definition at line 27 of file SiPixelTemplateDBObject.h.
References index_, isInvalid_, and maxIndex_.
|
inline |
Definition at line 39 of file SiPixelTemplateDBObject.h.
References index_, isInvalid_, and maxIndex_.
|
inline |
Definition at line 57 of file SiPixelTemplateDBObject.h.
References sVector_.
|
inline |
Definition at line 83 of file SiPixelTemplateDBObject.h.
References cond::rpcobgas::detid, templ_ID, and relativeConstraints::value.
|
inline |
Definition at line 80 of file SiPixelTemplateDBObject.h.
References templ_ID.
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 67 of file SiPixelTemplateDBObject.h.
References sVector_.
Referenced by SiPixelTemplate2D::pushfile(), SiStripTemplate::pushfile(), and SiPixelTemplate::pushfile().
|
inline |
Definition at line 66 of file SiPixelTemplateDBObject.h.
References version_.
Referenced by setVersion().
|
friend |
Definition at line 113 of file SiPixelTemplateDBObject.h.
|
friend |
Definition at line 113 of file SiPixelTemplateDBObject.h.
|
friend |
|
private |
Definition at line 105 of file SiPixelTemplateDBObject.h.
Referenced by incrementIndex(), index(), operator>>(), and setIndex().
|
private |
Definition at line 109 of file SiPixelTemplateDBObject.h.
Referenced by fail(), operator>>(), and setInvalid().
|
private |
Definition at line 106 of file SiPixelTemplateDBObject.h.
Referenced by maxIndex(), operator>>(), and setMaxIndex().
|
private |
Definition at line 107 of file SiPixelTemplateDBObject.h.
Referenced by numOfTempl(), and setNumOfTempl().
|
private |
Definition at line 110 of file SiPixelTemplateDBObject.h.
Referenced by push_back(), SiPixelTemplateDBObject(), and sVector().
|
private |
Definition at line 111 of file SiPixelTemplateDBObject.h.
Referenced by getTemplateID(), getTemplateIDs(), putTemplateID(), and putTemplateIDs().
|
private |
Definition at line 108 of file SiPixelTemplateDBObject.h.
Referenced by setVersion(), and version().