CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
TotemDAQMapping::TotemTimingPlaneChannelPair Struct Reference

Hw Id mapping for Totem Timing (dynamical mapping in Sampic) More...

#include <TotemDAQMapping.h>

Public Member Functions

 TotemTimingPlaneChannelPair (const int &plane=-1, const int &channel=-1)
 

Public Attributes

int channel
 
int plane
 

Detailed Description

Hw Id mapping for Totem Timing (dynamical mapping in Sampic)

Definition at line 44 of file TotemDAQMapping.h.

Constructor & Destructor Documentation

◆ TotemTimingPlaneChannelPair()

TotemDAQMapping::TotemTimingPlaneChannelPair::TotemTimingPlaneChannelPair ( const int &  plane = -1,
const int &  channel = -1 
)
inline

Definition at line 48 of file TotemDAQMapping.h.

49 : plane(plane), channel(channel){};

Member Data Documentation

◆ channel

int TotemDAQMapping::TotemTimingPlaneChannelPair::channel

Definition at line 46 of file TotemDAQMapping.h.

Referenced by RawToDigiConverter::run().

◆ plane

int TotemDAQMapping::TotemTimingPlaneChannelPair::plane

Definition at line 45 of file TotemDAQMapping.h.

Referenced by RawToDigiConverter::run().

TotemDAQMapping::TotemTimingPlaneChannelPair::plane
int plane
Definition: TotemDAQMapping.h:45
TotemDAQMapping::TotemTimingPlaneChannelPair::channel
int channel
Definition: TotemDAQMapping.h:46