ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
DerivationFramework::RCJetSubstructureAug::moments_t Struct Reference

#include <RCJetSubstructureAug.h>

Collaboration diagram for DerivationFramework::RCJetSubstructureAug::moments_t:

Public Member Functions

 moments_t (const std::string &suffix)
 

Public Attributes

SG::AuxElement::Decorator< float > dec_Qw
 Qw decorator. More...
 
SG::AuxElement::Decorator< float > dec_Tau1
 Nsubjetiness decorators. More...
 
SG::AuxElement::Decorator< float > dec_Tau2
 
SG::AuxElement::Decorator< float > dec_Tau3
 
SG::AuxElement::Decorator< float > dec_Tau4
 
SG::AuxElement::Decorator< float > dec_Tau21
 
SG::AuxElement::Decorator< float > dec_Tau32
 
SG::AuxElement::Decorator< float > dec_Split12
 KtSplittingScale decorators. More...
 
SG::AuxElement::Decorator< float > dec_Split23
 
SG::AuxElement::Decorator< float > dec_Split34
 
SG::AuxElement::Decorator< float > dec_ECF1
 Energy correlation factors decorators. More...
 
SG::AuxElement::Decorator< float > dec_ECF2
 
SG::AuxElement::Decorator< float > dec_ECF3
 
SG::AuxElement::Decorator< float > dec_ECF4
 
SG::AuxElement::Decorator< float > dec_C2
 
SG::AuxElement::Decorator< float > dec_D2
 
SG::AuxElement::Decorator< float > dec_pT
 Cluster jets informations decorators. More...
 
SG::AuxElement::Decorator< float > dec_m
 
SG::AuxElement::Decorator< float > dec_NConstits
 
SG::AuxElement::Decorator< float > dec_eta
 
SG::AuxElement::Decorator< float > dec_phi
 
SG::AuxElement::Decorator< float > dec_timing
 Timing information. More...
 

Detailed Description

Definition at line 73 of file RCJetSubstructureAug.h.

Constructor & Destructor Documentation

◆ moments_t()

DerivationFramework::RCJetSubstructureAug::moments_t::moments_t ( const std::string &  suffix)
inline

Definition at line 108 of file RCJetSubstructureAug.h.

108  :
109 
110  dec_Qw("Qw_" + suffix),
111 
112  dec_Tau1("Tau1_" + suffix),
113  dec_Tau2("Tau2_" + suffix),
114  dec_Tau3("Tau3_" + suffix),
115  dec_Tau4("Tau4_" + suffix),
116  dec_Tau21("Tau21_" + suffix),
117  dec_Tau32("Tau32_" + suffix),
118 
119  dec_Split12("Split12_" + suffix),
120  dec_Split23("Split23_" + suffix),
121  dec_Split34("Split34_" + suffix),
122 
123  dec_ECF1("ECF1_" + suffix),
124  dec_ECF2("ECF2_" + suffix),
125  dec_ECF3("ECF3_" + suffix),
126  dec_ECF4("ECF4_" + suffix),
127  dec_C2("C2_" + suffix),
128  dec_D2("D2_" + suffix),
129 
130  dec_pT("pT_" + suffix),
131  dec_m("m_" + suffix),
132  dec_NConstits("NConstits_" + suffix),
133  dec_eta("eta_" + suffix),
134  dec_phi("phi_" + suffix),
135 
136  dec_timing("timing_" + suffix){}

Member Data Documentation

◆ dec_C2

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_C2

Definition at line 95 of file RCJetSubstructureAug.h.

◆ dec_D2

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_D2

Definition at line 96 of file RCJetSubstructureAug.h.

◆ dec_ECF1

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_ECF1

Energy correlation factors decorators.

Definition at line 91 of file RCJetSubstructureAug.h.

◆ dec_ECF2

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_ECF2

Definition at line 92 of file RCJetSubstructureAug.h.

◆ dec_ECF3

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_ECF3

Definition at line 93 of file RCJetSubstructureAug.h.

◆ dec_ECF4

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_ECF4

Definition at line 94 of file RCJetSubstructureAug.h.

◆ dec_eta

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_eta

Definition at line 102 of file RCJetSubstructureAug.h.

◆ dec_m

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_m

Definition at line 100 of file RCJetSubstructureAug.h.

◆ dec_NConstits

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_NConstits

Definition at line 101 of file RCJetSubstructureAug.h.

◆ dec_phi

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_phi

Definition at line 103 of file RCJetSubstructureAug.h.

◆ dec_pT

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_pT

Cluster jets informations decorators.

Definition at line 99 of file RCJetSubstructureAug.h.

◆ dec_Qw

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_Qw

Qw decorator.

Definition at line 75 of file RCJetSubstructureAug.h.

◆ dec_Split12

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_Split12

KtSplittingScale decorators.

Definition at line 86 of file RCJetSubstructureAug.h.

◆ dec_Split23

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_Split23

Definition at line 87 of file RCJetSubstructureAug.h.

◆ dec_Split34

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_Split34

