Public Member Functions | |
virtual const Root::TAccept & | getTAccept () const =0 |
Declare the interface that the class provides. | |
virtual const Root::TAccept & | accept (const xAOD::IParticle *p) const =0 |
Get the decision using a generic IParticle pointer. | |
virtual const Root::TAccept & | accept (const xAOD::Jet &j) const =0 |
virtual const Root::TAccept & | accept (double, double, double) const =0 |
Get the decision using thet jet's pt and mv2c20 weight values. | |
virtual const Root::TAccept & | accept (double, double, double, double) const =0 |
virtual int | getQuantile (const xAOD::IParticle *) const =0 |
virtual int | getQuantile (const xAOD::Jet &) const =0 |
virtual int | getQuantile (double, double, double) const =0 |
virtual double | getCutValue () const =0 |
virtual int IBTaggingSelectionTool::getQuantile | ( | const xAOD::IParticle * | ) | const [pure virtual] |
Decide in which quantile of the MV2c20 weight distribution the jet belongs The return value represents the bin index of the quantile distribution
Implemented in BTaggingSelectionTool.