1 #ifndef SiStripSummary_h 2 #define SiStripSummary_h 9 #include<boost/cstdint.hpp> 57 typedef std::pair<ContainerIterator, ContainerIterator>
Range;
76 const Range getRange(
const uint32_t& detID)
const;
81 std::vector<uint32_t> getDetIds()
const;
86 bool put(
const uint32_t& detID, InputVector &
input, std::vector<std::string>& userContent );
95 std::vector<float> getSummaryObj(uint32_t& detID,
const std::vector<std::string>&
list)
const;
100 std::vector<float> getSummaryObj(
std::string elementName)
const;
103 std::vector<float> getSummaryObj(uint32_t& detID)
const;
106 std::vector<float> getSummaryObj()
const;
111 inline void setUserDBContent(
const std::vector<std::string>& userDBContent) { userDBContent_ = userDBContent;}
112 inline void setRunNr(
int inputRunNr) { runNr_ = inputRunNr; }
113 inline void setTimeValue(
unsigned long long inputTimeValue){ timeValue_=inputTimeValue;}
138 const short getPosition(
std::string elementName)
const;
ContainerIterator getDataVectorBegin() const
unsigned long long getTimeValue() const
std::vector< DetRegistry > indexes_
void setRunNr(int inputRunNr)
std::string print(const Track &, edm::Verbosity=edm::Concise)
Track print utility.
Registry::const_iterator RegistryIterator
std::pair< ContainerIterator, ContainerIterator > Range
static std::string const input
void put(edm::Event &evt, double value, const char *instanceName)
std::vector< float > v_sum_
RegistryIterator getRegistryVectorBegin() const
unsigned long long timeValue_
std::vector< float > InputVector
std::vector< std::string > getUserDBContent() const
#define COND_SERIALIZABLE
RegistryIterator getRegistryVectorEnd() const
std::vector< float >::const_iterator ContainerIterator
std::vector< std::string > userDBContent_
void setUserDBContent(const std::vector< std::string > &userDBContent)
void setTimeValue(unsigned long long inputTimeValue)
std::vector< DetRegistry > Registry
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