|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #include "GaudiKernel/ITHistSvc.h"
7 #include "GaudiKernel/ServiceHandle.h"
11 #include "TProfile2D.h"
15 template <
class HistoArrayType>
16 void registerHistogramType
18 const HistoArrayType &
h,
const std::string &sampleName,
const std::string &
suffix){
20 const std::string titleRoot{
"/ESD/" + sampleName +
suffix};
21 for (
auto & thisHisto:
h ){
@ u
Enums for curvilinear frames.
std::map< unsigned int, TH1F * > m_x1DHistograms
unsigned int m_uPassedEvents
std::map< unsigned int, TH2F * > m_x2DHistograms
virtual void BookHistograms()
std::map< unsigned int, TProfile * > m_x1DProfHistograms
std::string to_string(const DetectorType &type)
std::map< unsigned int, TProfile2D * > m_x2DProfHistograms
std::string m_xSampleName