CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
MixingModuleConfig.cc File Reference
#include "CondFormats/RunInfo/interface/MixingModuleConfig.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <sstream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const MixingModuleConfig &c)
 
std::ostream & operator<< (std::ostream &os, const MixingInputConfig &c)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const MixingModuleConfig c 
)

Definition at line 9 of file MixingModuleConfig.cc.

References MixingModuleConfig::bunchSpace(), MixingModuleConfig::config(), and contentValuesCheck::ss.

9  {
10  std::stringstream ss;
11  os << c.bunchSpace() << "\n" << c.config();
12  return os;
13 }
const int & bunchSpace() const
const MixingInputConfig & config(unsigned int i=0) const
std::ostream& operator<< ( std::ostream &  os,
const MixingInputConfig c 
)

Definition at line 14 of file MixingModuleConfig.cc.

References contentValuesCheck::ss, and MixingInputConfig::type().

14  {
15  std::stringstream ss;
16  os << c.type();
17  return os;
18 }
std::string type() const