ATLAS Offline Software
Loading...
Searching...
No Matches
PartonJetAugmentationTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DERIVATIONFRAMEWORK_PARTONJETAUGMENTATIONTOOL_H
6#define DERIVATIONFRAMEWORK_PARTONJETAUGMENTATIONTOOL_H
7
12#include "TLorentzVector.h"
13
14
15
16namespace DerivationFramework {
17
18 class PartonJetAugmentationTool : public extends<AthAlgTool, IAugmentationTool> {
19
20 public:
21 using base_class::base_class;
22
23 virtual StatusCode initialize() override;
24 virtual StatusCode addBranches(const EventContext& ctx) const override;
25
26 private:
28 this, "TruthParticles", "TruthParticles", "Input truth particles"
29 };
30
32 this, "PartonJets", "PartonJets", "Output parton jets"
33 };
34 bool extrajet(const xAOD::TruthParticleContainer* truthParticles,
35 TLorentzVector& lj,
36 TLorentzVector& slj,
37 TLorentzVector& tlj,
38 const std::vector<TLorentzVector>& ttbarDecayProducts,
39 const std::vector<int>& decayProduct_pdgID,
40 double Rparam,
41 double pt_min) const;
42
44
45
46 };
47}
48
49#endif
SG::WriteHandleKey< xAOD::JetContainer > m_partonJetsKey
SG::ReadHandleKey< xAOD::TruthParticleContainer > m_truthKey
bool isLastBeforeHadronization(const xAOD::TruthParticle *p) const
bool extrajet(const xAOD::TruthParticleContainer *truthParticles, TLorentzVector &lj, TLorentzVector &slj, TLorentzVector &tlj, const std::vector< TLorentzVector > &ttbarDecayProducts, const std::vector< int > &decayProduct_pdgID, double Rparam, double pt_min) const
virtual StatusCode addBranches(const EventContext &ctx) const override
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
THE reconstruction tool.
TruthParticle_v1 TruthParticle
Typedef to implementation.
TruthParticleContainer_v1 TruthParticleContainer
Declare the latest version of the truth particle container.