|
| CSCViewDigi (const edm::ParameterSet &) |
|
| ~CSCViewDigi () override |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
SerialTaskQueue * | globalRunsQueue () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
| ~EDAnalyzer () override |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
ESProxyIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
void | updateLookup (eventsetup::ESRecordsToProxyIndices const &) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
|
typedef EDAnalyzer | ModuleType |
|
typedef ProductLabels | Labels |
|
static const std::string & | baseType () |
|
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
|
static void | prevalidate (ConfigurationDescriptions &) |
|
static bool | wantsGlobalLuminosityBlocks () |
|
static bool | wantsGlobalRuns () |
|
static bool | wantsStreamLuminosityBlocks () |
|
static bool | wantsStreamRuns () |
|
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
|
ConsumesCollector | consumesCollector () |
| Use a ConsumesCollector to gather consumes information from helper functions. More...
|
|
template<typename ProductType , BranchType B = InEvent> |
void | consumesMany () |
|
void | consumesMany (const TypeToGet &id) |
|
template<BranchType B> |
void | consumesMany (const TypeToGet &id) |
|
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> |
auto | esConsumes () |
|
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> |
auto | esConsumes (ESInputTag const &tag) |
|
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
|
Location: EventFilter/CSCRawToDigi/interface/CSCViewDigi.h
Definition at line 35 of file CSCViewDigi.h.
Location: EventFilter/CSCRawToDigi/plugins/CSCViewDigi.cc
Definition at line 12 of file CSCViewDigi.cc.
References al_token, AlctDigiDump, cd_token, cl_token, ClctDigiDump, co_token, ComparatorDigiDump, CorrClctDigiDump, dc_token, DCCStatusDigiDump, dd_token, DDUStatusDigiDump, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), rd_token, RpcDigiDump, sd_token, st_token, StatusDigiDump, StripDigiDump, wd_token, and WiresDigiDump.
Implements edm::EDAnalyzer.
Definition at line 38 of file CSCViewDigi.cc.
73 std::cout <<
"********WIRES Digis********" << std::endl;
76 std::vector<CSCWireDigi>::const_iterator digiItr = (*j).second.first;
77 std::vector<CSCWireDigi>::const_iterator
last = (*j).second.second;
78 for (; digiItr !=
last; ++digiItr) {
88 std::cout <<
"********STRIPS Digis********" << std::endl;
91 std::vector<CSCStripDigi>::const_iterator digiItr = (*j).second.first;
92 std::vector<CSCStripDigi>::const_iterator
last = (*j).second.second;
93 for (; digiItr !=
last; ++digiItr) {
103 std::cout <<
"********COMPARATOR Digis********" << std::endl;
106 std::vector<CSCComparatorDigi>::const_iterator digiItr = (*j).second.first;
107 std::vector<CSCComparatorDigi>::const_iterator
last = (*j).second.second;
108 for (; digiItr !=
last; ++digiItr) {
118 std::cout <<
"********RPC Digis********" << std::endl;
121 std::vector<CSCRPCDigi>::const_iterator digiItr = (*j).second.first;
122 std::vector<CSCRPCDigi>::const_iterator
last = (*j).second.second;
123 for (; digiItr !=
last; ++digiItr) {
133 std::cout <<
"********ALCT Digis********" << std::endl;
135 std::vector<CSCALCTDigi>::const_iterator digiItr = (*j).second.first;
136 std::vector<CSCALCTDigi>::const_iterator
last = (*j).second.second;
137 for (; digiItr !=
last; ++digiItr) {
147 std::cout <<
"********CLCT Digis********" << std::endl;
149 std::vector<CSCCLCTDigi>::const_iterator digiItr = (*j).second.first;
150 std::vector<CSCCLCTDigi>::const_iterator
last = (*j).second.second;
151 for (; digiItr !=
last; ++digiItr) {
161 std::cout <<
"********CorrelatedLCT Digis********" << std::endl;
164 std::vector<CSCCorrelatedLCTDigi>::const_iterator digiItr = (*j).second.first;
165 std::vector<CSCCorrelatedLCTDigi>::const_iterator
last = (*j).second.second;
166 for (; digiItr !=
last; ++digiItr) {
176 std::cout <<
"********STATUS Digis********" << std::endl;
178 std::vector<CSCDCCFormatStatusDigi>::const_iterator digiItr = (*j).second.first;
179 std::vector<CSCDCCFormatStatusDigi>::const_iterator
last = (*j).second.second;
180 for (; digiItr !=
last; ++digiItr) {
190 std::cout <<
"********DDU STATUS Digis********" << std::endl;
192 std::vector<CSCDDUStatusDigi>::const_iterator digiItr = (*j).second.first;
193 std::vector<CSCDDUStatusDigi>::const_iterator
last = (*j).second.second;
194 for (; digiItr !=
last; ++digiItr) {
204 std::cout <<
"********DCC STATUS Digis********" << std::endl;
206 std::vector<CSCDCCStatusDigi>::const_iterator digiItr = (*j).second.first;
207 std::vector<CSCDCCStatusDigi>::const_iterator
last = (*j).second.second;
208 for (; digiItr !=
last; ++digiItr) {
214 #ifdef THIS_IS_AN_EVENT_EXAMPLE
216 iEvent.getByLabel(
"example", pIn);
219 #ifdef THIS_IS_AN_EVENTSETUP_EXAMPLE
221 iSetup.
get<SetupRecord>().
get(pSetup);
References al_token, AlctDigiDump, cd_token, cl_token, ClctDigiDump, co_token, ComparatorDigiDump, CorrClctDigiDump, gather_cfg::cout, dc_token, DCCStatusDigiDump, dd_token, DDUStatusDigiDump, edm::EventSetup::get(), get, iEvent, dqmiolumiharvest::j, dqmdumpme::last, rd_token, RpcDigiDump, sd_token, st_token, StatusDigiDump, StripDigiDump, DigiDM_cff::strips, wd_token, DigiDM_cff::wires, and WiresDigiDump.