ATLAS Offline Software
|
Classes | |
struct | AlgCuts |
struct | AlgParam |
Public Member Functions | |
double | ndof () const |
stores the value of some observable to the closest WrkVrt ( observable = e.g. significance ) More... | |
double | ndofCore () const |
unsigned | nTracksTotal () const |
double | fitQuality () const |
virtual std::deque< size_t > & | selectedTrackIndices () override |
Return indices of tracks associated with the vertex. More... | |
virtual const std::deque< size_t > & | selectedTrackIndices () const override |
Return indices of tracks associated with the vertex. More... | |
Position in cartesian coordinate | |
virtual double | x () const override |
virtual double | y () const override |
virtual double | z () const override |
Public Attributes | |
bool | isGood = false |
bool | isPair = false |
flaged true for good vertex candidates More... | |
Amg::Vector3D | vertex |
flaged true for track pair vertex More... | |
TLorentzVector | vertexMom |
VKalVrt fit vertex position. More... | |
std::vector< double > | vertexCov |
VKalVrt fit vertex 4-momentum. More... | |
double | chi2 |
VKalVrt fit covariance. More... | |
double | chi2Core |
VKalVrt fit chi2 result. More... | |
std::vector< double > | chi2PerTrk |
VKalVrt fit chi2 result. More... | |
long int | charge |
list of VKalVrt fit chi2 for each track More... | |
std::vector< std::vector< double > > | trkAtVrt |
total charge of the vertex More... | |
unsigned long | closestWrkVrtIndex |
list of track parameters wrt the reconstructed vertex More... | |
double | closestWrkVrtValue |
stores the index of the closest WrkVrt in std::vector<WrkVrt> More... | |
AlgParam | param |
AlgCuts | cuts |
Private Attributes | |
std::deque< size_t > | m_selectedTrackIndices |
std::deque< size_t > | m_associatedTrackIndices |
list if indices in TrackParticleContainer for selectedBaseTracks More... | |
Definition at line 100 of file TrigVrtSecInclusive.h.
|
inline |
Definition at line 117 of file TrigVrtSecInclusive.h.
|
inline |
stores the value of some observable to the closest WrkVrt ( observable = e.g. significance )
Definition at line 114 of file TrigVrtSecInclusive.h.
|
inline |
Definition at line 115 of file TrigVrtSecInclusive.h.
|
inline |
Definition at line 116 of file TrigVrtSecInclusive.h.
|
inlineoverridevirtual |
Return indices of tracks associated with the vertex.
Implements TrigVSI::IWrkVrt.
Definition at line 154 of file TrigVrtSecInclusive.h.
|
inlineoverridevirtual |
Return indices of tracks associated with the vertex.
Implements TrigVSI::IWrkVrt.
Definition at line 153 of file TrigVrtSecInclusive.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
long int TrigVSI::TrigVrtSecInclusive::WrkVrt::charge |
list of VKalVrt fit chi2 for each track
Definition at line 109 of file TrigVrtSecInclusive.h.
double TrigVSI::TrigVrtSecInclusive::WrkVrt::chi2 |
VKalVrt fit covariance.
Definition at line 106 of file TrigVrtSecInclusive.h.
double TrigVSI::TrigVrtSecInclusive::WrkVrt::chi2Core |
VKalVrt fit chi2 result.
Definition at line 107 of file TrigVrtSecInclusive.h.
std::vector<double> TrigVSI::TrigVrtSecInclusive::WrkVrt::chi2PerTrk |
VKalVrt fit chi2 result.
Definition at line 108 of file TrigVrtSecInclusive.h.
unsigned long TrigVSI::TrigVrtSecInclusive::WrkVrt::closestWrkVrtIndex |
list of track parameters wrt the reconstructed vertex
Definition at line 111 of file TrigVrtSecInclusive.h.
double TrigVSI::TrigVrtSecInclusive::WrkVrt::closestWrkVrtValue |
stores the index of the closest WrkVrt in std::vector<WrkVrt>
Definition at line 112 of file TrigVrtSecInclusive.h.
AlgCuts TrigVSI::TrigVrtSecInclusive::WrkVrt::cuts |
Definition at line 151 of file TrigVrtSecInclusive.h.
bool TrigVSI::TrigVrtSecInclusive::WrkVrt::isGood = false |
Definition at line 101 of file TrigVrtSecInclusive.h.
bool TrigVSI::TrigVrtSecInclusive::WrkVrt::isPair = false |
flaged true for good vertex candidates
Definition at line 102 of file TrigVrtSecInclusive.h.
|
private |
list if indices in TrackParticleContainer for selectedBaseTracks
Definition at line 165 of file TrigVrtSecInclusive.h.
|
private |
Definition at line 164 of file TrigVrtSecInclusive.h.
AlgParam TrigVSI::TrigVrtSecInclusive::WrkVrt::param |
Definition at line 150 of file TrigVrtSecInclusive.h.
std::vector< std::vector<double> > TrigVSI::TrigVrtSecInclusive::WrkVrt::trkAtVrt |
total charge of the vertex
Definition at line 110 of file TrigVrtSecInclusive.h.
Amg::Vector3D TrigVSI::TrigVrtSecInclusive::WrkVrt::vertex |
flaged true for track pair vertex
Definition at line 103 of file TrigVrtSecInclusive.h.
std::vector<double> TrigVSI::TrigVrtSecInclusive::WrkVrt::vertexCov |
VKalVrt fit vertex 4-momentum.
Definition at line 105 of file TrigVrtSecInclusive.h.
TLorentzVector TrigVSI::TrigVrtSecInclusive::WrkVrt::vertexMom |
VKalVrt fit vertex position.
Definition at line 104 of file TrigVrtSecInclusive.h.