![]() |
ATLAS Offline Software
|
#include <SMTrackInfo.h>
Public Member Functions | |
| SMTrackInfo () | |
| SMTrackInfo (const MuonContainer *coll, const Muon *mu, double d0val, double pTrel, const std::vector< double > &tagLikelihood) | |
| SMTrackInfo (const ElementLink< MuonContainer > &muonLink, double d0val, double pTrel, std::vector< double > &&tagLikelihood) | |
| const Muon * | muon () const |
| const ElementLink< MuonContainer > & | muonLink () const |
| double | d0Value () const |
| double | pTrel () const |
| const std::vector< double > & | tagLikelihood () const |
Private Attributes | |
| ElementLink< MuonContainer > | m_muon |
| double | m_valD0wrtPV |
| double | m_pTrel |
| std::vector< double > | m_tagLikelihood |
| vector to hold the taglikelihood (signal plus N background) | |
Definition at line 17 of file SMTrackInfo.h.
| Analysis::SMTrackInfo::SMTrackInfo | ( | ) |
Definition at line 11 of file SMTrackInfo.cxx.
| 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.
| Analysis::SMTrackInfo::SMTrackInfo | ( | const ElementLink< MuonContainer > & | muonLink, |
| double | d0val, | ||
| double | pTrel, | ||
| std::vector< double > && | tagLikelihood ) |
Definition at line 32 of file SMTrackInfo.cxx.
|
inline |
Definition at line 31 of file SMTrackInfo.h.
Definition at line 43 of file SMTrackInfo.cxx.
|
inline |
Definition at line 30 of file SMTrackInfo.h.
|
inline |
Definition at line 32 of file SMTrackInfo.h.
|
inline |
Definition at line 33 of file SMTrackInfo.h.
|
private |
Definition at line 35 of file SMTrackInfo.h.
|
private |
Definition at line 37 of file SMTrackInfo.h.
|
private |
vector to hold the taglikelihood (signal plus N background)
Definition at line 38 of file SMTrackInfo.h.
|
private |
Definition at line 36 of file SMTrackInfo.h.