Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:26

0001 #include "DataFormats/L1DTTrackFinder/interface/L1Phase2MuDTThContainer.h"
0002 
0003 L1Phase2MuDTThContainer::L1Phase2MuDTThContainer() {}
0004 
0005 void L1Phase2MuDTThContainer::setContainer(const Segment_Container& inputSegments) { m_segments = inputSegments; }
0006 
0007 L1Phase2MuDTThContainer::Segment_Container const* L1Phase2MuDTThContainer::getContainer() const { return &m_segments; }