|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef CSCCALIBDATA_CSCCALIBREPORTSLOPE_H
6 #define CSCCALIBDATA_CSCCALIBREPORTSLOPE_H
72 void setAmpProfs(std::map<int,TProfile*> * someAmpProfs);
94 const std::map<int,TProfile*> *
getAmpProfs()
const;
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)
const std::set< int > * getPulsedChambers() const
getPulsedChambers - Contains the chambers that were pulsed.
std::vector< float > * m_fitResults
def TProfile(*args, **kwargs)
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.