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
TrkrClusterContainer.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TrkrClusterContainer.cc
1
6
#include "
TrkrClusterContainer.h
"
7
8
namespace
9
{
10
TrkrClusterContainer::Map
dummy_map;
11
}
12
13
//__________________________________________________________
14
TrkrClusterContainer::ConstRange
TrkrClusterContainer::getClusters
()
const
15
{
16
return
std::make_pair(dummy_map.cbegin(), dummy_map.cend());
17
}
18
19
//__________________________________________________________
20
TrkrClusterContainer::ConstRange
TrkrClusterContainer::getClusters
(
TrkrDefs::hitsetkey
/*hitsetkey*/
)
21
{
22
return
std::make_pair(dummy_map.cbegin(), dummy_map.cend());
23
}
coresoftware
blob
master
offline
packages
trackbase
TrkrClusterContainer.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:09
using
1.8.2 with
sPHENIX GitHub integration