test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

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 286 of file MixCollection.h.

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

287 {
288  o << "MixCollection with bunchRange: "<<(col.bunchrange()).first<< "," << (col.bunchrange()).second <<" size of signal: "<<col.sizeSignal() <<" ,size of pileup: "<<col.sizePileup();
289 
290 
291  return o;
292 }
U second(std::pair< T, U > const &p)
int sizeSignal() const
int sizePileup() const
range bunchrange() const
Definition: MixCollection.h:23