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
13#include <vector>
14
15class TLorentzVector;
16
17
18namespace DerivationFramework {
19
20 class PartonJetAugmentationTool : public extends<AthAlgTool, IAugmentationTool> {
21
22 public:
23 using base_class::base_class;
24
25 virtual StatusCode initialize() override;
26 virtual StatusCode addBranches(const EventContext& ctx) const override;
27
28 private:
30 this, "TruthParticles", "TruthParticles", "Input truth particles"
31 };
32
34 this, "PartonJets", "PartonJets", "Output parton jets"
35 };
36 bool extrajet(const xAOD::TruthParticleContainer* truthParticles,
37 TLorentzVector& lj,
38 TLorentzVector& slj,
39 TLorentzVector& tlj,
40 const std::vector<TLorentzVector>& ttbarDecayProducts,
41 const std::vector<int>& decayProduct_pdgID,
42 double Rparam,
43 double pt_min) const;
44
46
47
48 };
49}
50
51#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.