50 int ntrk = info.numTrackInfo();
51 out <<
" - Tag type " << info.infoType()
52 <<
" based on " << ntrk <<
" muon tracks:" <<
endmsg;
53 for(
int i=0;i<ntrk;i++) {
54 out <<
" -> " << i << info.getTrackInfo(i) <<
endmsg;
60 int ntrk = info.numTrackInfo();
61 out <<
" - Tag type " << info.infoType()
62 <<
" based on " << ntrk <<
" muon tracks:" << std::endl;
63 for(
int i=0;i<ntrk;i++) {
64 out <<
" -> " << info.getTrackInfo(i) << 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
Class for soft muon information @ author henri bachacou.
SoftMuonInfo & operator=(const SoftMuonInfo &rhs)
assigenment operator
virtual ~SoftMuonInfo()
default destructor
SoftMuonInfo()
default constructor
std::vector< SMTrackInfo > m_trackinfo
The namespace of all packages in PhysicsAnalysis/JetTagging.
MsgStream & operator<<(MsgStream &out, const IPInfoBase &)
output.