![]() |
Belle II Software development
|
Test fixture. More...
Protected Member Functions | |
virtual void | SetUp () |
init | |
void | registerSomeTimeDepParams () |
Register some parameters as time dependent. | |
void | setTime (unsigned int timeid) |
Set current time slice for time dependent params. | |
virtual void | TearDown () |
cleanup | |
Protected Attributes | |
short | vxdSensor |
Testing vxd id. | |
short | cdcWire |
Testing cdc id. | |
int | paramid |
Testing parameter id. | |
Test fixture.
Definition at line 28 of file globalLabel.cc.
|
inlineprotected |
Register some parameters as time dependent.
Definition at line 46 of file globalLabel.cc.
|
inlineprotected |
Set current time slice for time dependent params.
Definition at line 54 of file globalLabel.cc.
|
inlineprotectedvirtual |
init
Definition at line 38 of file globalLabel.cc.
|
inlineprotectedvirtual |
cleanup
Definition at line 61 of file globalLabel.cc.
|
protected |
Testing cdc id.
Definition at line 33 of file globalLabel.cc.
|
protected |
Testing parameter id.
Definition at line 35 of file globalLabel.cc.
|
protected |
Testing vxd id.
Definition at line 31 of file globalLabel.cc.