|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef PIXELCONDITIONSALGS_HITMAPBUILDER_H
6 #define PIXELCONDITIONSALGS_HITMAPBUILDER_H
9 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/ITHistSvc.h"
30 class PixelDetectorManager;
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);
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"};
103 #endif // PIXELCONDITIONSALGS_HITMAPBUILDER_H
std::vector< std::string > & splitter(const std::string &str, char delim, std::vector< std::string > &elems)
Property holding a SG store/key/clid from which a ReadHandle is made.
std::vector< double > m_nEventsLBCategory
std::unique_ptr< TH1F > m_nEventsLBHist
const PixelID * m_pixelID
ServiceHandle< ITHistSvc > m_tHistSvc
Gaudi::Property< int > m_evt_lbMin
const std::string histoSuffix(const int bec, const int layer)
std::vector< std::unique_ptr< TH1F > > m_TOTdistributionsIBL2dLB
StatusCode registerHistograms()
std::vector< std::unique_ptr< TH2F > > m_occupancyMapsIBL2dLB
std::vector< std::unique_ptr< TH2F > > m_occupancyMaps
std::vector< std::pair< std::string, std::vector< int > > > m_pixelMapping
std::vector< std::unique_ptr< TH1F > > m_TOTdistributions
::StatusCode StatusCode
StatusCode definition for legacy code.
const unsigned int m_nIblFes
SG::ReadHandleKey< PixelRDO_Container > m_pixelRDOKey
std::vector< double > m_nEventsLB
std::unique_ptr< TH1F > m_nEventsHist
Gaudi::Property< int > m_hist_lbMax
std::vector< std::unique_ptr< TH1F > > m_occupancyLB
AthAlgorithm()
Default constructor:
std::string getDCSIDFromPosition(int bec, int layer, int modPhi, int modEta)
Gaudi::Property< int > m_evt_lbMax
const InDetDD::PixelDetectorManager * m_pixman