Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloEmbedding
CaloReco
centrality
ClusterIso
compressor
decayfinder
epd
eventplaneinfo
globalvertex
Half
HFTrackEfficiency
intt
jetbackground
jetbase
ClusterJetInput.cc
ClusterJetInput.h
FastJetAlgo.cc
FastJetAlgo.h
FastJetOptions.cc
FastJetOptions.h
Jet.cc
Jet.h
JetAlgo.cc
JetAlgo.h
JetContainer.cc
JetContainer.h
JetContainerLinkDef.h
JetContainerv1.cc
JetContainerv1.h
JetContainerv1LinkDef.h
JetInput.h
JetLinkDef.h
JetMap.cc
JetMap.h
JetMapLinkDef.h
JetMapv1.cc
JetMapv1.h
JetMapv1LinkDef.h
JetProbeInput.cc
JetProbeInput.h
JetProbeMaker.cc
JetProbeMaker.h
JetReco.cc
JetReco.h
JetStructs.h
Jetv1.cc
Jetv1.h
Jetv1LinkDef.h
Jetv2.cc
Jetv2.h
Jetv2LinkDef.h
SubjetIndices.cc
SubjetIndices.h
SubjetIndicesLinkDef.h
SubjetIndicesv1.cc
SubjetIndicesv1.h
SubjetIndicesv1LinkDef.h
TowerJetInput.cc
TowerJetInput.h
TrackJetInput.cc
TrackJetInput.h
KFParticle_sPHENIX
mbd
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
QAUtils
rawtodst
ResonanceJetTagging
tpc
tpccalib
tpcdaq
TPCHitTrackDisplay
trackbase
trackbase_historic
TrackerMillepedeAlignment
TrackingDiagnostics
trackreco
trigger
vararray
QA
simulation
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
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 <TClonesArray.h>
4
#include <iostream>
5
#include <map>
6
#include <vector>
7
8
Jet::typ_comp_ids
DummyJetMap
;
9
std::vector<float>
DummyJetPropVec
;
10
Jet::TYPE_comp_vec
DummyJetCompVec
;
11
12
std::vector<float>&
Jet::get_property_vec
()
13
{
14
return
DummyJetPropVec
;
15
}
16
17
// functions interfaces only for Jetv2 and above
18
Jet::ITER_comp_vec
Jet::comp_begin
(
Jet::SRC
)
19
{
20
return
DummyJetCompVec
.end();
21
}
22
Jet::ITER_comp_vec
Jet::comp_end
(
Jet::SRC
)
23
{
24
return
DummyJetCompVec
.end();
25
}
26
Jet::ITER_comp_vec
Jet::comp_begin
()
27
{
28
return
DummyJetCompVec
.end();
29
}
30
Jet::ITER_comp_vec
Jet::comp_end
()
31
{
32
return
DummyJetCompVec
.end();
33
}
34
Jet::TYPE_comp_vec
&
Jet::get_comp_vec
()
35
{
36
return
DummyJetCompVec
;
37
}
38
39
void
Jet::identify
(std::ostream&
os
)
const
40
{
41
os <<
"---Jet-----------------------"
<< std::endl;
42
return
;
43
}
44
45
// functions interfaces only in Jetv1
46
Jet::ConstIter
Jet::begin_comp
()
const
47
{
48
return
DummyJetMap
.end();
49
}
50
Jet::ConstIter
Jet::end_comp
()
const
51
{
52
return
DummyJetMap
.end();
53
}
54
Jet::ConstIter
Jet::find
(
Jet::SRC
)
const
55
{
return
DummyJetMap
.end(); }
56
57
Jet::ConstIter
Jet::lower_bound_comp
(
Jet::SRC
)
const
58
{
return
DummyJetMap
.end(); }
59
60
Jet::ConstIter
Jet::upper_bound_comp
(
Jet::SRC
)
const
61
{
return
DummyJetMap
.end(); }
62
63
Jet::Iter
Jet::begin_comp
()
64
{
return
DummyJetMap
.end(); }
65
66
Jet::Iter
Jet::end_comp
()
67
{
return
DummyJetMap
.end(); }
68
69
Jet::Iter
Jet::find
(
Jet::SRC
)
70
{
return
DummyJetMap
.end(); }
71
72
Jet::Iter
Jet::lower_bound_comp
(
Jet::SRC
)
73
{
return
DummyJetMap
.end(); }
74
75
Jet::Iter
Jet::upper_bound_comp
(
Jet::SRC
)
76
{
return
DummyJetMap
.end(); }
77
78
Jet::IterJetTCA::IterJetTCA
(TClonesArray* _tca) : tca { _tca },
size
{tca->GetEntriesFast()} {}
79
80
Jet
*
Jet::IterJetTCA::operator*
() {
return
(
Jet
*) tca->UncheckedAt(
index
); }
81
coresoftware
blob
master
offline
packages
jetbase
Jet.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration