ATLAS Offline Software
Loading...
Searching...
No Matches
NSubjettinessTool::moments_t Struct Reference

N-subjettiness moments structure. More...

Collaboration diagram for NSubjettinessTool::moments_t:

Public Member Functions

 moments_t (float Alpha, const std::string &Prefix)

Public Attributes

std::string prefix
 Prefix for decorations.
std::string suffix
 Suffix for decorations.
float alpha
 Alpha value for calculations.

Detailed Description

N-subjettiness moments structure.


Structure to hold all of the necessary moment information for a single set of NSubjettiness calculations. This includes the prefix and suffix, alpha, and the

necessary decorators.

Definition at line 53 of file NSubjettinessTool.h.

Constructor & Destructor Documentation

◆ moments_t()

NSubjettinessTool::moments_t::moments_t ( float Alpha,
const std::string & Prefix )
inline

Definition at line 63 of file NSubjettinessTool.h.

64 : prefix (Prefix),
65 suffix (GetAlphaSuffix(Alpha)),
66 alpha (Alpha) {}
std::string GetAlphaSuffix(float alpha)
float alpha
Alpha value for calculations.
std::string prefix
Prefix for decorations.
std::string suffix
Suffix for decorations.

Member Data Documentation

◆ alpha

float NSubjettinessTool::moments_t::alpha

Alpha value for calculations.

Definition at line 61 of file NSubjettinessTool.h.

◆ prefix

std::string NSubjettinessTool::moments_t::prefix

Prefix for decorations.

Definition at line 55 of file NSubjettinessTool.h.

◆ suffix

std::string NSubjettinessTool::moments_t::suffix

Suffix for decorations.

Definition at line 58 of file NSubjettinessTool.h.


The documentation for this struct was generated from the following file: