Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
5
JetMap::typ_JetMap
DummyJetMapMap
;
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
14
JetMap::ConstSrcIter
JetMap::begin_src
()
const
15
{
16
return
DummyJetSourceSet.end();
17
}
18
19
JetMap::ConstSrcIter
JetMap::find_src
(
Jet::SRC
/*src*/
)
const
20
{
21
return
DummyJetSourceSet.end();
22
}
23
24
JetMap::ConstSrcIter
JetMap::end_src
()
const
25
{
26
return
DummyJetSourceSet.end();
27
}
28
29
JetMap::SrcIter
JetMap::begin_src
()
30
{
31
return
DummyJetSourceSet.end();
32
}
33
34
JetMap::SrcIter
JetMap::find_src
(
Jet::SRC
/*src*/
)
35
{
36
return
DummyJetSourceSet.end();
37
}
38
39
JetMap::SrcIter
JetMap::end_src
()
40
{
41
return
DummyJetSourceSet.end();
42
}
43
44
JetMap::ConstIter
JetMap::begin
()
const
45
{
46
return
DummyJetMapMap
.end();
47
}
48
49
JetMap::ConstIter
JetMap::find
(
unsigned
int
/*idkey*/
)
const
50
{
51
return
DummyJetMapMap
.end();
52
}
53
54
JetMap::ConstIter
JetMap::end
()
const
55
{
56
return
DummyJetMapMap
.end();
57
}
58
59
JetMap::Iter
JetMap::begin
()
60
{
61
return
DummyJetMapMap
.end();
62
}
63
64
JetMap::Iter
JetMap::find
(
unsigned
int
/*idkey*/
)
65
{
66
return
DummyJetMapMap
.end();
67
}
68
69
JetMap::Iter
JetMap::end
()
70
{
71
return
DummyJetMapMap
.end();
72
}
coresoftware
blob
master
offline
packages
jetbase
JetMap.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration