|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #include "GaudiKernel/MsgStream.h"
10 #include "TGraphErrors.h"
23 m_pulsedChambers(nullptr),
33 m_pulsedChambers(nullptr),
62 log<<MSG::WARNING<<
"Writing over already existing calGraphs in report!"<<
endmsg;
77 log<<MSG::WARNING<<
"writing over already existing dead changes in report!"<<
endmsg;
95 log<<MSG::WARNING<<
"Writing over previously existing pulsed chambers!"<<
endmsg;
singleton-like access to IMessageSvc via open function and helper
void setPulsedChambers(std::set< int > *somePulsedChambers)
setPulsedChambers - set the pulsed chambers
const DataVector< TH1I > * getBitHists() const
Retrive bit histogram vector.
void setFitResults(std::vector< float > *fitResults)
IMessageSvc * getMessageSvc(bool quiet=false)
const std::set< int > * getPulsedChambers() const
getPulsedChambers - Contains the chambers that were pulsed.
std::vector< float > * m_fitResults
const std::vector< float > * getFitResults() const
getFitReturns - Contains slope fit results.
void setAmpProfs(std::map< int, TProfile * > *someAmpProfs)
setAmpProfs - set the changed dead channels
DataVector< TGraphErrors > * m_calGraphs
std::map< int, TProfile * > * m_ampProfs
const std::map< int, TProfile * > * getAmpProfs() const
getAmpProfs - get the map of ampProfs stored.
An STL vector of pointers that by default owns its pointed-to elements.
void setBitHists(DataVector< TH1I > *somePedAmpHists)
DataVector< TH1I > * m_bitHists
void setCalGraphs(DataVector< TGraphErrors > *someCalGraphs)
setCalGraphs - Set the pedAmpHist vector.
std::set< int > * m_pulsedChambers
const DataVector< TGraphErrors > * getCalGraphs() const
Retrieve pedestal amplitude histogram vector.