Belle II Software
release-08-01-10
|
dE/dx wire gain calibration constants More...
#include <CDCDedxWireGain.h>
Public Member Functions | |
CDCDedxWireGain () | |
Default constructor. | |
CDCDedxWireGain (const std::vector< double > &wiregains) | |
Constructor. | |
~CDCDedxWireGain () | |
Destructor. | |
CDCDedxWireGain & | operator*= (CDCDedxWireGain const &rhs) |
Combine payloads. | |
void | setWireGain (int wire, double gain) |
Set wire gain. | |
float | getWireGain (int wire) const |
Return wire gain. More... | |
Private Member Functions | |
ClassDef (CDCDedxWireGain, 5) | |
ClassDef. | |
Private Attributes | |
std::vector< double > | m_wiregains |
Note, we are using dense packed wire number (0-14336) defined as follows: const int iwire = (superlayer == 0) ? 160*layer+wire : m_nLayerWires[superlayer-1]+(160+32*(superlayer-1))*layer+wire; -see reconstruction/modules/CDCDedxPIDModule. More... | |
dE/dx wire gain calibration constants
Definition at line 25 of file CDCDedxWireGain.h.
|
inline |
Return wire gain.
wire | number |
Definition at line 68 of file CDCDedxWireGain.h.
|
private |
Note, we are using dense packed wire number (0-14336) defined as follows: const int iwire = (superlayer == 0) ? 160*layer+wire : m_nLayerWires[superlayer-1]+(160+32*(superlayer-1))*layer+wire; -see reconstruction/modules/CDCDedxPIDModule.
dE/dx gains for each wire
Definition at line 83 of file CDCDedxWireGain.h.