EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrkrHitSet.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TrkrHitSet.cc
1 
7 #include "TrkrHitSet.h"
8 
9 namespace
10 {
11  TrkrHitSet::Map dummy_map;
12 }
13 
16 { return dummy_map.cbegin(); }
17 
20 { return std::make_pair( dummy_map.cbegin(), dummy_map.cend() ); }