Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef DERIVATIONFRAMEWORK_RCJetSubstructureAug_H
14 #define DERIVATIONFRAMEWORK_RCJetSubstructureAug_H
16 #include "fastjet/tools/Filter.hh"
17 #include "fastjet/contrib/SoftDrop.hh"
31 class RCJetSubstructureAug :
public extends<ExpressionParserUser<AthAlgTool, kNumJetParser>, IAugmentationTool> {
41 {
this,
"StreamName",
"",
"Name of the stream" };
43 {
this,
"GhostConstitNames", {
"GhostLCTopo"},
"Names of the ghost constituents for substructure computation"};
45 {
this,
"SelectionString",
"",
"Selection to apply to jet"};
47 {
this,
"Suffix",
"",
"Suffix for variables"};
49 {
this,
"Grooming",
"",
"Name of gromming technic to apply (Trimming or SofDrop)"};
52 {
this,
"RClusTrim", 0.3 ,
"R for reclustering (0 for none)"};
54 {
this,
"PtFracTrim", 0.03,
"pT fraction for retaining subjets"};
56 {
this,
"BetaSoft", 1. ,
"How much to consider angular dependence"};
58 {
this,
"ZcutSoft", 1. ,
"pT fraction for retaining subjets"};
59 Gaudi::Property<float>
m_R0
60 {
this,
"R0Soft", 1. ,
"Normalization of angular distance, usually the characteristic jet radius (default R0 = 1)"};
63 {
this,
"JetContainerKey",
""};
108 #endif // DERIVATIONFRAMEWORK_RCJetSubstructureAug_H
Property holding a SG store/key/clid from which a ReadHandle is made.
StringProperty m_streamName
WDHK m_dec_Split12
KtSplittingScale decorators.
WDHK m_dec_ECF1
Energy correlation factors decorators.
Gaudi::Property< float > m_beta
StringProperty m_grooming
WDHK m_dec_pT
Reclustered jets information decorators.
WDHK m_dec_Tau1
Nsubjetiness decorators.
Gaudi::Property< std::vector< std::string > > m_ghostNames
Gaudi::Property< float > m_zcut
virtual StatusCode initialize() override
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< float > m_R0
SG::ReadHandleKey< xAOD::JetContainer > m_jetKey
Gaudi::Property< float > m_rclus
Gaudi::Property< float > m_ptfrac
virtual StatusCode addBranches() const override
std::optional< fastjet::Filter > m_trimmer
WDHK m_dec_timing
Timing information.
RCJetSubstructureAug(const std::string &t, const std::string &n, const IInterface *p)
virtual ~RCJetSubstructureAug()
StringProperty m_selectionString
WDHK m_dec_Qw
Qw decorator.
std::optional< fastjet::contrib::SoftDrop > m_softdropper