5#ifndef TAURECTOOLS_TAURECTOOLBASE_H
6#define TAURECTOOLS_TAURECTOOLBASE_H
45 virtual StatusCode executeDev(
xAOD::TauJet& pTau)
override;
70 virtual StatusCode
finalize()
override;
72 std::string
find_file(
const std::string& fname)
const;
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"};
CaloCellContainer that can accept const cell pointers.
PFOContainer_v1 PFOContainer
Definition of the current "pfo container version".
ParticleContainer_v1 ParticleContainer
Define the latest version of the particle class.
VertexContainer_v1 VertexContainer
Definition of the current "Vertex container version".
TauJet_v3 TauJet
Definition of the current "tau version".
TauTrackContainer_v1 TauTrackContainer
Definition of the current TauTrack container version.
CaloClusterContainer_v1 CaloClusterContainer
Define the latest version of the calorimeter cluster container.