CMS 3D CMS Logo

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 MixingInputConfig &c)
 
std::ostream & operator<< (std::ostream &os, const MixingModuleConfig &c)
 

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 14 of file MixingModuleConfig.cc.

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

References HltBtagPostValidation_cff::c, and contentValuesCheck::ss.

◆ operator<<() [2/2]

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

Definition at line 9 of file MixingModuleConfig.cc.

9  {
10  std::stringstream ss;
11  os << c.bunchSpace() << "\n" << c.config();
12  return os;
13 }

References HltBtagPostValidation_cff::c, and contentValuesCheck::ss.

contentValuesCheck.ss
ss
Definition: contentValuesCheck.py:33
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31