CMS 3D CMS Logo

Classes | Functions
TotemDAQMapping.h File Reference
#include "CondFormats/PPSObjects/interface/TotemFramePosition.h"
#include "CondFormats/PPSObjects/interface/TotemSymbId.h"
#include "CondFormats/PPSObjects/interface/TotemT2FramePosition.h"
#include "CondFormats/Serialization/interface/Serializable.h"
#include <map>
#include <cstdint>

Go to the source code of this file.

Classes

class  TotemDAQMapping
 The mapping between FramePosition and VFATInfo. More...
 
struct  TotemDAQMapping::TotemTimingPlaneChannelPair
 Hw Id mapping for Totem Timing (dynamical mapping in Sampic) More...
 
class  TotemVFATInfo
 Contains mappind data related to a VFAT. More...
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 89 of file TotemDAQMapping.cc.

References HPSPFTaus_cff::mapping, and l1tGTMenu_BTagSeeds_cff::os.

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