11#ifndef ATHENABASECOMPS_ATHHISTOGRAMALGORITHM_H
12#define ATHENABASECOMPS_ATHHISTOGRAMALGORITHM_H 1
20#include "GaudiKernel/ServiceHandle.h"
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
const ServiceHandle< ITHistSvc > & histSvc() const
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a...
std::string m_histNamePrefix
The prefix for the histogram THx name.
virtual StatusCode sysInitialize()
Initialization method invoked by the framework.
virtual ~AthHistogramAlgorithm()
Destructor:
ServiceHandle< ITHistSvc > m_histSvc
Default constructor: AthHistogramAlgorithm();.
std::string m_prefix
Name of the ROOT output stream (file)
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.
std::string m_histTitlePrefix
The prefix for the histogram THx title.
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
AthHistogramming(const std::string &name)
Constructor with parameters: