13 std::vector<const reco::BaseTagInfo*>
helper;
14 helper.push_back(&info);
22 <<
"JetTagComputer::uses called outside of " 23 "constructor" << std::endl;
30 <<
"JetTagComputer::uses called with duplicate " 31 "or invalid index" << std::endl;
39 <<
"No virtual method implementation for " 40 <<
"JetTagComputer::discriminator() defined." << std::endl;
std::vector< std::string > m_inputLabels
virtual float discriminator(const reco::BaseTagInfo &) const
float operator()(const reco::BaseTagInfo &info) const
void uses(unsigned int id, const std::string &label)
const reco::BaseTagInfo & getBase(unsigned int index) const
#define TYPELOOKUP_DATA_REG(_dataclass_)