CMS 3D CMS Logo

Classes | Functions
MixCollection.h File Reference
#include <utility>
#include <string>
#include <vector>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#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 301 of file MixCollection.h.

301  {
302  o << "MixCollection with bunchRange: " << (col.bunchrange()).first << "," << (col.bunchrange()).second
303  << " size of signal: " << col.sizeSignal() << " ,size of pileup: " << col.sizePileup();
304 
305  return o;
306 }

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

cuy.col
col
Definition: cuy.py:1010
edm::second
U second(std::pair< T, U > const &p)
Definition: ParameterSet.cc:222
dqmdumpme.first
first
Definition: dqmdumpme.py:55
EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:36