#include <SiPixelSummary.h>
Classes | |
struct | DetRegistry |
class | StrictWeakOrdering |
Public Types | |
typedef std::vector< float > ::const_iterator | ContainerIterator |
typedef std::vector< float > | InputVector |
typedef std::pair < ContainerIterator, ContainerIterator > | Range |
typedef std::vector< DetRegistry > | Registry |
typedef Registry::const_iterator | RegistryIterator |
Public Member Functions | |
ContainerIterator | getDataVectorBegin () const |
ContainerIterator | getDataVectorEnd () const |
std::vector< uint32_t > | getDetIds () const |
const Range | getRange (const uint32_t &detID) const |
RegistryIterator | getRegistryVectorBegin () const |
RegistryIterator | getRegistryVectorEnd () const |
int | getRunNr () const |
std::vector< float > | getSummaryObj (uint32_t &detID, std::vector< std::string > list) const |
std::vector< float > | getSummaryObj (sipixelsummary::TrackerRegion region, std::vector< std::string > list) const |
std::vector< float > | getSummaryObj (std::string elementName) const |
std::vector< float > | getSummaryObj (uint32_t &detID) const |
std::vector< float > | getSummaryObj () const |
unsigned long long | getTimeValue () const |
std::vector< std::string > | getUserDBContent () const |
void | print () |
bool | put (const uint32_t &detID, InputVector &input, std::vector< std::string > &userContent) |
bool | put (sipixelsummary::TrackerRegion region, InputVector &input, std::vector< std::string > &userContent) |
void | setObj (const uint32_t &detID, std::string elementName, float value) |
void | setRunNr (int inputRunNr) |
void | setTimeValue (unsigned long long inputTimeValue) |
void | setUserDBContent (std::vector< std::string > userDBContent) |
SiPixelSummary (std::vector< std::string > &userDBContent) | |
SiPixelSummary (const SiPixelSummary &input) | |
SiPixelSummary () | |
~SiPixelSummary () | |
Public Attributes | |
std::vector< DetRegistry > | indexes_ |
int | runNr_ |
unsigned long long | timeValue_ |
std::vector< std::string > | userDBContent_ |
std::vector< float > | v_sum_ |
Protected Member Functions | |
const short | getPosition (std::string elementName) const |
Definition at line 36 of file SiPixelSummary.h.
typedef std::vector<float>::const_iterator SiPixelSummary::ContainerIterator |
Definition at line 54 of file SiPixelSummary.h.
typedef std::vector<float> SiPixelSummary::InputVector |
Definition at line 58 of file SiPixelSummary.h.
typedef std::pair<ContainerIterator, ContainerIterator> SiPixelSummary::Range |
Definition at line 55 of file SiPixelSummary.h.
typedef std::vector<DetRegistry> SiPixelSummary::Registry |
Definition at line 56 of file SiPixelSummary.h.
typedef Registry::const_iterator SiPixelSummary::RegistryIterator |
Definition at line 57 of file SiPixelSummary.h.
SiPixelSummary::SiPixelSummary | ( | std::vector< std::string > & | userDBContent | ) |
SiPixelSummary::SiPixelSummary | ( | const SiPixelSummary & | input | ) |
|
inline |
Definition at line 63 of file SiPixelSummary.h.
|
inline |
Definition at line 64 of file SiPixelSummary.h.
|
inline |
|
inline |
std::vector<uint32_t> SiPixelSummary::getDetIds | ( | ) | const |
|
protected |
const Range SiPixelSummary::getRange | ( | const uint32_t & | detID | ) | const |
|
inline |
|
inline |
|
inline |
std::vector<float> SiPixelSummary::getSummaryObj | ( | uint32_t & | detID, |
std::vector< std::string > | list | ||
) | const |
std::vector<float> SiPixelSummary::getSummaryObj | ( | sipixelsummary::TrackerRegion | region, |
std::vector< std::string > | list | ||
) | const |
std::vector<float> SiPixelSummary::getSummaryObj | ( | std::string | elementName | ) | const |
std::vector<float> SiPixelSummary::getSummaryObj | ( | uint32_t & | detID | ) | const |
std::vector<float> SiPixelSummary::getSummaryObj | ( | ) | const |
|
inline |
|
inline |
Definition at line 114 of file SiPixelSummary.h.
References userDBContent_.
void SiPixelSummary::print | ( | ) |
bool SiPixelSummary::put | ( | const uint32_t & | detID, |
InputVector & | input, | ||
std::vector< std::string > & | userContent | ||
) |
bool SiPixelSummary::put | ( | sipixelsummary::TrackerRegion | region, |
InputVector & | input, | ||
std::vector< std::string > & | userContent | ||
) |
void SiPixelSummary::setObj | ( | const uint32_t & | detID, |
std::string | elementName, | ||
float | value | ||
) |
|
inline |
|
inline |
|
inline |
Definition at line 109 of file SiPixelSummary.h.
References userDBContent_.
std::vector<DetRegistry> SiPixelSummary::indexes_ |
Definition at line 127 of file SiPixelSummary.h.
Referenced by getRegistryVectorBegin(), and getRegistryVectorEnd().
int SiPixelSummary::runNr_ |
Definition at line 129 of file SiPixelSummary.h.
Referenced by getRunNr(), and setRunNr().
unsigned long long SiPixelSummary::timeValue_ |
Definition at line 130 of file SiPixelSummary.h.
Referenced by getTimeValue(), and setTimeValue().
std::vector<std::string> SiPixelSummary::userDBContent_ |
Definition at line 125 of file SiPixelSummary.h.
Referenced by getUserDBContent(), and setUserDBContent().
std::vector<float> SiPixelSummary::v_sum_ |
Definition at line 126 of file SiPixelSummary.h.
Referenced by getDataVectorBegin(), and getDataVectorEnd().