|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #include "GaudiKernel/MsgStream.h"
27 m_trackinfo(rhs.m_trackinfo) {
55 int ntrk =
info.numTrackInfo();
56 out <<
" - Tag type " <<
info.infoType()
57 <<
" based on " << ntrk <<
" tracks:" <<
endmsg;
58 for(
int i=0;
i<ntrk;
i++) {
65 int ntrk =
info.numTrackInfo();
66 out <<
" - Tag type " <<
info.infoType()
67 <<
" based on " << ntrk <<
" tracks:" << std::endl;
68 for(
int i=0;
i<ntrk;
i++) {
69 out <<
" -> " <<
info.getTrackInfo(
i) << std::endl;
std::vector< double > m_tagLikelihood
vector to hold the taglikelihood (signal plus N background)
IPInfoPlus & operator=(const IPInfoPlus &rhs)
void updateTrackWeight(const Rec::TrackParticle *trk, const std::string &view, double w)
Update the track weights for a trackparticle.
Class BasetagInfo: Implements methods defined in ITagInfo.
The namespace of all packages in PhysicsAnalysis/JetTagging.
IPInfoPlus()
Default constructor.
std::vector< IPTrackInfo > m_trackinfo
MsgStream & operator<<(MsgStream &out, const IPInfoBase &)
output.
TagInfoType m_tagJetInfoType
string to hold the info type (specified by the tag tool)
int numTrackInfo() const
Number of track info objects stored.