39 int side(stationEta>0 ? 1 : -1);
40 stationEta = abs(stationEta) - 1;
42 int phi=2*
m_idHelper->stationPhi(
id) -
static_cast<int>(!isSmall);
44 std::string quadType =
"P";
45 if (isSmall && (ml == 1)) quadType =
"C";
46 if (!isSmall && (ml == 2)) quadType =
"C";
48 std::ostringstream stationName;
49 stationName <<
"Q" << (isSmall ?
"S" :
"L") << stationEta << quadType;
50 return m_simIdHelper->BuildsTgcHitId(stationName.str(),
phi, stationEta, ml, ly, side);