#include <SiStripSpyEventMatcher.h>
|
static std::auto_ptr< Source > | constructSource (const edm::ParameterSet &sourceConfig) |
|
static void | findMatchingFeds (const uint32_t eventId, const uint8_t apvAddress, CountersPtr totalEventCounters, CountersPtr l1aCounters, CountersPtr apvAddresses, std::set< uint16_t > &matchingFeds) |
|
static CountersPtr | getCounters (const edm::EventPrincipal &event, const edm::InputTag &tag, const bool mapKeyIsByFedID=true) |
|
template<class T > |
static const T * | getProduct (const edm::EventPrincipal &event, const edm::InputTag &tag) |
|
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) |
|
Definition at line 30 of file SiStripSpyEventMatcher.h.
virtual sistrip::SpyEventMatcher::~SpyEventMatcher |
( |
| ) |
|
|
virtual |
static void sistrip::SpyEventMatcher::findMatchingFeds |
( |
const uint32_t |
eventId, |
|
|
const uint8_t |
apvAddress, |
|
|
CountersPtr |
totalEventCounters, |
|
|
CountersPtr |
l1aCounters, |
|
|
CountersPtr |
apvAddresses, |
|
|
std::set< uint16_t > & |
matchingFeds |
|
) |
| |
|
staticprivate |
Definition at line 167 of file SiStripSpyEventMatcher.h.
References event(), LogDebug, mlLabel_, NULL, and GlobalPosition_Frontier_DevDB_cff::tag.
170 const boost::shared_ptr< const edm::Wrapper<T> > productWrapper = edm::getProductByTag<T>(
event,
tag);
171 if (productWrapper) {
172 return productWrapper->product();
static const char * mlLabel_
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
void sistrip::SpyEventMatcher::initialize |
( |
| ) |
|
const SpyEventList* sistrip::SpyEventMatcher::matchesForEvent |
( |
const uint32_t |
eventId, |
|
|
const uint8_t |
apvAddress |
|
) |
| const |
static void sistrip::SpyEventMatcher::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 |
|
) |
| |
|
staticprivate |
uint32_t sistrip::SpyEventMatcher::counterDiffMax_ |
|
private |
const char* sistrip::SpyEventMatcher::mlLabel_ |
|
staticprivate |
std::auto_ptr<Source> sistrip::SpyEventMatcher::source_ |
|
private |