#include <JetPseudojetCopier.h>
Public Member Functions | |
| JetPseudojetCopier (const std::string &myname) | |
| Ctor from tool name. | |
| StatusCode | initialize () |
| Intialization. | |
| int | copy (const xAOD::JetContainer &srcjets, const xAOD::JetContainer &dstjets, std::string label="PseudojetMap") const |
| Copy pseudojets from srcjets to dstjets. | |
| int | copy (const xAOD::JetContainer &srcjets, std::string dstname, std::string label="PseudojetMap") const |
| Copy the pseudojets from srcjets to container with name dstname. | |
| int | process (const xAOD::JetContainer &srcjets) const |
Copy the pseudojets from one jet container to another. This enables the rebuilding of a container read from file so it can be used as input to grooming or other tools that mase use of the fastjet cluster sequence.
Properties: DestinationContainer: Name of the jet container to which the current pseudojets are associated. Label: Label for this pseudojet mapping (SG name for the map).
| int JetPseudojetCopier::process | ( | const xAOD::JetContainer & | srcjets | ) | const [virtual] |
Copy the pseudojets from srcjets to dstjets. Return 0 for success.
Implements IJetConsumer.
1.6.1