ATLAS Offline Software
Loading...
Searching...
No Matches
NSW_TrigRawData.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6
15
24
33
36{
39 m_bcId = trd.m_bcId;
40 for (const auto *const rawSegment : trd) {
41 Muon::NSW_TrigRawDataSegment* trigRawDataSegment = new Muon::NSW_TrigRawDataSegment(*rawSegment);
42 trigRawDataSegment->setPhiRes(phiResBit); // Although the format being the same, this is different for sTGC(true) and MM(false)
43 this->push_back(trigRawDataSegment);
44 }
45}
46
value_type push_back(value_type pElem)
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
uint16_t bcId() const
uint16_t sectorId() const
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.