174 detIDs_( iConfig.getParameter<
std::vector<uint32_t> >(
"detIDs")),
235 throw cms::Exception(
"Configuration") <<
"TFileService not available: did you configure it ?";
261 stringstream ev_dir_name;
262 ev_dir_name <<
"run" << iEvent.
id().
run() <<
"_event" << iEvent.
id().
event();
272 std::vector< edm::DetSet<SiStripDigi> >::const_iterator digis_it = czs_digis->begin();
273 for (; digis_it!=czs_digis->end(); ++digis_it) {
274 detIDs_.push_back(digis_it->detId());
281 std::vector< edm::DetSet<SiStripRawDigi> >::const_iterator digis_it = cvr_digis->begin();
282 for (; digis_it!=cvr_digis->end(); ++digis_it) {
283 detIDs_.push_back(digis_it->detId());
290 for (std::vector<uint32_t>::iterator
d =
detIDs_.begin();
d!=
detIDs_.end(); ++
d) {
292 const std::vector<const FedChannelConnection *> & conns = lCabling->
getConnections( *
d );
295 if (!(conns.size())) {
303 sss <<
"detID_" << *
d;
307 for (uint32_t ch = 0; ch<conns.size(); ch++) {
308 if(conns[ch] && conns[ch]->isConnected()) {
311 stringstream ssss; ssss << sss.str() <<
"_APVpair_" << ch;
454 if (type==
SCOPE_MODE) hist = dir.
make<TH1S>(
"ScopeMode",
";Sample number;ADC counts / strip", 298, 0, 298);
455 else if (type==
PAYLOAD_RAW) hist = dir.
make<TH1S>(
"PayloadRaw",
";Sample number;ADC counts / strip", 256, 0, 256);
456 else if (type==
REORDERED_PAYLOAD_RAW) hist = dir.
make<TH1S>(
"ReorderedPayloadRaw",
";Sample number;ADC counts / strip", 256, 0, 256);
457 else if (type==
REORDERED_MODULE_RAW) hist = dir.
make<TH1S>(
"ReorderedModuleRaw",
";Sample number;ADC counts / strip", 768, 0, 768);
458 else if (type==
PEDESTAL_VALUES) hist = dir.
make<TH1S>(
"PedestalValues",
";Strip number;Pedestal / strip", 768, 0, 768);
459 else if (type==
POST_PEDESTAL) hist = dir.
make<TH1S>(
"PostPedestal",
";Strip number;ADC counts / strip", 768, 0, 768);
460 else if (type==
POST_COMMON_MODE) hist = dir.
make<TH1S>(
"PostCommonMode",
";Strip number;ADC counts / strip", 768, 0, 768);
461 else if (type==
ZERO_SUPPRESSED_PADDED) hist = dir.
make<TH1S>(
"ZeroSuppressedRaw" ,
";Strip number;ADC counts / strip", 768, 0, 768);
462 else if (type==
VR_COMP) hist = dir.
make<TH1S>(
"VirginRawCom" ,
";Strip number;ADC counts / strip", 768, 0, 768);
463 else {hist =
nullptr;
return false;}
467 std::vector< edm::DetSet<SiStripRawDigi> >::const_iterator digis_it = digi_handle->find( specifier );
468 if (digis_it == digi_handle->end()) {
477 for ( ; idigi != digis_it->
data.end(); ++idigi ) {
479 hist->SetBinContent(count,static_cast<int>((*idigi).adc()));
493 if (type==
NOISE_VALUES) hist = dir.
make<TH1F>(
"NoiseValues",
";Strip number;Noise / strip",768, 0, 768);
501 std::vector< edm::DetSet<SiStripProcessedRawDigi> >::const_iterator digis_it = digi_handle->find( specifier );
502 if (digis_it == digi_handle->end()) {
511 for ( ; idigi != digis_it->
data.end(); ++idigi ) {
513 hist->SetBinContent(count,static_cast<float>((*idigi).adc()));
528 if (type==
ZERO_SUPPRESSED) hist = dir.
make<TH1S>(
"ZeroSuppressedDigi",
";Strip number;ADC counts / strip", 768, 0, 768);
529 else if (type==
ZERO_SUPPRESSED_COMP) hist = dir.
make<TH1S>(
"ZeroSuppressedDigiComp",
";Strip number;ADC counts / strip", 768, 0, 768);
530 else {hist =
nullptr;
return false;}
533 std::vector< edm::DetSet<SiStripDigi> >::const_iterator digis_it = digi_handle->find( detID );
534 if (digis_it == digi_handle->end()) {
543 bool founddigi =
false;
544 for ( ; idigi != digis_it->
data.end(); ++idigi ) {
549 hist->SetBinContent( static_cast<int>(((*idigi).strip())) + 1,
static_cast<int>((*idigi).adc()) );
550 if ( (*idigi).adc() > 0 ) founddigi =
true;
edm::EDGetTokenT< edm::DetSetVector< SiStripProcessedRawDigi > > inputNoisesToken_
Token for the noises.
edm::InputTag inputZeroSuppressedRawDigiLabel_
Label for the zero-suppressed, zero-padded RawDigi module input tag.
EventNumber_t event() const
edm::InputTag inputCompZeroSuppressedDigiLabel_
Zero-suppressed digis to compare (from mainline)
edm::EDGetTokenT< edm::DetSetVector< SiStripRawDigi > > inputScopeModeRawDigiToken_
Token for the scope-mode RawDigi collection input tag.
edm::InputTag inputPayloadRawDigiLabel_
Label for the virgin raw RawDigi collection input tag.
edm::EDGetTokenT< edm::DetSetVector< SiStripRawDigi > > inputPayloadRawDigiToken_
Token for the virgin raw RawDigi collection input tag.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Bool_t MakeDigiHist_(const edm::Handle< edm::DetSetVector< SiStripDigi > > &digi_handle, uint32_t detID, const TFileDirectory &dir, FEDSpyHistogramType type)
edm::EDGetTokenT< edm::DetSetVector< SiStripRawDigi > > inputZeroSuppressedRawDigiToken_
Token for the zero-suppressed, zero-padded RawDigi module input tag.
const SiStripDetCabling * getDetCabling(const edm::EventSetup &)
Updates the det cabling object from the DB.
edm::InputTag inputReorderedPayloadRawDigiLabel_
Label for the re-ordered RawDigi module input tag.
static uint32_t fedIndex(const uint16_t &fed_id, const uint16_t &fed_ch)
const std::vector< const FedChannelConnection * > & getConnections(uint32_t det_id) const
edm::InputTag inputPostCMRawDigiLabel_
Label for the post-common mode subtraction RawDigi module input tag.
std::string outputFolderName_
Name for the folder in the TFileService file output.
void analyze(const edm::Event &, const edm::EventSetup &) override
#define DEFINE_FWK_MODULE(type)
SiStripSpyDisplayModule(const edm::ParameterSet &)
edm::EDGetTokenT< edm::DetSetVector< SiStripRawDigi > > inputPostCMRawDigiToken_
Token for the post-common mode subtraction RawDigi module input tag.
edm::InputTag inputPostPedestalRawDigiLabel_
Label for the post-pedestal subtraction RawDigi module input tag.
edm::EDGetTokenT< edm::DetSetVector< SiStripRawDigi > > inputPedestalsToken_
Token for the pedestals.
edm::InputTag inputCompVirginRawDigiLabel_
VR RawDigis to compare (from mainline)
edm::EDGetTokenT< edm::DetSetVector< SiStripDigi > > inputCompZeroSuppressedDigiToken_
Zero-suppressed digis to compare (from mainline)
T * make(const Args &...args) const
make new ROOT object
edm::EDGetTokenT< edm::DetSetVector< SiStripRawDigi > > inputReorderedPayloadRawDigiToken_
Token for the re-ordered RawDigi module input tag.
TFileDirectory mkdir(const std::string &dir, const std::string &descr="")
create a new subdirectory
TFileDirectory mkdir(const std::string &dir, const std::string &descr="")
create a new subdirectory
edm::EDGetTokenT< edm::DetSetVector< SiStripDigi > > inputZeroSuppressedDigiToken_
Guess what? It's the input label for the zero-suppressed digi.
edm::InputTag inputScopeModeRawDigiLabel_
Label for the scope-mode RawDigi collection input tag.
edm::InputTag inputNoisesLabel_
Label for the noises.
void beginRun(const edm::Run &, const edm::EventSetup &) override
edm::EDGetTokenT< edm::DetSetVector< SiStripRawDigi > > inputReorderedModuleRawDigiToken_
Token for the re-ordered RawDigi module input tag.
EDAnalyzer for the online monitoring of the FED using STT spy channel data.
edm::InputTag inputZeroSuppressedDigiLabel_
Guess what? It's the input label for the zero-suppressed digi.
sistrip::SpyUtilities utility_
Bool_t MakeRawDigiHist_(const edm::Handle< edm::DetSetVector< SiStripRawDigi > > &digi_handle, uint32_t specifier, const TFileDirectory &dir, FEDSpyHistogramType type)
edm::InputTag inputPedestalsLabel_
Label for the pedestals.
edm::InputTag inputReorderedModuleRawDigiLabel_
Label for the re-ordered RawDigi module input tag.
~SiStripSpyDisplayModule() override
collection_type::const_iterator const_iterator
Bool_t MakeProcessedRawDigiHist_(const edm::Handle< edm::DetSetVector< SiStripProcessedRawDigi > > &digi_handle, uint32_t specifier, const TFileDirectory &dir, FEDSpyHistogramType type)
edm::EDGetTokenT< edm::DetSetVector< SiStripRawDigi > > inputCompVirginRawDigiToken_
VR RawDigis to compare (from mainline)
edm::EDGetTokenT< edm::DetSetVector< SiStripRawDigi > > inputPostPedestalRawDigiToken_
Token for the post-pedestal subtraction RawDigi module input tag.
std::vector< uint32_t > detIDs_
Vector of detIDs that are of interest (config-specified).