CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LHCTransportLink.cc
Go to the documentation of this file.
2 #include <iomanip>
3 
4 void LHCTransportLink::fill(int & afterHector, int & beforeHector) {
7 }
8 
10  return beforeHector_;
11 }
12 
14  return afterHector_;
15 }
16 
18  afterHector_ = 0;
19  beforeHector_ = 0;
20 }
21 
22 std::ostream & operator <<(std::ostream & o , const LHCTransportLink & t){
23 
24  o << "before Hector " << t.beforeHector() << " after Hector " << t.afterHector();
25  return o;
26 
27 }
28 
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187