7#include "GaudiKernel/MsgStream.h"
10#include "TGraphErrors.h"
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;
An STL vector of pointers that by default owns its pointed-to elements.
void setBitHists(DataVector< TH1I > *somePedAmpHists)
std::vector< float > * m_fitResults
std::set< int > * m_pulsedChambers
const DataVector< TH1I > * getBitHists() const
Retrieve bit histogram vector.
void setFitResults(std::vector< float > *fitResults)
DataVector< TH1I > * m_bitHists
std::map< int, TProfile * > * m_ampProfs
void setAmpProfs(std::map< int, TProfile * > *someAmpProfs)
setAmpProfs - set the changed dead channels
const std::set< int > * getPulsedChambers() const
getPulsedChambers - Contains the chambers that were pulsed.
const std::map< int, TProfile * > * getAmpProfs() const
getAmpProfs - get the map of ampProfs stored.
void setCalGraphs(DataVector< TGraphErrors > *someCalGraphs)
setCalGraphs - Set the pedAmpHist vector.
DataVector< TGraphErrors > * m_calGraphs
const std::vector< float > * getFitResults() const
getFitReturns - Contains slope fit results.
const DataVector< TGraphErrors > * getCalGraphs() const
Retrieve pedestal amplitude histogram vector.
void setPulsedChambers(std::set< int > *somePulsedChambers)
setPulsedChambers - set the pulsed chambers
singleton-like access to IMessageSvc via open function and helper
std::string label(const std::string &format, int i)
IMessageSvc * getMessageSvc(bool quiet=false)