EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
blob
master
calibrations
generators
offline
simulation
g4simulation
EICPhysicsList
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
g4gdml
g4histos
g4intt
g4jets
ClusterJetInput.cc
ClusterJetInput.h
FastJetAlgo.cc
FastJetAlgo.h
Jet.cc
Jet.h
JetAlgo.h
JetHepMCLoader.cc
JetHepMCLoader.h
JetInput.h
JetLinkDef.h
JetMap.cc
JetMap.h
JetMapLinkDef.h
JetMapv1.cc
JetMapv1.h
JetMapv1LinkDef.h
JetReco.cc
JetReco.h
Jetv1.cc
Jetv1.h
Jetv1LinkDef.h
TowerJetInput.cc
TowerJetInput.h
TrackJetInput.cc
TrackJetInput.h
TruthJetInput.cc
TruthJetInput.h
g4main
g4micromegas
g4mvtx
g4tpc
g4trackfastsim
g4vertex
tpcresponse
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
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
}
fun4all_coresoftware
blob
master
simulation
g4simulation
g4jets
JetMap.cc
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:49
using
1.8.2 with
EIC GitHub integration