CMS 3D CMS Logo

Namespaces | Functions | Variables
TotemDAQMapping.cc File Reference
#include "CondFormats/PPSObjects/interface/TotemDAQMapping.h"
#include "DataFormats/CTPPSDetId/interface/CTPPSDetId.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/typelookup.h"

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 
 edm::typelookup
 

Functions

template<>
const char * edm::typelookup::className< TotemDAQMapping > ()
 
template<>
const std::type_info & edm::typelookup::classTypeInfo< TotemDAQMapping > ()
 
std::ostream & operator<< (std::ostream &s, const TotemVFATInfo &vi)
 
std::ostream & operator<< (std::ostream &os, TotemDAQMapping mapping)
 

Variables

static const edm::typelookup::NameRegistrar s_register__LINE__ (edm::typelookup::className< TotemDAQMapping >(), typeid(TotemDAQMapping))
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  s,
const TotemVFATInfo vi 
)

Definition at line 26 of file TotemDAQMapping.cc.

References TauDecayModes::dec, TotemVFATInfo::hwID, alignCSCRings::s, and TotemVFATInfo::symbolicID.

26  {
27  s << vi.symbolicID << ", hw id=0x" << hex << vi.hwID << dec;
28 
29  return s;
30 }
TotemSymbID symbolicID
the symbolic id
unsigned int hwID
the hardware ID (16 bit)

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  os,
TotemDAQMapping  mapping 
)

Definition at line 89 of file TotemDAQMapping.cc.

References taus_updatedMVAIds_cff::mapping.

89  {
90  mapping.print(os, "");
91  return os;
92 }

Variable Documentation

◆ s_register__LINE__