#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 | |||
) | [inline] |
Definition at line 265 of file MixCollection.h.
References parsecf::pyparsing::col(), first, and edm::second().
00266 { 00267 o << "MixCollection with bunchRange: "<<(col.bunchrange()).first<< "," << (col.bunchrange()).second <<" size of signal: "<<col.sizeSignal() <<" ,size of pileup: "<<col.sizePileup(); 00268 00269 00270 return o; 00271 }