|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef ATHENABASECOMPS_ATHHISTOGRAMALGORITHM_H
12 #define ATHENABASECOMPS_ATHHISTOGRAMALGORITHM_H 1
20 #include "GaudiKernel/ServiceHandle.h"
119 #endif //> !ATHENABASECOMPS_ATHHISTOGRAMALGORITHM_H
const ServiceHandle< ITHistSvc > & histSvc() const
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a...
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ServiceHandle< ITHistSvc > m_histSvc
Default constructor: AthHistogramAlgorithm();.
std::string m_prefix
Name of the ROOT output stream (file)
std::string m_histNamePrefix
The prefix for the histogram THx name.
std::string m_histTitlePrefix
The prefix for the histogram THx title.
virtual ~AthHistogramAlgorithm()
Destructor:
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode sysInitialize()
Initialization method invoked by the framework.
std::string m_histNamePostfix
The postfix for the histogram THx name.
std::string m_histTitlePostfix
The postfix for the histogram THx title.
std::string m_rootDir
Name of the ROOT directory.