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
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::ConstIterator
TrkrClusterContainer::addCluster
(
TrkrCluster
*)
15
{
return
dummy_map.cbegin(); }
16
17
//__________________________________________________________
18
TrkrClusterContainer::ConstIterator
TrkrClusterContainer::addClusterSpecifyKey
(
const
TrkrDefs::cluskey
,
TrkrCluster
* )
19
{
return
dummy_map.cbegin(); }
20
21
//__________________________________________________________
22
TrkrClusterContainer::Iterator
TrkrClusterContainer::findOrAddCluster
(
TrkrDefs::cluskey
)
23
{
return
dummy_map.begin(); }
24
25
//__________________________________________________________
26
TrkrClusterContainer::ConstRange
TrkrClusterContainer::getClusters
()
const
27
{
return
std::make_pair( dummy_map.cbegin(), dummy_map.cend() ); }
28
29
//__________________________________________________________
30
TrkrClusterContainer::ConstRange
TrkrClusterContainer::getClusters
(
TrkrDefs::hitsetkey
/*hitsetkey*/
)
const
31
{
return
std::make_pair( dummy_map.cbegin(), dummy_map.cend() ); }
coresoftware
blob
master
offline
packages
trackbase
TrkrClusterContainer.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:37
using
1.8.2 with
ECCE GitHub integration