CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
InternalObj.cc
Go to the documentation of this file.
2 
3 #include <bitset>
4 
5 std::ostream & operator<< (std::ostream &out, const InternalObj &o){
6  out<<"InternalObj: ";
7  out <<" pt: "<<o.pt
8  <<", eta: "<<o.eta*2.61/240
9  <<", phi: "<<o.phi
10  <<", charge: "<<o.charge
11  <<", q: "<<o.q
12  <<" hits: "<<std::bitset<18>(o.hits).to_string()
13  <<", bx: "<<o.bx
14  <<", disc: "<<o.disc<<" refLayer: "<<o.refLayer;
15 
16  return out;
17 }
18 
float phi
Definition: InternalObj.h:8
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
float pt
Definition: InternalObj.h:8
float eta
Definition: InternalObj.h:8
float disc
Definition: InternalObj.h:9