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
EmbRecoMatchContainer.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EmbRecoMatchContainer.cc
1
#include "
EmbRecoMatchContainer.h
"
2
3
namespace
{
4
EmbRecoMatchContainer::Vector
dummy_vec;
5
std::vector<unsigned short> dummy_short_vec;
6
7
EmbRecoMatchContainer::Map_nMatches
dummy_map;
8
}
9
10
EmbRecoMatchContainer::ConstRange
EmbRecoMatchContainer::getMatchedRange
()
const
11
{
return
make_pair(dummy_vec.cbegin(), dummy_vec.cend()); }
12
13
EmbRecoMatchContainer::Vector
&
EmbRecoMatchContainer::getMatches
()
14
{
return
dummy_vec; }
15
16
std::vector<unsigned short>&
EmbRecoMatchContainer::ids_TruthUnmatched
()
// id's of the TrkrTruthTrack's that are not matched
17
{
return
dummy_short_vec; }
18
19
std::map<unsigned short, unsigned short>&
EmbRecoMatchContainer::map_nRecoPerTruth
()
20
{
return
dummy_map; }
21
22
std::map<unsigned short, unsigned short>&
EmbRecoMatchContainer::map_nTruthPerReco
()
23
{
return
dummy_map; }
coresoftware
blob
master
simulation
g4simulation
g4tracking
EmbRecoMatchContainer.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:16
using
1.8.2 with
sPHENIX GitHub integration