Public Member Functions | |
| WeightsAgregator (const std::string &name) | |
| Create a proper constructor for Athena. | |
| virtual | ~WeightsAgregator () |
| Default destructor. | |
| virtual StatusCode | initialize () override |
| Usual initialize method of the framework. | |
| virtual double | evaluate (const xAOD::IParticle *part) const override |
| returns: the value that was calculated from the xAOD::IParticle (composite built event object for instance) | |
| virtual double | getWeight () const override |
| returns: the value that was calculated from the usual Athena storegate | |
| WeightsAgregator::WeightsAgregator | ( | const std::string & | name | ) |
Create a proper constructor for Athena.
The default constructor with the instance name of the tool class
1.6.1