CMS 3D CMS Logo

Namespaces | Functions | Variables
TotemDAQMapping.cc File Reference
#include "FWCore/Utilities/interface/typelookup.h"
#include "CondFormats/CTPPSReadoutObjects/interface/TotemDAQMapping.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)
 

Variables

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

Function Documentation

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

Definition at line 17 of file TotemDAQMapping.cc.

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

18 {
19  s << vi.symbolicID << ", hw id=0x" << hex << vi.hwID << dec;
20 
21  return s;
22 }
TotemSymbID symbolicID
the symbolic id
unsigned int hwID
the hardware ID (16 bit)

Variable Documentation