12 if( this->
glued() == 0 && ( this->
ring() == 1 || this->
ring() == 2 ) ) {
20 unsigned int theDisk =
id.wheel();
21 unsigned int theRing =
id.ring();
22 std::vector<unsigned int> theModule =
id.module();
25 side = (
id.side() == 1 ) ?
"-" :
"+";
26 part = (theModule[0] == 1 ) ?
"back" :
"front";
28 type = (
id.stereo() == 0) ?
"r-phi" :
"stereo";
29 type = (
id.glued() == 0) ? type : type+
" glued";
30 type = (
id.isDoubleSide()) ?
"double side" : type;
31 return os <<
"TID" << side
32 <<
" Disk " << theDisk
33 <<
" Ring " << theRing <<
" " << part
34 <<
" Module " << theModule[1] <<
" " << type
35 <<
" (" <<
id.rawId() <<
")";
std::ostream & operator<<(std::ostream &out, const ALILine &li)
unsigned int ring() const
ring id
Detector identifier class for the strip tracker.
bool isDoubleSide() const