EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JetMap.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file JetMap.cc
1 #include "JetMap.h"
2 
3 #include <ostream> // for operator<<, endl, ostream, basic_ostream
4 
6 std::set<Jet::SRC> DummyJetSourceSet;
7 
8 void JetMap::identify(std::ostream& os) const
9 {
10  os << "JetMap" << std::endl;
11  return;
12 }
13 
15 {
16  return DummyJetSourceSet.end();
17 }
18 
20 {
21  return DummyJetSourceSet.end();
22 }
23 
25 {
26  return DummyJetSourceSet.end();
27 }
28 
30 {
31  return DummyJetSourceSet.end();
32 }
33 
35 {
36  return DummyJetSourceSet.end();
37 }
38 
40 {
41  return DummyJetSourceSet.end();
42 }
43 
45 {
46  return DummyJetMapMap.end();
47 }
48 
49 JetMap::ConstIter JetMap::find(unsigned int /*idkey*/) const
50 {
51  return DummyJetMapMap.end();
52 }
53 
55 {
56  return DummyJetMapMap.end();
57 }
58 
60 {
61  return DummyJetMapMap.end();
62 }
63 
64 JetMap::Iter JetMap::find(unsigned int /*idkey*/)
65 {
66  return DummyJetMapMap.end();
67 }
68 
70 {
71  return DummyJetMapMap.end();
72 }