Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EmbRecoMatchContainer.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EmbRecoMatchContainer.cc
2 
3 namespace {
5  std::vector<unsigned short> dummy_short_vec;
6 
8 }
9 
11 { return make_pair(dummy_vec.cbegin(), dummy_vec.cend()); }
12 
14 { return dummy_vec; }
15 
16 std::vector<unsigned short>& EmbRecoMatchContainer::ids_TruthUnmatched() // id's of the TrkrTruthTrack's that are not matched
17 { return dummy_short_vec; }
18 
19 std::map<unsigned short, unsigned short>& EmbRecoMatchContainer::map_nRecoPerTruth()
20 { return dummy_map; }
21 
22 std::map<unsigned short, unsigned short>& EmbRecoMatchContainer::map_nTruthPerReco()
23 { return dummy_map; }