1 #define SiStripMonitorHardware_BuildEventMatchingCode
2 #ifdef SiStripMonitorHardware_BuildEventMatchingCode
4 #ifndef DQM_SiStripMonitorHardware_SiStripSpyEventMatcher_H
5 #define DQM_SiStripMonitorHardware_SiStripSpyEventMatcher_H
11 #include "boost/cstdint.hpp"
21 template<
class T>
class DetSetVector;
22 template<
class T>
class DetSet;
36 std::auto_ptr< FEDRawDataCollection >
rawData;
40 std::auto_ptr< edm::DetSetVector<SiStripRawDigi> >
scopeDigis;
47 std::vector<uint32_t>& theTotalEventCounters,
48 std::vector<uint32_t>& theL1ACounters,
49 std::vector<uint32_t>& theAPVAddresses,
92 Counters::const_iterator
begin()
const {
return pConst->begin(); }
93 Counters::const_iterator
end()
const {
return pConst->end(); }
112 static void findMatchingFeds(
const uint32_t eventId,
const uint8_t apvAddress,
116 std::set<uint16_t>& matchingFeds);
127 std::vector<uint32_t>& outputTotalEventCounters,
128 std::vector<uint32_t>& outputL1ACounters,
129 std::vector<uint32_t>& outputAPVAddresses,
153 const boost::shared_ptr< const edm::Wrapper<T> > productWrapper = edm::getProductByTag<T>(*
event,
tag);
154 if (productWrapper) {
155 return productWrapper->product();
168 #endif //ndef DQM_SiStripMonitorHardware_SiStripSpyEventMatcher_H
170 #endif //SiStripMonitorHardware_BuildEventMatchingCode
CountersWrapper(const Counters *theCounters)
virtual ~SpyEventMatcher()
edm::VectorInputSource Source
edm::InputTag virginRawDigisTag_
std::auto_ptr< std::vector< uint32_t > > apvAddresses
Source::EventPrincipalVectorElement SpyEventPtr
SpyEventPtr readSpecificEvent(const edm::EventID &id)
const SpyEventList * matchesForEvent(const uint32_t eventId, const uint8_t apvAddress) const
std::vector< uint32_t > Counters
boost::shared_ptr< CountersWrapper > CountersPtr
edm::InputTag rawDataTag_
edm::InputTag payloadDigisTag_
std::auto_ptr< Source > source_
const Counters::value_type operator[](const size_t i) const
void getMatchedCollections(const uint32_t eventId, const uint8_t apvAddress, const SpyEventList *matchingEvents, const SiStripFedCabling &cabling, SpyDataCollections &collectionsToCreate)
edm::InputTag apvAddressesTag_
edm::InputTag scopeDigisTag_
std::auto_ptr< std::vector< uint32_t > > l1aCounters
std::auto_ptr< std::vector< uint32_t > > totalEventCounters
Counters::const_iterator end() const
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > reorderedDigis
edm::InputTag l1aCountersTag_
static const char * mlLabel_
static const T * getProduct(const SpyEventPtr event, const edm::InputTag &tag)
std::set< EventID > SpyEventList
bool operator<(const EventKey &rhs) const
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > payloadDigis
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 but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
Container::value_type value_type
static std::auto_ptr< Source > constructSource(const edm::ParameterSet &sourceConfig)
edm::InputTag totalEventCountersTag_
EventKey(const uint32_t eventId, const uint8_t apvAddress)
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > scopeDigis
SpyDataCollections & operator=(SpyDataCollections original)
std::auto_ptr< FEDRawDataCollection > rawData
SpyEventPtr readNextEvent()
edm::InputTag reorderedDigisTag_
Counters::const_iterator begin() const
Contains cabling info at the device level, including DetId, APV pair numbers, hardware addresses...
std::auto_ptr< edm::DetSetVector< SiStripRawDigi > > virginRawDigis
const Counters::value_type at(const size_t i) const
static void findMatchingFeds(const uint32_t eventId, const uint8_t apvAddress, CountersPtr totalEventCounters, CountersPtr l1aCounters, CountersPtr apvAddresses, std::set< uint16_t > &matchingFeds)
uint8_t apvAddress() const
static CountersPtr getCounters(const SpyEventPtr event, const edm::InputTag &tag, const bool mapKeyIsByFedID=true)
SpyEventMatcher(const edm::ParameterSet &config)
A Digi for the silicon strip detector, containing only adc information, and suitable for storing raw ...
std::map< EventKey, SpyEventList > eventMatches_
static void mergeMatchingData(const std::set< uint16_t > &matchingFeds, const FEDRawDataCollection &inputRawData, CountersPtr inputTotalEventCounters, CountersPtr inputL1ACounters, CountersPtr inputAPVAddresses, const edm::DetSetVector< SiStripRawDigi > *inputScopeDigis, const edm::DetSetVector< SiStripRawDigi > *inputPayloadDigis, const edm::DetSetVector< SiStripRawDigi > *inputReorderedDigis, const edm::DetSetVector< SiStripRawDigi > *inputVirginRawDigis, FEDRawDataCollection &outputRawData, std::vector< uint32_t > &outputTotalEventCounters, std::vector< uint32_t > &outputL1ACounters, std::vector< uint32_t > &outputAPVAddresses, std::vector< edm::DetSet< SiStripRawDigi > > *outputScopeDigisVector, std::vector< edm::DetSet< SiStripRawDigi > > *outputPayloadDigisVector, std::vector< edm::DetSet< SiStripRawDigi > > *outputReorderedDigisVector, std::vector< edm::DetSet< SiStripRawDigi > > *outputVirginRawDigisVector, const SiStripFedCabling &cabling)