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

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

Definition at line 301 of file MixCollection.h.

References cuy::col, plotBeamSpotDB::first, connectstrParser::o, and edm::second().

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 }
U second(std::pair< T, U > const &p)
int sizeSignal() const
int sizePileup() const
range bunchrange() const
Definition: MixCollection.h:19