The mapping between FramePosition and VFATInfo. More...
#include <TotemDAQMapping.h>
Classes | |
struct | TotemTimingPlaneChannelPair |
Hw Id mapping for Totem Timing (dynamical mapping in Sampic) More... | |
Public Member Functions | |
const TotemTimingPlaneChannelPair | getTimingChannel (const uint8_t hwId) const |
Given the hardware ID, returns the corresponding Plane, Channel pair (TotemTimingPlaneChannelPair) More... | |
void | insert (const TotemFramePosition &fp, const TotemVFATInfo &vi) |
void | insert (const TotemT2FramePosition &fp2, const TotemVFATInfo &vi) |
void | print (std::ostream &os, std::string subSystemName) const |
Public Attributes | |
std::map< uint8_t, TotemTimingPlaneChannelPair > | totemTimingChannelMap |
std::map< TotemFramePosition, TotemVFATInfo > | VFATMapping |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
The mapping between FramePosition and VFATInfo.
Definition at line 45 of file TotemDAQMapping.h.
const TotemDAQMapping::TotemTimingPlaneChannelPair TotemDAQMapping::getTimingChannel | ( | const uint8_t | hwId | ) | const |
Given the hardware ID, returns the corresponding Plane, Channel pair (TotemTimingPlaneChannelPair)
Definition at line 62 of file TotemDAQMapping.cc.
void TotemDAQMapping::insert | ( | const TotemFramePosition & | fp, |
const TotemVFATInfo & | vi | ||
) |
Definition at line 34 of file TotemDAQMapping.cc.
References personalPlayback::fp, and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it.
Referenced by SequenceTypes.Schedule::_replaceIfHeldDirectly().
void TotemDAQMapping::insert | ( | const TotemT2FramePosition & | fp2, |
const TotemVFATInfo & | vi | ||
) |
Definition at line 47 of file TotemDAQMapping.cc.
References TotemT2FramePosition::getRawPosition(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it.
Referenced by SequenceTypes.Schedule::_replaceIfHeldDirectly().
void TotemDAQMapping::print | ( | std::ostream & | os, |
std::string | subSystemName | ||
) | const |
Definition at line 72 of file TotemDAQMapping.cc.
References TauDecayModes::dec, createfilelist::int, AlCaHLTBitMon_ParallelJobs::p, and hlx_dqm_sourceclient_cfi::subSystemName.
|
private |
|
friend |
Definition at line 66 of file TotemDAQMapping.h.
|
friend |
Definition at line 66 of file TotemDAQMapping.h.
std::map<uint8_t, TotemTimingPlaneChannelPair> TotemDAQMapping::totemTimingChannelMap |
Definition at line 57 of file TotemDAQMapping.h.
std::map<TotemFramePosition, TotemVFATInfo> TotemDAQMapping::VFATMapping |
Definition at line 47 of file TotemDAQMapping.h.