Analysis Software
Documentation for sPHENIX simulation 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 {
16  return std::make_pair(dummy_map.cbegin(), dummy_map.cend());
17 }
18 
19 //__________________________________________________________
21 {
22  return std::make_pair(dummy_map.cbegin(), dummy_map.cend());
23 }