CMS 3D CMS Logo

Classes | Functions
MixCollection.h File Reference
#include <utility>
#include <string>
#include <vector>
#include "SimDataFormats/CrossingFrame/interface/CrossingFrame.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iosfwd>
#include <iostream>

Go to the source code of this file.

Classes

struct  MixCollection< T >::MixItr::end_tag
 
class  MixCollection< T >
 
class  MixCollection< T >::MixItr
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &o, const MixCollection< T > &col)
 

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  o,
const MixCollection< T > &  col 
)

Definition at line 296 of file MixCollection.h.

References cuy::col, dqmdumpme::first, EcalTangentSkim_cfg::o, and edm::second().

296  {
297  o << "MixCollection with bunchRange: " << (col.bunchrange()).first << "," << (col.bunchrange()).second
298  << " size of signal: " << col.sizeSignal() << " ,size of pileup: " << col.sizePileup();
299 
300  return o;
301 }
U second(std::pair< T, U > const &p)
col
Definition: cuy.py:1009