Belle II Software
release-08-01-10
|
dE/dx wire gain calibration constants More...
#include <CDCDedxBadWires.h>
Public Member Functions | |
CDCDedxBadWires () | |
Default constructor. | |
CDCDedxBadWires (const std::vector< double > &badwires) | |
Constructor. | |
~CDCDedxBadWires () | |
Destructor. | |
void | setBadWireStatus (int wire, bool status) |
Set wire gain. | |
bool | getBadWireStatus (int wire) const |
Return wire gain. More... | |
void | printBadWireStatus (bool save=true, std::string sfx="local") const |
print all wire numbers | |
Private Member Functions | |
ClassDef (CDCDedxBadWires, 1) | |
ClassDef. | |
Private Attributes | |
std::vector< double > | m_badwires |
dE/dx gains for each wire | |
dE/dx wire gain calibration constants
Definition at line 29 of file CDCDedxBadWires.h.
|
inline |
Return wire gain.
wire | number |
Definition at line 64 of file CDCDedxBadWires.h.