CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimDataFormats/Forward/src/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 connectstrParser::o.

                                                                     {

  o << "before Hector " << t.beforeHector() << " after Hector " << t.afterHector(); 
  return o;

}