Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef ANALYSISCALIBRATIONDATAUPDATER_H
10 #define ANALYSISCALIBRATIONDATAUPDATER_H
14 #include "GaudiKernel/MsgStream.h"
53 void copyResults(
const std::string& from,
const std::string&
to,
virtual ~CalibrationDataUpdater()=default
Default Destructor.
StatusCode initialize() override
standard Athena-Algorithm method
CalibrationDataUpdater(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
void writeOutput(TObject *in, const std::string &Name, TFile *fOut) const
Gaudi::Property m_overrideDefaults
flag if these results are to be used as defaults (they will anyway if no other results exist for the ...
std::string m_DbRootFile
ROOT file to be entered in COOL.
bool isValidName(const std::string &Name) const
void setDefaultResults(const std::string &Name, TFile *fOut) const
auxiliary functions
std::vector< std::string > m_paramNames
names of input and output parametrisations
::StatusCode StatusCode
StatusCode definition for legacy code.
std::string m_inputRootFile
input ROOT file containing new results
The namespace of all packages in PhysicsAnalysis/JetTagging.
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
void copyResults(const std::string &from, const std::string &to, TFile *fIn, TFile *fOut) const