5#ifndef PIXELCONDITIONSALGS_HITMAPBUILDER_H
6#define PIXELCONDITIONSALGS_HITMAPBUILDER_H
9#include "GaudiKernel/ServiceHandle.h"
13#include "GaudiKernel/ITHistSvc.h"
61 std::vector<std::string> &
splitter(
const std::string &
str,
char delim, std::vector<std::string> &elems);
62 std::vector<std::string>
splitter(
const std::string &
str,
char delim);
64 const std::string
histoSuffix(
const int bec,
const int layer);
67 ServiceHandle <ITHistSvc>
m_tHistSvc{
this,
"THistSvc",
"THistSvc/THistSvc"};
88 Gaudi::Property<int>
m_hist_lbMax{
this,
"nLBmax", 3001,
"Maximum number of LB (for histograms binning)"};
89 Gaudi::Property<int>
m_evt_lbMin{
this,
"LBMin",0,
"First lumi block to consider"};
90 Gaudi::Property<int>
m_evt_lbMax{
this,
"LBMax",-1,
"Last lumi block to consider"};
Property holding a SG store/key/clid from which a ReadHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::vector< std::unique_ptr< TH1F > > m_occupancyLB
const std::string histoSuffix(const int bec, const int layer)
Gaudi::Property< int > m_evt_lbMax
const PixelID * m_pixelID
SG::ReadHandleKey< PixelRDO_Container > m_pixelRDOKey
StatusCode registerHistograms()
std::string getDCSIDFromPosition(int bec, int layer, int modPhi, int modEta)
std::vector< std::unique_ptr< TH1F > > m_TOTdistributions
std::vector< std::unique_ptr< TH2F > > m_occupancyMapsIBL2dLB
std::vector< std::pair< std::string, std::vector< int > > > m_pixelMapping
std::vector< double > m_nEventsLB
Gaudi::Property< int > m_evt_lbMin
ServiceHandle< ITHistSvc > m_tHistSvc
std::unique_ptr< TH1F > m_nEventsLBHist
std::vector< std::unique_ptr< TH1F > > m_TOTdistributionsIBL2dLB
const InDetDD::PixelDetectorManager * m_pixman
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::vector< std::unique_ptr< TH2F > > m_occupancyMaps
std::unique_ptr< TH1F > m_nEventsHist
std::vector< double > m_nEventsLBCategory
Gaudi::Property< int > m_hist_lbMax
std::vector< std::string > & splitter(const std::string &str, char delim, std::vector< std::string > &elems)
const unsigned int m_nIblFes
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated pixel ...
This is an Identifier helper class for the Pixel subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.