5 unsigned int theLayer =
id.layer();
6 std::vector<unsigned int> theString =
id.string();
7 unsigned int theModule =
id.module();
10 side = (theString[0] == 1 ) ?
"-" :
"+";
11 part = (theString[1] == 1 ) ?
"int" :
"ext";
13 type = (
id.stereo() == 0) ?
"r-phi" :
"stereo";
14 type = (
id.glued() == 0) ? type : type+
" glued";
15 type = (
id.isDoubleSide()) ?
"double side" : type;
16 return os <<
"TIB" << side
17 <<
" Layer " << theLayer <<
" " << part
18 <<
" String " << theString[2]
19 <<
" Module " << theModule <<
" " << type
20 <<
" (" <<
id.rawId() <<
")";
std::ostream & operator<<(std::ostream &out, const ALILine &li)