#include <CscCalibReportSlope.h>
Definition at line 28 of file CscCalibReportSlope.h.
◆ CscCalibReportSlope() [1/3]
| CscCalibReportSlope::CscCalibReportSlope |
( |
| ) |
|
◆ CscCalibReportSlope() [2/3]
| CscCalibReportSlope::CscCalibReportSlope |
( |
std::string | label | ) |
|
◆ CscCalibReportSlope() [3/3]
◆ ~CscCalibReportSlope()
| CscCalibReportSlope::~CscCalibReportSlope |
( |
| ) |
|
◆ getAmpProfs()
| const std::map< int, TProfile * > & CscCalibReportSlope::getAmpProfs |
( |
| ) |
const |
getAmpProfs - get the map of ampProfs stored.
These show the amplitudes each channel showed at a given pulserLevel
Definition at line 57 of file CscCalibReportSlope.cxx.
58{
60}
std::map< int, TProfile * > m_ampProfs
◆ getBitHists()
| const std::vector< TH1I * > & CscCalibReportSlope::getBitHists |
( |
| ) |
const |
Retrieve bit histogram vector.
Definition at line 33 of file CscCalibReportSlope.cxx.
34{
36}
std::vector< TH1I * > m_bitHists
◆ getCalGraphs()
| const std::vector< TGraphErrors * > & CscCalibReportSlope::getCalGraphs |
( |
| ) |
const |
Retrieve pedestal amplitude histogram vector.
Definition at line 43 of file CscCalibReportSlope.cxx.
44{
46}
std::vector< TGraphErrors * > m_calGraphs
◆ getFitResults()
| const std::vector< float > & CscCalibReportSlope::getFitResults |
( |
| ) |
const |
getFitReturns - Contains slope fit results.
Definition at line 73 of file CscCalibReportSlope.cxx.
73 {
75}
std::vector< float > m_fitResults
◆ getLabel()
| const std::string & CscCalibReportBase::getLabel |
( |
| ) |
const |
|
inherited |
◆ getPulsedChambers()
| const std::set< int > & CscCalibReportSlope::getPulsedChambers |
( |
| ) |
const |
getPulsedChambers - Contains the chambers that were pulsed.
Stored as hash Ids
Definition at line 68 of file CscCalibReportSlope.cxx.
69{
71}
std::set< int > m_pulsedChambers
◆ operator=()
◆ setAmpProfs()
| void CscCalibReportSlope::setAmpProfs |
( |
std::map< int, TProfile * > && | someAmpProfs | ) |
|
setAmpProfs - set the changed dead channels
- Parameters
-
| someAmpProfs | - Pointer to map of changed channels and their new value |
Definition at line 48 of file CscCalibReportSlope.cxx.
◆ setBitHists()
| void CscCalibReportSlope::setBitHists |
( |
std::vector< TH1I * > && | somePedAmpHists | ) |
|
◆ setCalGraphs()
| void CscCalibReportSlope::setCalGraphs |
( |
std::vector< TGraphErrors * > && | someCalGraphs | ) |
|
setCalGraphs - Set the pedAmpHist vector.
- Parameters
-
| someCalGraphs | - vector of calibration graphs. |
Definition at line 38 of file CscCalibReportSlope.cxx.
◆ setFitResults()
| void CscCalibReportSlope::setFitResults |
( |
std::vector< float > && | fitResults | ) |
|
◆ setLabel()
| void CscCalibReportBase::setLabel |
( |
const std::string & | label | ) |
|
|
inherited |
◆ setPulsedChambers()
| void CscCalibReportSlope::setPulsedChambers |
( |
std::set< int > && | somePulsedChambers | ) |
|
setPulsedChambers - set the pulsed chambers
- Parameters
-
| somePulsedChambers | - Pointer to set of pulsed chambers. Takes ownership. |
Definition at line 62 of file CscCalibReportSlope.cxx.
◆ m_ampProfs
| std::map<int,TProfile*> CscCalibReportSlope::m_ampProfs |
|
private |
◆ m_bitHists
| std::vector<TH1I*> CscCalibReportSlope::m_bitHists |
|
private |
◆ m_calGraphs
| std::vector<TGraphErrors*> CscCalibReportSlope::m_calGraphs |
|
private |
◆ m_fitResults
| std::vector<float> CscCalibReportSlope::m_fitResults |
|
private |
◆ m_label
| std::string CscCalibReportBase::m_label |
|
privateinherited |
◆ m_pulsedChambers
| std::set<int> CscCalibReportSlope::m_pulsedChambers |
|
private |
The documentation for this class was generated from the following files: