6#include "GaudiKernel/MsgStream.h"
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)
BaseTagInfo()
default constructor
Class to hold TrackCounting tagger results.
int m_ntrk
number of tracks used for tagging
float m_d0sig_abs_2nd
2nd highest absolute IP2D significance
virtual ~TrackCountingInfo()
default destructor
float m_d0sig_3rd
3rd highest IP2D significance
float m_d0sig_abs_3rd
3rd highest absolute IP2D significance
TrackCountingInfo & operator=(const TrackCountingInfo &rhs)
assigenment operator
float m_d0sig_2nd
2nd highest IP2D significance
TrackCountingInfo()
default constructor
The namespace of all packages in PhysicsAnalysis/JetTagging.
MsgStream & operator<<(MsgStream &out, const IPInfoBase &)
output.