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
ClusHitsVerbose.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file ClusHitsVerbose.cc
1
#include "
ClusHitsVerbose.h
"
2
3
namespace
4
{
5
ClusHitsVerbose::Vector
dummy_vec;
6
ClusHitsVerbose::Map
dummy_map;
7
ClusHitsVerbose::PairVector
dummy_pairvec;
8
}
9
10
ClusHitsVerbose::Vector
&
ClusHitsVerbose::phiBins
(
TrkrDefs::cluskey
/*this key*/
)
11
{
12
return
dummy_vec;
13
}
14
15
ClusHitsVerbose::Vector
&
ClusHitsVerbose::zBins
(
TrkrDefs::cluskey
/*this key*/
)
16
{
17
return
dummy_vec;
18
}
19
20
ClusHitsVerbose::Vector
&
ClusHitsVerbose::phiCutBins
(
TrkrDefs::cluskey
/*this key*/
)
21
{
22
return
dummy_vec;
23
}
24
25
ClusHitsVerbose::Vector
&
ClusHitsVerbose::zCutBins
(
TrkrDefs::cluskey
/*this key*/
)
26
{
27
return
dummy_vec;
28
}
29
30
ClusHitsVerbose::Map
&
ClusHitsVerbose::getMap
()
31
{
32
return
dummy_map;
33
}
34
35
ClusHitsVerbose::PairVector
ClusHitsVerbose::phiBins_pvecIE
(
TrkrDefs::cluskey
/*this key*/
)
36
{
37
return
dummy_pairvec;
38
}
39
ClusHitsVerbose::PairVector
ClusHitsVerbose::phiCutBins_pvecIE
(
TrkrDefs::cluskey
/*this key*/
)
40
{
41
return
dummy_pairvec;
42
}
43
ClusHitsVerbose::PairVector
ClusHitsVerbose::zBins_pvecIE
(
TrkrDefs::cluskey
/*this key*/
)
44
{
45
return
dummy_pairvec;
46
}
47
ClusHitsVerbose::PairVector
ClusHitsVerbose::zCutBins_pvecIE
(
TrkrDefs::cluskey
/*this key*/
)
48
{
49
return
dummy_pairvec;
50
}
coresoftware
blob
master
offline
packages
trackbase
ClusHitsVerbose.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:08
using
1.8.2 with
sPHENIX GitHub integration