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);
88 for (
auto iconn = conns.begin() ; iconn != conns.end(); iconn++ ) {
105 typename std::vector< edm::DetSet<Digi_t> >::const_iterator digis =
collection->find( key );
109 for ( idigi = digis_begin; idigi != digis->
data.end(); idigi++ ) {
111 if (
STRIP(idigi, digis_begin) < ipair*256 ||
112 STRIP(idigi, digis_begin) > ipair*256+255 ) {
continue; }
113 const unsigned short strip =
STRIP(idigi, digis_begin) % 256;
117 std::stringstream
ss;
118 ss <<
"[sistrip::DigiToRaw::createFedBuffers]"
119 <<
" strip >= strips_per_fedCh";
127 const uint16_t
value = 0;
128 if ( value && value != (*idigi).adc() ) {
129 std::stringstream
ss;
130 ss <<
"[sistrip::DigiToRaw::createFedBuffers]"
131 <<
" Incompatible ADC values in buffer!"
132 <<
" FedId/FedCh: " << *ifed <<
"/" << iconn->fedCh()
133 <<
" DetStrip: " <<
STRIP(idigi, digis_begin)
134 <<
" FedChStrip: " << strip
135 <<
" AdcValue: " << (*idigi).adc()
136 <<
" RawData[" << strip <<
"]: " <<
value;
142 chanData[strip] = (*idigi).adc();
149 FEDRawData& fedrawdata = buffers->FEDData( *ifed );
157 <<
"DigiToRaw::createFedBuffers] "
158 <<
"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
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
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_