Public Member Functions | |
| PDFWeight (const std::string &name) | |
| Create a proper constructor for Athena. | |
| virtual | ~PDFWeight () |
| Default destructor. | |
| 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 | |
| PDFWeight::PDFWeight | ( | const std::string & | name | ) |
Create a proper constructor for Athena.
The default constructor with the instance name of the tool class
1.6.1