Belle II Software  release-05-02-19
CDCDedxBadWires Class Reference

dE/dx wire gain calibration constants More...

#include <CDCDedxBadWires.h>

Inheritance diagram for CDCDedxBadWires:
Collaboration diagram for CDCDedxBadWires:

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 More...
 

Private Member Functions

 ClassDef (CDCDedxBadWires, 1)
 ClassDef.
 

Private Attributes

std::vector< double > m_badwires
 dE/dx gains for each wire
 

Detailed Description

dE/dx wire gain calibration constants

Definition at line 39 of file CDCDedxBadWires.h.

Member Function Documentation

◆ getBadWireStatus()

bool getBadWireStatus ( int  wire) const
inline

Return wire gain.

Parameters
wirenumber

Definition at line 74 of file CDCDedxBadWires.h.

81  {
82 
83  std::ofstream fBadWires;

◆ printBadWireStatus()

void printBadWireStatus ( bool  save = true,
std::string  sfx = "local" 
) const
inline

print all wire numbers

Definition at line 88 of file CDCDedxBadWires.h.


The documentation for this class was generated from the following file: