23 useFedKey_(useFedKey),
28 <<
"[sistrip::DigiToRaw::DigiToRaw]"
29 <<
" Constructing object...";
39 <<
"[sistrip::DigiToRaw::~DigiToRaw]"
40 <<
" Destructing object...";
56 std::auto_ptr<FEDRawDataCollection>& buffers ) {
63 std::auto_ptr<FEDRawDataCollection>& buffers ) {
67 template<
class Digi_t>
71 std::auto_ptr<FEDRawDataCollection>& buffers,
72 bool zeroSuppressed) {
78 auto fed_ids = cabling->fedIds();
79 for (
auto ifed = fed_ids.begin(); ifed != fed_ids.end(); ++ifed ) {
81 auto conns = cabling->fedConnections(*ifed);
85 for (
auto iconn = conns.begin() ; iconn != conns.end(); iconn++ ) {
102 typename std::vector< edm::DetSet<Digi_t> >::const_iterator digis =
collection->find( key );
106 for ( idigi = digis_begin; idigi != digis->
data.end(); idigi++ ) {
108 if (
STRIP(idigi, digis_begin) < ipair*256 ||
109 STRIP(idigi, digis_begin) > ipair*256+255 ) {
continue; }
110 const unsigned short strip =
STRIP(idigi, digis_begin) % 256;
114 std::stringstream
ss;
115 ss <<
"[sistrip::DigiToRaw::createFedBuffers]"
116 <<
" strip >= strips_per_fedCh";
124 const uint16_t
value = 0;
125 if ( value && value != (*idigi).adc() ) {
126 std::stringstream
ss;
127 ss <<
"[sistrip::DigiToRaw::createFedBuffers]"
128 <<
" Incompatible ADC values in buffer!"
129 <<
" FedId/FedCh: " << *ifed <<
"/" << iconn->fedCh()
130 <<
" DetStrip: " <<
STRIP(idigi, digis_begin)
131 <<
" FedChStrip: " << strip
132 <<
" AdcValue: " << (*idigi).adc()
133 <<
" RawData[" << strip <<
"]: " <<
value;
139 chanData[strip] = (*idigi).adc();
146 FEDRawData& fedrawdata = buffers->FEDData( *ifed );
154 <<
"DigiToRaw::createFedBuffers] "
155 <<
"Exception caught : " << e.what();
EventNumber_t event() const
void generateBuffer(FEDRawData *rawDataObject, const FEDStripData &data, const uint16_t sourceID) const
void createFedBuffers_(edm::Event &, edm::ESHandle< SiStripFedCabling > &cabling, edm::Handle< edm::DetSetVector< Digi_t > > &digis, std::auto_ptr< FEDRawDataCollection > &buffers, bool zeroSuppressed)
FEDBufferGenerator & setReadoutMode(const FEDReadoutMode newReadoutMode)
DigiToRaw(FEDReadoutMode, bool use_fed_key)
static const uint32_t invalid32_
void createFedBuffers(edm::Event &, edm::ESHandle< SiStripFedCabling > &cabling, edm::Handle< edm::DetSetVector< SiStripDigi > > &digis, std::auto_ptr< FEDRawDataCollection > &buffers)
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
static const uint16_t STRIPS_PER_FEDCH
FEDBufferGenerator & setL1ID(const uint32_t newL1ID)
static const uint16_t invalid_
uint16_t STRIP(const edm::DetSet< SiStripDigi >::const_iterator &it, const edm::DetSet< SiStripDigi >::const_iterator &begin) const
collection_type::const_iterator const_iterator
FEDBufferGenerator bufferGenerator_