|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #include "GaudiKernel/MsgStream.h"
33 m_d0sig_2nd( rhs.m_d0sig_2nd),
34 m_d0sig_abs_2nd(rhs.m_d0sig_abs_2nd),
35 m_d0sig_3rd( rhs.m_d0sig_3rd),
36 m_d0sig_abs_3rd(rhs.m_d0sig_abs_3rd)
56 out <<
" - Tag type " <<
info.infoType()
57 <<
"2nd/3rd highest ip2d significance: " <<
info.d0sig_2nd() <<
" / " <<
info.d0sig_3rd()
58 <<
"2nd/3rd highest |ip2d significance|: " <<
info.d0sig_abs_2nd() <<
" / " <<
info.d0sig_abs_3rd()
64 out <<
" - Tag type " <<
info.infoType()
65 <<
"2nd/3rd highest ip2d significance: " <<
info.d0sig_2nd() <<
" / " <<
info.d0sig_3rd()
66 <<
"2nd/3rd highest |ip2d significance|: " <<
info.d0sig_abs_2nd() <<
" / " <<
info.d0sig_abs_3rd()
std::vector< double > m_tagLikelihood
vector to hold the taglikelihood (signal plus N background)
float m_d0sig_3rd
3rd highest IP2D significance
float m_d0sig_abs_2nd
2nd highest absolute IP2D significance
Class BasetagInfo: Implements methods defined in ITagInfo.
float m_d0sig_abs_3rd
3rd highest absolute IP2D significance
The namespace of all packages in PhysicsAnalysis/JetTagging.
TrackCountingInfo & operator=(const TrackCountingInfo &rhs)
assigenment operator
float m_d0sig_2nd
2nd highest IP2D significance
MsgStream & operator<<(MsgStream &out, const IPInfoBase &)
output.
int m_ntrk
number of tracks used for tagging
virtual ~TrackCountingInfo()
default destructor
TrackCountingInfo()
default constructor