Public Member Functions | |
FatJetToolWeight (const std::string &name) | |
StatusCode | initialize () override |
virtual StatusCode | objectWeight (const xAOD::Jet &jet, float &weight) override |
ana::FatJetToolWeight::FatJetToolWeight | ( | const std::string & | name | ) |
effects: standard constructor guarantee: strong failures: out of memory II
StatusCode ana::FatJetToolWeight::initialize | ( | void | ) | [override, virtual] |
effects: initialize this tool guarantee: basic failures: configuration errors
Reimplemented from asg::AsgTool.
StatusCode ana::FatJetToolWeight::objectWeight | ( | const xAOD::Jet & | jet, | |
float & | weight | |||
) | [override, virtual] |
effects: calculate the weight for this event returns: the calculated weight guarantee: basic failures: tool dependent