C++ class to handle the extraction of JES objects (aka JEC) starting from the JEC tags and jet types.
More...
C++ class to handle the extraction of JES objects (aka JEC) starting from the JEC tags and jet types.
◆ JESpaths()
Construct a new JESpaths object with the jecTag and jetType specified.
- Parameters
-
◆ GetParameters()
JetCorrectorParameters GetParameters |
( |
str |
level, |
|
|
str |
uncertType = "" |
|
) |
| |
Get the JetCorrectorParameters object.
- Parameters
-
level | Correction level (ex. "L1"). |
uncertType | Empty string for the total uncertainty but any uncertainty in the JEC file can be provided. |
- Returns
- JetCorrectorParameters
◆ GetTxtFileStr()
str GetTxtFileStr |
( |
str |
level | ) |
|
Get the JEC file as a string. Used in JES_weight for parsing possible uncertainty sources.
- Parameters
-
level | Correction level (ex. "L1"). |
- Returns
- str
The documentation for this class was generated from the following files:
- TIMBER/Framework/include/JME_common.h
- TIMBER/Framework/src/JME_common.cc