CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimDataFormats/CrossingFrame/interface/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

class  MixCollection< T >
class  MixCollection< T >::MixItr

Functions

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

Function Documentation

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

Definition at line 285 of file MixCollection.h.

References first, python::connectstrParser::o, and edm::second().

{
  o << "MixCollection with bunchRange: "<<(col.bunchrange()).first<< "," << (col.bunchrange()).second <<" size of signal: "<<col.sizeSignal() <<" ,size of pileup: "<<col.sizePileup();


  return o;
}