#include <S800TSettings.h>
|
| S800TSettings () |
|
| ~S800TSettings () |
|
void | PrintAll () |
|
void | PrintChannelCorrections (string Name) |
|
void | PrintChannelMapInfo (int GlobalID) |
|
void | PrintChannelMapInfo (string Name) |
|
void | PrintFilterInfo (string Name) |
|
double | GetChannelsSlope (string Name) |
|
double | GetChannelsIntercept (string Name) |
|
double | GetChannelsTimeOffset (string Name) |
|
int | GetBarId (string Name) |
|
string | GetBarName (int BarId) |
|
void | AddCorrectionSettings (string Name, double slope, double inter, double toff) |
|
void | AddMapSettings (string Name, int GlobalID, string RefName, int refGlobalID) |
|
void | AddFilterSettings (string Name, int FL, int FG, int d, int w, bool flag) |
|
void | SetBarIds (map< string, int > v) |
|
Int_t | GetNumBars () |
|
| ClassDef (S800TSettings, 2) |
|
Definition at line 25 of file S800TSettings.h.
◆ S800TSettings()
S800TSettings::S800TSettings |
( |
| ) |
|
◆ ~S800TSettings()
S800TSettings::~S800TSettings |
( |
| ) |
|
|
default |
◆ AddCorrectionSettings()
void S800TSettings::AddCorrectionSettings |
( |
string |
Name, |
|
|
double |
slope, |
|
|
double |
inter, |
|
|
double |
toff |
|
) |
| |
◆ AddFilterSettings()
void S800TSettings::AddFilterSettings |
( |
string |
Name, |
|
|
int |
FL, |
|
|
int |
FG, |
|
|
int |
d, |
|
|
int |
w, |
|
|
bool |
flag |
|
) |
| |
◆ AddMapSettings()
void S800TSettings::AddMapSettings |
( |
string |
Name, |
|
|
int |
GlobalID, |
|
|
string |
RefName, |
|
|
int |
refGlobalID |
|
) |
| |
◆ ClassDef()
◆ GetBarId()
int S800TSettings::GetBarId |
( |
string |
Name | ) |
|
|
inline |
◆ GetBarName()
string S800TSettings::GetBarName |
( |
int |
BarId | ) |
|
|
inline |
◆ GetChannelsIntercept()
double S800TSettings::GetChannelsIntercept |
( |
string |
Name | ) |
|
|
inline |
◆ GetChannelsSlope()
double S800TSettings::GetChannelsSlope |
( |
string |
Name | ) |
|
|
inline |
◆ GetChannelsTimeOffset()
double S800TSettings::GetChannelsTimeOffset |
( |
string |
Name | ) |
|
|
inline |
◆ GetNumBars()
Int_t S800TSettings::GetNumBars |
( |
| ) |
|
|
inline |
◆ PrintAll()
void S800TSettings::PrintAll |
( |
| ) |
|
◆ PrintChannelCorrections()
void S800TSettings::PrintChannelCorrections |
( |
string |
Name | ) |
|
◆ PrintChannelMapInfo() [1/2]
void S800TSettings::PrintChannelMapInfo |
( |
int |
GlobalID | ) |
|
◆ PrintChannelMapInfo() [2/2]
void S800TSettings::PrintChannelMapInfo |
( |
string |
Name | ) |
|
◆ PrintFilterInfo()
void S800TSettings::PrintFilterInfo |
( |
string |
Name | ) |
|
◆ SetBarIds()
void S800TSettings::SetBarIds |
( |
map< string, int > |
v | ) |
|
The documentation for this class was generated from the following files: