Public Member Functions | |
| JetForwardJvtTool (const std::string &name) | |
| Constructor with parameters:. | |
| virtual | ~JetForwardJvtTool () |
| Destructor:. | |
| StatusCode | initialize () |
| StatusCode | finalize () |
| virtual int | modify (xAOD::JetContainer &jetCont) const |
| float | getFJVT (const xAOD::Jet *jet) const |
| bool | forwardJet (const xAOD::Jet *jet) const |
| bool | centralJet (const xAOD::Jet *jet) const |
| float | getDrpt (const xAOD::Jet *jet) const |
| int | getJetVertex (const xAOD::Jet *jet) const |
| void | calculateVertexMomenta (const xAOD::JetContainer *jets) const |
| float | getCombinedWidth (const xAOD::Jet *jet) const |
Static Public Member Functions | |
| static StatusCode | tagTruth (const xAOD::JetContainer *jets, const xAOD::JetContainer *truthJets) |
| StatusCode JetForwardJvtTool::initialize | ( | void | ) | [virtual] |
Dummy implementation of the initialisation function
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.
| int JetForwardJvtTool::modify | ( | xAOD::JetContainer & | jets | ) | const [virtual] |
Method to modify a jet collection. Returns 0 for success.
Implements IJetModifier.
1.6.1