1 #ifndef SiPixelSummary_h
2 #define SiPixelSummary_h
8 #include<boost/cstdint.hpp>
17 namespace sipixelsummary {
55 typedef std::pair<ContainerIterator, ContainerIterator>
Range;
84 bool put(
const uint32_t& detID,
InputVector &
input, std::vector<std::string>& userContent );
93 std::vector<float>
getSummaryObj(uint32_t& detID,
const std::vector<std::string>&
list)
const;
std::vector< std::string > userDBContent_
std::vector< uint32_t > getDetIds() const
bool operator()(const DetRegistry &p, const uint32_t &i) const
bool put(const uint32_t &detID, InputVector &input, std::vector< std::string > &userContent)
void setTimeValue(unsigned long long inputTimeValue)
std::pair< ContainerIterator, ContainerIterator > Range
unsigned long long timeValue_
static std::string const input
Registry::const_iterator RegistryIterator
void setRunNr(int inputRunNr)
void setUserDBContent(const std::vector< std::string > &userDBContent)
const Range getRange(const uint32_t &detID) const
ContainerIterator getDataVectorBegin() const
std::vector< DetRegistry > indexes_
const short getPosition(std::string elementName) const
std::vector< float > v_sum_
unsigned long long getTimeValue() const
std::vector< std::string > getUserDBContent() const
RegistryIterator getRegistryVectorEnd() const
std::vector< DetRegistry > Registry
std::vector< float > InputVector
std::vector< float > getSummaryObj() const
RegistryIterator getRegistryVectorBegin() const
std::vector< float >::const_iterator ContainerIterator
ContainerIterator getDataVectorEnd() const
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run
void setObj(const uint32_t &detID, std::string elementName, float value)