Database object for fudge factors for CDC space resol.
More...
#include <CDCFudgeFactorsForSigma.h>
|
| CDCFudgeFactorsForSigma () |
| Default constructor.
|
|
void | setGroupID (unsigned short mode) |
| Set group id (factors per group) id=0: all-wires; >=1: not ready.
|
|
void | setFactors (unsigned short id, const std::vector< float > &factors) |
| Set the factors in the list. More...
|
|
unsigned short | getGroupID () const |
| Get group id.
|
|
unsigned short | getEntries () const |
| Get the no. More...
|
|
std::map< unsigned short, std::vector< float > > | getFactors () const |
| Get the whole list.
|
|
const std::vector< float > & | getFactors (unsigned short id) const |
| Get the factors for the id. More...
|
|
void | dump () const |
| Print all contents.
|
|
|
unsigned short | m_groupID = 0 |
| Output the contents in text file format. More...
|
|
std::map< unsigned short, std::vector< float > > | m_ffs |
| cv list
|
|
Database object for fudge factors for CDC space resol.
Needed both for MC and data production. This object would probably be tentative; may be merged into the CDCSpaceResols object in future...
Definition at line 35 of file CDCFudgeFactorsForSigma.h.
◆ getEntries()
unsigned short getEntries |
( |
| ) |
const |
|
inline |
◆ getFactors()
const std::vector<float>& getFactors |
( |
unsigned short |
id | ) |
const |
|
inline |
◆ setFactors()
void setFactors |
( |
unsigned short |
id, |
|
|
const std::vector< float > & |
factors |
|
) |
| |
|
inline |
Set the factors in the list.
- Parameters
-
id | laerID(0-55) or wireID |
factors | factors |
Definition at line 57 of file CDCFudgeFactorsForSigma.h.
◆ m_groupID
unsigned short m_groupID = 0 |
|
private |
The documentation for this class was generated from the following file: