ATLAS Offline Software
|
Class to contain the Muon Prep Raw Data. More...
#include <MuonPRD_Container_p2.h>
Public Member Functions | |
MuonPRD_Container_p2 () | |
Default constructor. More... | |
Public Attributes | |
std::vector< MuonPRD_Collection_p2 > | m_collections |
std::vector< PRD > | m_prds |
std::vector< unsigned short > | m_prdDeltaId |
The delta identifiers of the PRD i.e. More... | |
Class to contain the Muon Prep Raw Data.
Definition at line 25 of file MuonPRD_Container_p2.h.
|
inline |
std::vector<MuonPRD_Collection_p2> Muon::MuonPRD_Container_p2< PRD >::m_collections |
Definition at line 30 of file MuonPRD_Container_p2.h.
std::vector<unsigned short> Muon::MuonPRD_Container_p2< PRD >::m_prdDeltaId |
The delta identifiers of the PRD i.e.
we only store the difference from the last one. This saves space, compared to always writing the full 32-bit word
Definition at line 33 of file MuonPRD_Container_p2.h.
std::vector<PRD> Muon::MuonPRD_Container_p2< PRD >::m_prds |
Definition at line 31 of file MuonPRD_Container_p2.h.