CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  DTLocalTrigger
 

Functions

std::ostream & operator<< (std::ostream &o, const DTLocalTrigger &trig)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const DTLocalTrigger trig 
)
inline

Definition at line 43 of file DTLocalTrigger.h.

References EcalTangentSkim_cfg::o, and ClusterTask_cfi::trig.

43  {
44  return o << " BX: " << trig.bx() << " quality: " << trig.quality();
45 }