24 vector<int>::const_iterator it = fedList.begin();
25 vector<int>::const_iterator itEnd = fedList.end();
26 for (;it != itEnd; ++it) {
28 const FEDRawData & fedData = rawData->FEDData(*it);
31 FEDRawData & fedDataProd = selectedRawData->FEDData(*it);
44 for (
int i = fedRange.first;
i <= fedRange.second; ++
i) {
49 FEDRawData & fedDataProd = selectedRawData->FEDData(
i);
56 return selectedRawData;
61 const pair<int,int> & range) {
67 const vector<int> &
list) {
size_t size() const
Lenght of the data buffer in bytes.
void resize(size_t newsize)
std::auto_ptr< FEDRawDataCollection > select(const edm::Handle< FEDRawDataCollection > &rawData)
const unsigned char * data() const
Return a const pointer to the beginning of the data buffer.
tuple size
Write out results.
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