7#include "GaudiKernel/MsgStream.h"
48 double pb = info.tagLikelihood()[0];
49 double pu = info.tagLikelihood()[1];
50 double ww = log(pb/pu);
51 out <<
" - Tag type " << info.infoType()
52 <<
" : P(b)= " << pb <<
" P(u)= " << pu <<
" W= " << ww
53 <<
" based on " << info.nbTracks() <<
" tracks." <<
endmsg;
59 double pb = info.tagLikelihood()[0];
60 double pu = info.tagLikelihood()[1];
61 double ww = log(pb/pu);
62 out <<
" - Tag type " << info.infoType()
63 <<
" : P(b)= " << pb <<
" P(u)= " << pu <<
" W= " << ww
64 <<
" based on " << info.nbTracks() <<
" tracks." << std::endl;
TagInfoType m_tagJetInfoType
string to hold the info type (specified by the tag tool)
std::vector< double > m_tagLikelihood
vector to hold the taglikelihood (signal plus N background)
BaseTagInfo()
default constructor
Basic class to hold IP taggers results.
IPInfoBase()
default constructor
virtual ~IPInfoBase()
default destructor
IPInfoBase & operator=(const IPInfoBase &rhs)
assigenment operator
The namespace of all packages in PhysicsAnalysis/JetTagging.
MsgStream & operator<<(MsgStream &out, const IPInfoBase &)
output.