Template to read JetContext.
More...
#include <InputVariable.h>
template<typename T>
class JetHelper::InputVariableJetContext< T >
Template to read JetContext.
Definition at line 78 of file InputVariable.h.
◆ InputVariableJetContext()
◆ createVariable()
static std::unique_ptr<InputVariable> JetHelper::InputVariable::createVariable |
( |
const std::string & |
name, |
|
|
const std::string & |
type, |
|
|
const bool |
isJetVar |
|
) |
| |
|
staticinherited |
This function specialize the variable to the one choose by the user.
◆ getName()
std::string JetHelper::InputVariable::getName |
( |
| ) |
const |
|
inlineinherited |
This function return the name of the variable.
Definition at line 54 of file InputVariable.h.
◆ getScale()
float JetHelper::InputVariable::getScale |
( |
| ) |
const |
|
inlineinherited |
This function return the scale of the variable.
Definition at line 56 of file InputVariable.h.
◆ getValue()
◆ getValue_prot()
|
inlineprotectedvirtualinherited |
◆ setGeV()
void JetHelper::InputVariable::setGeV |
( |
| ) |
|
|
inlineinherited |
This function set the scale to GeV, assuming MeV by default.
Definition at line 60 of file InputVariable.h.
◆ setMeV()
void JetHelper::InputVariable::setMeV |
( |
| ) |
|
|
inlineinherited |
This function set the scale to MeV, assuming MeV by default (it does nothing)
Definition at line 62 of file InputVariable.h.
◆ setScale()
void JetHelper::InputVariable::setScale |
( |
const float |
scale | ) |
|
|
inlineinherited |
This function set the scale of the variable.
Definition at line 58 of file InputVariable.h.
◆ m_customFunction
◆ m_name
const std::string JetHelper::InputVariable::m_name |
|
protectedinherited |
◆ m_scale
float JetHelper::InputVariable::m_scale |
|
protectedinherited |
The documentation for this class was generated from the following file: