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;
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
std::string label(const std::string &format, int i)