CMS 3D CMS Logo

Classes | Namespaces | Functions
MixingModuleConfig.h File Reference
#include "CondFormats/Serialization/interface/Serializable.h"
#include <vector>
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  MixingInputConfig
 
class  MixingModuleConfig
 

Namespaces

 edm
 HLT enums.
 

Functions

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

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  ,
const MixingModuleConfig beam 
)

Definition at line 9 of file MixingModuleConfig.cc.

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

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

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  ,
const MixingInputConfig beam 
)

Definition at line 14 of file MixingModuleConfig.cc.

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

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