|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TAURECTOOLS_TAURECTOOLBASE_H
6 #define TAURECTOOLS_TAURECTOOLBASE_H
76 Gaudi::Property<bool>
m_in_trigger {
this,
"inTrigger",
false,
"Indicate if the tool is running on trigger"};
77 Gaudi::Property<bool>
m_in_AOD {
this,
"inAOD",
false,
"Indicate if the tool is running on AOD"};
78 Gaudi::Property<bool>
m_in_EleRM {
this,
"inEleRM",
false,
"Indicate if the tool is running on EleRM routine"};
79 Gaudi::Property<std::string>
m_tauRecToolsTag {
this,
"calibFolder",
"tauRecTools/R22_preprod",
"CVMFS path to the tau calibration folder"};
91 #endif // TAURECTOOLS_TAURECTOOLBASE_H
::StatusCode StatusCode
StatusCode definition for legacy code.
Class describing a tau jet.
PFOContainer_v1 PFOContainer
Definition of the current "pfo container version".
CaloCellContainer that can accept const cell pointers.