80 std::cout <<
"********WIRES Digis********" << std::endl;
83 std::vector<CSCWireDigi>::const_iterator digiItr = (*j).second.first;
84 std::vector<CSCWireDigi>::const_iterator
last = (*j).second.second;
85 for( ; digiItr !=
last; ++digiItr) {
95 std::cout <<
"********STRIPS Digis********" << std::endl;
98 std::vector<CSCStripDigi>::const_iterator digiItr = (*j).second.first;
99 std::vector<CSCStripDigi>::const_iterator last = (*j).second.second;
100 for( ; digiItr !=
last; ++digiItr) {
110 std::cout <<
"********COMPARATOR Digis********" << std::endl;
113 std::vector<CSCComparatorDigi>::const_iterator digiItr = (*j).second.first;
114 std::vector<CSCComparatorDigi>::const_iterator last = (*j).second.second;
115 for( ; digiItr !=
last; ++digiItr) {
125 std::cout <<
"********RPC Digis********" << std::endl;
128 std::vector<CSCRPCDigi>::const_iterator digiItr = (*j).second.first;
129 std::vector<CSCRPCDigi>::const_iterator last = (*j).second.second;
130 for( ; digiItr !=
last; ++digiItr) {
140 std::cout <<
"********ALCT Digis********" << std::endl;
142 std::vector<CSCALCTDigi>::const_iterator digiItr = (*j).second.first;
143 std::vector<CSCALCTDigi>::const_iterator last = (*j).second.second;
144 for( ; digiItr !=
last; ++digiItr) {
154 std::cout <<
"********CLCT Digis********" << std::endl;
156 std::vector<CSCCLCTDigi>::const_iterator digiItr = (*j).second.first;
157 std::vector<CSCCLCTDigi>::const_iterator last = (*j).second.second;
158 for( ; digiItr !=
last; ++digiItr) {
168 std::cout <<
"********CorrelatedLCT Digis********" << std::endl;
170 std::vector<CSCCorrelatedLCTDigi>::const_iterator digiItr = (*j).second.first;
171 std::vector<CSCCorrelatedLCTDigi>::const_iterator last = (*j).second.second;
172 for( ; digiItr !=
last; ++digiItr) {
182 std::cout <<
"********STATUS Digis********" << std::endl;
184 std::vector<CSCDCCFormatStatusDigi>::const_iterator digiItr = (*j).second.first;
185 std::vector<CSCDCCFormatStatusDigi>::const_iterator last = (*j).second.second;
186 for( ; digiItr !=
last; ++digiItr) {
196 std::cout <<
"********DDU STATUS Digis********" << std::endl;
198 std::vector<CSCDDUStatusDigi>::const_iterator digiItr = (*j).second.first;
199 std::vector<CSCDDUStatusDigi>::const_iterator last = (*j).second.second;
200 for( ; digiItr !=
last; ++digiItr) {
210 std::cout <<
"********DCC STATUS Digis********" << std::endl;
212 std::vector<CSCDCCStatusDigi>::const_iterator digiItr = (*j).second.first;
213 std::vector<CSCDCCStatusDigi>::const_iterator last = (*j).second.second;
214 for( ; digiItr !=
last; ++digiItr) {
220 #ifdef THIS_IS_AN_EVENT_EXAMPLE 225 #ifdef THIS_IS_AN_EVENTSETUP_EXAMPLE 227 iSetup.
get<SetupRecord>().
get(pSetup);
edm::EDGetTokenT< CSCCorrelatedLCTDigiCollection > co_token
bool getByToken(EDGetToken token, Handle< PROD > &result) const
edm::EDGetTokenT< CSCRPCDigiCollection > rd_token
edm::EDGetTokenT< CSCComparatorDigiCollection > cd_token
edm::EDGetTokenT< CSCDCCFormatStatusDigiCollection > st_token
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
edm::EDGetTokenT< CSCCLCTDigiCollection > cl_token
edm::EDGetTokenT< CSCDCCStatusDigiCollection > dc_token
edm::EDGetTokenT< CSCDDUStatusDigiCollection > dd_token
edm::EDGetTokenT< CSCWireDigiCollection > wd_token
edm::EDGetTokenT< CSCALCTDigiCollection > al_token
edm::EDGetTokenT< CSCStripDigiCollection > sd_token