CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
LHCTransportLink.cc File Reference
#include "SimDataFormats/Forward/interface/LHCTransportLink.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const LHCTransportLink &t)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const LHCTransportLink t 
)

Definition at line 22 of file LHCTransportLink.cc.

References LHCTransportLink::afterHector(), LHCTransportLink::beforeHector(), and python.connectstrParser::o.

22  {
23 
24  o << "before Hector " << t.beforeHector() << " after Hector " << t.afterHector();
25  return o;
26 
27 }