44 hCPU(0), hDigi(0), theTimer(0)
62 produces< edm::DetSetVector<PixelDigi> >();
64 produces< edm::DetSetVector<SiPixelRawDataError> >();
65 produces<DetIdCollection>();
66 produces<DetIdCollection>(
"UserErrorModules");
81 hCPU =
new TH1D (
"hCPU",
"hCPU",100,0.,0.050);
82 hDigi =
new TH1D(
"hDigi",
"hDigi",50,0.,15000.);
89 edm::LogInfo(
"SiPixelRawToDigi") <<
" HERE ** SiPixelRawToDigi destructor!";
94 TFile rootFile(
"analysis.root",
"RECREATE",
"my histograms");
110 const uint32_t dummydetid = 0xffffffff;
118 fedIds = cablingMap->fedIds();
119 cabling_ = cablingMap->cablingTree();
129 edm::LogError(
"SiPixelQualityNotPresent")<<
" Configured to use SiPixelQuality, but SiPixelQuality not present"<<endl;
141 std::auto_ptr< DetIdCollection > tkerror_detidcollection(
new DetIdCollection());
142 std::auto_ptr< DetIdCollection > usererror_detidcollection(
new DetIdCollection());
150 bool errorsInEvent =
false;
160 for (
auto aFed =
fedIds.begin(); aFed !=
fedIds.end(); ++aFed) {
165 if(
debug)
LogDebug(
"SiPixelRawToDigi")<<
" PRODUCE DIGI FOR FED: " << fedId << endl;
170 const FEDRawData& fedRawData = buffers->FEDData( fedId );
173 formatter.interpretRawData( errorsInEvent, fedId, fedRawData, *collection, errors);
177 typedef PixelDataFormatter::Errors::iterator IE;
178 for (IE is = errors.begin(); is != errors.end(); is++) {
179 uint32_t errordetid = is->first;
180 if (errordetid==dummydetid) {
181 nodeterrors.insert( nodeterrors.end(), errors[errordetid].begin(), errors[errordetid].end() );
184 errorDetSet.
data.insert(errorDetSet.
data.end(), is->second.begin(), is->second.end());
190 DetId errorDetId(errordetid);
192 for(; itPixelError!=errorDetSet.
end(); ++itPixelError){
197 tkerror_detidcollection->push_back(errordetid);
204 usererror_detidcollection->push_back(errordetid);
216 errorDetSet.
data = nodeterrors;
218 if (errorsInEvent)
LogDebug(
"SiPixelRawToDigi") <<
"Error words were stored in this event";
225 LogDebug(
"SiPixelRawToDigi") <<
" (Words/Digis) this ev: "
232 ev.
put( collection );
234 ev.
put( errorcollection );
235 ev.
put( tkerror_detidcollection );
236 ev.
put( usererror_detidcollection,
"UserErrorModules" );
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
unsigned int nForwardFEDs() const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
static MessageDrop * instance()
bool exists(std::string const ¶meterName) const
checks if a parameter exists
std::vector< int > usererrorlist
const std::set< unsigned int > * modulesToUnpack() const
full set of module ids to unpack
virtual void produce(edm::Event &, const edm::EventSetup &) override
get data, convert to digis attach againe to Event
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
PixelUnpackingRegions * regions_
std::vector< unsigned int > fedIds
SiPixelRawToDigi(const edm::ParameterSet &)
ctor
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
std::unique_ptr< SiPixelFedCablingTree > cabling_
unsigned int nBarrelModules() const
edm::EDGetTokenT< FEDRawDataCollection > tFEDRawDataCollection
std::vector< std::string > getParameterNames() const
virtual ~SiPixelRawToDigi()
dtor
edm::ESWatcher< SiPixelFedCablingMapRcd > recordWatcher
void run(const edm::Event &e, const edm::EventSetup &es)
has to be run during each event
unsigned int nModules() const
const LastMeasurement & lastMeasurement()
T const * product() const
std::vector< int > tkerrorlist
bool check(const edm::EventSetup &iSetup)
edm::ParameterSet config_
unsigned int nForwardModules() const
unsigned int nFEDs() const
various informational accessors:
unsigned int nBarrelFEDs() const
bool mayUnpackFED(unsigned int fed_n) const
check whether a FED has to be unpacked
edm::EDCollection< DetId > DetIdCollection
R2DTimerObserver * theTimer
collection_type::const_iterator const_iterator
edm::ESWatcher< SiPixelQualityRcd > qualityWatcher
const SiPixelQuality * badPixelInfo_