CMS 3D CMS Logo

Classes | Functions
LHCTransportLink.h File Reference
#include <iostream>

Go to the source code of this file.

Classes

class  LHCTransportLink
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 18 of file LHCTransportLink.cc.

18  {
19  o << "before Hector " << t.beforeHector() << " after Hector " << t.afterHector();
20  return o;
21 }

References EcalTangentSkim_cfg::o, and submitPVValidationJobs::t.

EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:42
submitPVValidationJobs.t
string t
Definition: submitPVValidationJobs.py:644