CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Attributes | Friends
TotemVFATInfo Class Reference

Contains mappind data related to a VFAT. More...

#include <TotemDAQMapping.h>

Public Attributes

unsigned int hwID
 the hardware ID (16 bit) More...
 
TotemSymbID symbolicID
 the symbolic id More...
 

Friends

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

Detailed Description

Contains mappind data related to a VFAT.

Definition at line 24 of file TotemDAQMapping.h.

Friends And Related Function Documentation

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

Definition at line 17 of file TotemDAQMapping.cc.

17  {
18  s << vi.symbolicID << ", hw id=0x" << hex << vi.hwID << dec;
19 
20  return s;
21 }

Member Data Documentation

unsigned int TotemVFATInfo::hwID
TotemSymbID TotemVFATInfo::symbolicID