#include <RecoVertex/TertiaryTracksVertexFinder/interface/AddTvTrack.h>
Definition at line 13 of file AddTvTrack.h.
typedef std::vector<TrackInfo> AddTvTrack::TrackInfoVector |
Definition at line 48 of file AddTvTrack.h.
typedef std::map<reco::TransientTrack, float> AddTvTrack::TransientTrackToFloatMap [private] |
Definition at line 76 of file AddTvTrack.h.
AddTvTrack::AddTvTrack | ( | std::vector< TransientVertex > * | , | |
std::vector< TransientVertex > * | , | |||
double | ||||
) |
AddTvTrack::~AddTvTrack | ( | ) | [inline] |
double AddTvTrack::getMaxSigOnDistTrackToB | ( | ) | const [inline] |
Definition at line 35 of file AddTvTrack.h.
References MaxSigOnDistTrackToB.
00035 { 00036 return MaxSigOnDistTrackToB; 00037 }
std::vector<TransientVertex>* AddTvTrack::getPrimaryVertices | ( | ) | const [inline] |
Definition at line 29 of file AddTvTrack.h.
References thePrimaryVertices.
00029 { 00030 return thePrimaryVertices; 00031 }
std::vector<TransientVertex>* AddTvTrack::getSecondaryVertices | ( | ) | const [inline] |
Definition at line 32 of file AddTvTrack.h.
References theSecondaryVertices.
00032 { 00033 return theSecondaryVertices; 00034 }
std::vector<TransientVertex> AddTvTrack::getSecondaryVertices | ( | const std::vector< reco::TransientTrack > & | ) |
TrackInfoVector AddTvTrack::getTrackInfo | ( | ) | [inline] |
Definition at line 50 of file AddTvTrack.h.
References theTrackInfoVector.
00050 { return theTrackInfoVector; }
void AddTvTrack::setMaxSigOnDistTrackToB | ( | double | maxSigOnDistTrackToB | ) | [inline] |
Definition at line 69 of file AddTvTrack.h.
References MaxSigOnDistTrackToB.
00069 { 00070 MaxSigOnDistTrackToB = maxSigOnDistTrackToB; 00071 }
void AddTvTrack::setPrimaryVertices | ( | std::vector< TransientVertex > & | ThePrimaryVertices | ) | [inline] |
Definition at line 61 of file AddTvTrack.h.
References thePrimaryVertices.
00062 { 00063 thePrimaryVertices = thePrimaryVertices; // TYPO ?!?!?!?!?!?!?! 00064 }
void AddTvTrack::setSecondaryVertices | ( | std::vector< TransientVertex > & | TheSecondaryVertices | ) | [inline] |
Definition at line 65 of file AddTvTrack.h.
References theSecondaryVertices.
00066 { 00067 theSecondaryVertices = theSecondaryVertices; // TYPO ?!?!?!?!?!? 00068 }
const bool AddTvTrack::debug = false [static, private] |
Definition at line 91 of file AddTvTrack.h.
double AddTvTrack::MaxSigOnDistTrackToB [private] |
Definition at line 80 of file AddTvTrack.h.
Referenced by getMaxSigOnDistTrackToB(), and setMaxSigOnDistTrackToB().
double AddTvTrack::theIPSig [private] |
Definition at line 81 of file AddTvTrack.h.
std::vector<TransientVertex>* AddTvTrack::thePrimaryVertices [private] |
Definition at line 78 of file AddTvTrack.h.
Referenced by getPrimaryVertices(), and setPrimaryVertices().
std::vector<TransientVertex>* AddTvTrack::theSecondaryVertices [private] |
Definition at line 79 of file AddTvTrack.h.
Referenced by getSecondaryVertices(), and setSecondaryVertices().