#include <R3BNeulandQCalPar.h>
|
| R3BNeulandQCalPar (const char *name="NeulandQCalPar", const char *title="Calibration", const char *context="TestDefaultContext", Bool_t own=kTRUE) |
| Standard constructor.
|
|
virtual | ~R3BNeulandQCalPar (void) |
| Destructor.
|
|
void | SetSize (Int_t size) |
| Method to set the size of the array of parameters.
|
|
void | putParams (FairParamList *list) |
| Method to store parameters using FairRuntimeDB.
|
|
Bool_t | getParams (FairParamList *list) |
| Method to retrieve parameters using FairRuntimeDB.
|
|
void | printParams () |
| Method to print value of parameters to the standard output.
|
|
void | SetParAt (Int_t plane, Int_t bar, Int_t side, Int_t offset) |
| Method to set the pedestal offset of a PMT.
|
|
Int_t | GetParAt (Int_t plane, Int_t bar, Int_t side) |
| Method to get the pedestal offset of a PMT.
|
|
Definition at line 25 of file R3BNeulandQCalPar.h.
◆ R3BNeulandQCalPar()
R3BNeulandQCalPar::R3BNeulandQCalPar |
( |
const char * | name = "NeulandQCalPar", |
|
|
const char * | title = "Calibration", |
|
|
const char * | context = "TestDefaultContext", |
|
|
Bool_t | own = kTRUE ) |
Creates instance of this class.
- Parameters
-
name | a name of container. |
title | a title of container. |
context | context/purpose for parameters and conditions. |
own | class ownership, if flag is kTRUE FairDB has the par. |
Definition at line 18 of file R3BNeulandQCalPar.cxx.
◆ ~R3BNeulandQCalPar()
R3BNeulandQCalPar::~R3BNeulandQCalPar |
( |
void | | ) |
|
|
virtual |
◆ getParams()
Bool_t R3BNeulandQCalPar::getParams |
( |
FairParamList * | list | ) |
|
- Parameters
-
list | a list of parameters. |
- Returns
- kTRUE if successful, else kFALSE.
Definition at line 35 of file R3BNeulandQCalPar.cxx.
◆ GetParAt()
Int_t R3BNeulandQCalPar::GetParAt |
( |
Int_t | plane, |
|
|
Int_t | bar, |
|
|
Int_t | side ) |
|
inline |
- Parameters
-
plane | an index of detector plane [0, nPlanes-1] |
bar | a bar index within the plane [0,49] |
side | a side of a paddle {1,2} |
offset | the pedestal offset |
Definition at line 89 of file R3BNeulandQCalPar.h.
◆ printParams()
void R3BNeulandQCalPar::printParams |
( |
| ) |
|
◆ putParams()
void R3BNeulandQCalPar::putParams |
( |
FairParamList * | list | ) |
|
◆ SetParAt()
void R3BNeulandQCalPar::SetParAt |
( |
Int_t | plane, |
|
|
Int_t | bar, |
|
|
Int_t | side, |
|
|
Int_t | offset ) |
|
inline |
- Parameters
-
plane | an index of detector plane [0, nPlanes-1] |
bar | a bar index within the plane [0,49] |
side | a side of a paddle {1,2} |
offset | the pedestal offset |
Definition at line 77 of file R3BNeulandQCalPar.h.
◆ SetSize()
void R3BNeulandQCalPar::SetSize |
( |
Int_t | size | ) |
|
The documentation for this class was generated from the following files: