EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrkrClusterContainer.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TrkrClusterContainer.cc
1 
6 #include "TrkrClusterContainer.h"
7 
8 namespace
9 {
10  TrkrClusterContainer::Map dummy_map;
11 }
12 
13 //__________________________________________________________
15 { return dummy_map.cbegin(); }
16 
17 //__________________________________________________________
19 { return dummy_map.cbegin(); }
20 
21 //__________________________________________________________
23 { return dummy_map.begin(); }
24 
25 //__________________________________________________________
27 { return std::make_pair( dummy_map.cbegin(), dummy_map.cend() ); }
28 
29 //__________________________________________________________
31 { return std::make_pair( dummy_map.cbegin(), dummy_map.cend() ); }