#include <SMTrackInfo.h>
Definition at line 17 of file SMTrackInfo.h.
◆ SMTrackInfo() [1/3]
| Analysis::SMTrackInfo::SMTrackInfo |
( |
| ) |
|
Definition at line 11 of file SMTrackInfo.cxx.
12 :
m_muon(ElementLink<MuonContainer>()),
15{
16}
ElementLink< MuonContainer > m_muon
◆ SMTrackInfo() [2/3]
| Analysis::SMTrackInfo::SMTrackInfo |
( |
const MuonContainer * | coll, |
|
|
const Muon * | mu, |
|
|
double | d0val, |
|
|
double | pTrel, |
|
|
const std::vector< double > & | tagLikelihood ) |
Definition at line 18 of file SMTrackInfo.cxx.
22 {
23 ElementLink<MuonContainer> link;
26 }
30}
std::vector< double > m_tagLikelihood
vector to hold the taglikelihood (signal plus N background)
const std::vector< double > & tagLikelihood() const
bool toContainedElement(BaseConstReference data, ElementType element, IProxyDict *sg=0)
Set from element pointer and a reference to the container (storable)
Muon_v1 Muon
Reference the current persistent version:
◆ SMTrackInfo() [3/3]
| Analysis::SMTrackInfo::SMTrackInfo |
( |
const ElementLink< MuonContainer > & | muonLink, |
|
|
double | d0val, |
|
|
double | pTrel, |
|
|
std::vector< double > && | tagLikelihood ) |
Definition at line 32 of file SMTrackInfo.cxx.
40{
41}
const ElementLink< MuonContainer > & muonLink() const
◆ d0Value()
| double Analysis::SMTrackInfo::d0Value |
( |
| ) |
const |
|
inline |
◆ muon()
| const Muon * Analysis::SMTrackInfo::muon |
( |
| ) |
const |
Definition at line 43 of file SMTrackInfo.cxx.
43 {
46 } else {
47 return 0;
48 }
49}
◆ muonLink()
◆ pTrel()
| double Analysis::SMTrackInfo::pTrel |
( |
| ) |
const |
|
inline |
◆ tagLikelihood()
| const std::vector< double > & Analysis::SMTrackInfo::tagLikelihood |
( |
| ) |
const |
|
inline |
◆ m_muon
◆ m_pTrel
| double Analysis::SMTrackInfo::m_pTrel |
|
private |
◆ m_tagLikelihood
| std::vector<double> Analysis::SMTrackInfo::m_tagLikelihood |
|
private |
vector to hold the taglikelihood (signal plus N background)
Definition at line 38 of file SMTrackInfo.h.
◆ m_valD0wrtPV
| double Analysis::SMTrackInfo::m_valD0wrtPV |
|
private |
The documentation for this class was generated from the following files: