#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) |
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; }