CMS 3D CMS Logo

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 
) [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 }


Generated on Tue Jun 9 17:55:46 2009 for CMSSW by  doxygen 1.5.4