|
||||
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; }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |