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
TrkrHitSet.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file TrkrHitSet.cc
1
7
#include "
TrkrHitSet.h
"
8
9
namespace
10
{
11
TrkrHitSet::Map
dummy_map;
12
}
13
14
TrkrHitSet::ConstIterator
15
TrkrHitSet::addHitSpecificKey
(
const
TrkrDefs::hitkey
,
TrkrHit
*)
16
{
return
dummy_map.cbegin(); }
17
18
TrkrHitSet::ConstRange
19
TrkrHitSet::getHits
()
const
20
{
return
std::make_pair( dummy_map.cbegin(), dummy_map.cend() ); }
coresoftware
blob
master
offline
packages
trackbase
TrkrHitSet.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:37
using
1.8.2 with
ECCE GitHub integration