12 gangedME1a_ = commonParams.getParameter<
bool>(
"gangedME1a");
33 unsigned& bestLCTCode,
34 unsigned& secondLCTCode)
const {
46 const unsigned code = (ok11 << 3) | (ok12 << 2) | (ok21 << 1) | (ok22);
51 edm::LogInfo(
"CSCALCTCrossCLCT") <<
"Calculate LCT combination code" << std::endl
52 <<
"ALCT1: " << bestALCT << std::endl
53 <<
"ALCT2: " << secondALCT << std::endl
54 <<
"CLCT1: " << bestCLCT << std::endl
55 <<
"CLCT2: " << secondCLCT << std::endl
56 <<
"LCT combination code: " << code << std::endl
57 <<
"LCT1: " << bestLCTCode << std::endl
58 <<
"LCT1: " << secondLCTCode << std::endl;
63 if (!
c.isValid() || !
a.isValid()) {
98 return halfstrip >= min_hs_ME1a && halfstrip <= max_hs_ME1a;
111 return halfstrip >= min_hs_ME1a_ganged && halfstrip <= max_hs_ME1a_ganged;
119 return halfstrip >= min_hs_ME1b && halfstrip <= max_hs_ME1b;