7#include "GaudiKernel/MsgStream.h"
48 double pb = info.tagLikelihood()[0];
49 out <<
" - Tag type " << info.infoType()
50 <<
" : Prob= " << pb <<
" based on " << info.nbTracks() <<
" tracks." <<
endmsg;
56 double pb = info.tagLikelihood()[0];
57 out <<
" - Tag type " << info.infoType()
58 <<
" : Prob= " << pb <<
" 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 JetProb taggers results.
virtual ~JetProbInfoBase()
default destructor
JetProbInfoBase()
default constructor
JetProbInfoBase & operator=(const JetProbInfoBase &rhs)
assigenment operator
The namespace of all packages in PhysicsAnalysis/JetTagging.
MsgStream & operator<<(MsgStream &out, const IPInfoBase &)
output.