Definition at line 88 of file RCJetSubstructureAug.h.

◆ dec_Tau1

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau1

Nsubjetiness decorators.

Definition at line 78 of file RCJetSubstructureAug.h.

◆ dec_Tau2

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau2

Definition at line 79 of file RCJetSubstructureAug.h.

◆ dec_Tau21

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau21

Definition at line 82 of file RCJetSubstructureAug.h.

◆ dec_Tau3

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau3

Definition at line 80 of file RCJetSubstructureAug.h.

◆ dec_Tau32

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau32

Definition at line 83 of file RCJetSubstructureAug.h.

◆ dec_Tau4

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau4

Definition at line 81 of file RCJetSubstructureAug.h.

◆ dec_timing

SG::AuxElement::Decorator<float> DerivationFramework::RCJetSubstructureAug::moments_t::dec_timing

Timing information.

Definition at line 106 of file RCJetSubstructureAug.h.


The documentation for this struct was generated from the following file:
DerivationFramework::RCJetSubstructureAug::moments_t::dec_phi
SG::AuxElement::Decorator< float > dec_phi
Definition: RCJetSubstructureAug.h:103
hotSpotInTAG.suffix
string suffix
Definition: hotSpotInTAG.py:186
DerivationFramework::RCJetSubstructureAug::moments_t::dec_pT
SG::AuxElement::Decorator< float > dec_pT
Cluster jets informations decorators.
Definition: RCJetSubstructureAug.h:99
DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau1
SG::AuxElement::Decorator< float > dec_Tau1
Nsubjetiness decorators.
Definition: RCJetSubstructureAug.h:78
DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau2
SG::AuxElement::Decorator< float > dec_Tau2
Definition: RCJetSubstructureAug.h:79
DerivationFramework::RCJetSubstructureAug::moments_t::dec_ECF2
SG::AuxElement::Decorator< float > dec_ECF2
Definition: RCJetSubstructureAug.h:92
DerivationFramework::RCJetSubstructureAug::moments_t::dec_C2
SG::AuxElement::Decorator< float > dec_C2
Definition: RCJetSubstructureAug.h:95
DerivationFramework::RCJetSubstructureAug::moments_t::dec_Split12
SG::AuxElement::Decorator< float > dec_Split12
KtSplittingScale decorators.
Definition: RCJetSubstructureAug.h:86
DerivationFramework::RCJetSubstructureAug::moments_t::dec_timing
SG::AuxElement::Decorator< float > dec_timing
Timing information.
Definition: RCJetSubstructureAug.h:106
DerivationFramework::RCJetSubstructureAug::moments_t::dec_NConstits
SG::AuxElement::Decorator< float > dec_NConstits
Definition: RCJetSubstructureAug.h:101
DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau21
SG::AuxElement::Decorator< float > dec_Tau21
Definition: RCJetSubstructureAug.h:82
DerivationFramework::RCJetSubstructureAug::moments_t::dec_ECF4
SG::AuxElement::Decorator< float > dec_ECF4
Definition: RCJetSubstructureAug.h:94
DerivationFramework::RCJetSubstructureAug::moments_t::dec_D2
SG::AuxElement::Decorator< float > dec_D2
Definition: RCJetSubstructureAug.h:96
DerivationFramework::RCJetSubstructureAug::moments_t::dec_Qw
SG::AuxElement::Decorator< float > dec_Qw
Qw decorator.
Definition: RCJetSubstructureAug.h:75
DerivationFramework::RCJetSubstructureAug::moments_t::dec_Split34
SG::AuxElement::Decorator< float > dec_Split34
Definition: RCJetSubstructureAug.h:88
DerivationFramework::RCJetSubstructureAug::moments_t::dec_ECF1
SG::AuxElement::Decorator< float > dec_ECF1
Energy correlation factors decorators.
Definition: RCJetSubstructureAug.h:91
DerivationFramework::RCJetSubstructureAug::moments_t::dec_ECF3
SG::AuxElement::Decorator< float > dec_ECF3
Definition: RCJetSubstructureAug.h:93
DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau4
SG::AuxElement::Decorator< float > dec_Tau4
Definition: RCJetSubstructureAug.h:81
DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau32
SG::AuxElement::Decorator< float > dec_Tau32
Definition: RCJetSubstructureAug.h:83
DerivationFramework::RCJetSubstructureAug::moments_t::dec_m
SG::AuxElement::Decorator< float > dec_m
Definition: RCJetSubstructureAug.h:100
DerivationFramework::RCJetSubstructureAug::moments_t::dec_Split23
SG::AuxElement::Decorator< float > dec_Split23
Definition: RCJetSubstructureAug.h:87
DerivationFramework::RCJetSubstructureAug::moments_t::dec_Tau3
SG::AuxElement::Decorator< float > dec_Tau3
Definition: RCJetSubstructureAug.h:80
DerivationFramework::RCJetSubstructureAug::moments_t::dec_eta
SG::AuxElement::Decorator< float > dec_eta
Definition: RCJetSubstructureAug.h:102