27 unsigned int layerdisk =
tmp->getName()[4] -
'1';
28 if (
tmp->getName()[3] ==
'D') {
32 unsigned int phireg =
tmp->getName()[8] -
'A';
33 std::pair<unsigned int, unsigned int> layerphireg(layerdisk, phireg);
38 throw cms::Exception(
"BadConfig") << __FILE__ <<
" " << __LINE__ <<
" Could not find output : " <<
output;
46 if (
input ==
"stubin") {
51 throw cms::Exception(
"BadConfig") << __FILE__ <<
" " << __LINE__ <<
" Could not find input : " <<
input;
67 std::pair<unsigned int, unsigned int> layerphireg(layerdisk, iphipos);
72 if (layerphireg == irstubmem.first) {
73 irstubmem.second->addStub(stub);