ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Jet.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Jet.cc
1
#include "
Jet.h
"
2
3
#include <iostream>
4
5
Jet::typ_comp_ids
DummyJetMap
;
6
7
void
Jet::identify
(std::ostream& os)
const
8
{
9
os <<
"---Jet-----------------------"
<< std::endl;
10
return
;
11
}
12
13
Jet::ConstIter
Jet::begin_comp
()
const
14
{
15
return
DummyJetMap
.end();
16
}
17
18
Jet::ConstIter
Jet::lower_bound_comp
(
Jet::SRC
/*source*/
)
const
19
{
20
return
DummyJetMap
.end();
21
}
22
23
Jet::ConstIter
Jet::upper_bound_comp
(
Jet::SRC
/*source*/
)
const
24
{
25
return
DummyJetMap
.end();
26
}
27
28
Jet::ConstIter
Jet::find
(
Jet::SRC
/*source*/
)
const
29
{
30
return
DummyJetMap
.end();
31
}
32
33
Jet::ConstIter
Jet::end_comp
()
const
34
{
35
return
DummyJetMap
.end();
36
}
37
38
Jet::Iter
Jet::begin_comp
()
39
{
40
return
DummyJetMap
.end();
41
}
42
43
Jet::Iter
Jet::lower_bound_comp
(
Jet::SRC
/*source*/
)
44
{
45
return
DummyJetMap
.end();
46
}
47
48
Jet::Iter
Jet::upper_bound_comp
(
Jet::SRC
/*source*/
)
49
{
50
return
DummyJetMap
.end();
51
}
52
53
Jet::Iter
Jet::find
(
Jet::SRC
/*source*/
)
54
{
55
return
DummyJetMap
.end();
56
}
57
58
Jet::Iter
Jet::end_comp
()
59
{
60
return
DummyJetMap
.end();
61
}
coresoftware
blob
master
simulation
g4simulation
g4jets
Jet.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:43
using
1.8.2 with
ECCE GitHub integration