6#include "GaudiKernel/MsgStream.h"
45 double pb = info.tagLikelihood()[0];
46 double pu = info.tagLikelihood()[1];
47 double ww = log(pb/pu);
48 out <<
" - Tag type " << info.infoType()
49 <<
" : P(b)= " << pb <<
" P(u)= " << pu <<
" W= " << ww <<
endmsg;
55 double pb = info.tagLikelihood()[0];
56 double pu = info.tagLikelihood()[1];
57 double ww = log(pb/pu);
58 out <<
" - Tag type " << info.infoType()
59 <<
" : P(b)= " << pb <<
" P(u)= " << pu <<
" W= " << ww << 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 SV taggers results.
virtual ~SVInfoBase()
default destructor
SVInfoBase()
default constructor
SVInfoBase & operator=(const SVInfoBase &rhs)
assigenment operator
The namespace of all packages in PhysicsAnalysis/JetTagging.
MsgStream & operator<<(MsgStream &out, const IPInfoBase &)
output.