BOSS 7.0.2
BESIII Offline Software System
|
#include <SC.h>
Public Member Functions | |
SC () | |
virtual | ~SC () |
virtual bool | configure (const std::string &config) |
virtual bool | unconfigure (void) |
virtual bool | prepareForRun (int run_number) |
virtual bool | process (const uint32_t *&feStore, const uint32_t *&sdStore, std::string &efDecision_s, std::vector< uint32_t > &efBitPattern) |
SC () | |
virtual | ~SC () |
virtual bool | configure (const std::string &config) |
virtual bool | unconfigure (void) |
virtual bool | prepareForRun (int run_number) |
virtual bool | process (const uint32_t *&feStore, const uint32_t *&sdStore, std::string &efDecision_s, std::vector< uint32_t > &efBitPattern) |
Public Member Functions inherited from efhlt::Interface | |
virtual | ~Interface () |
virtual bool | configure (const std::string &config)=0 |
virtual bool | unconfigure (void)=0 |
virtual bool | prepareForRun (int run_number=0)=0 |
virtual bool | process (const uint32_t *&feStore, const uint32_t *&sdStore, std::string &efDecision_s, std::vector< uint32_t > &efBitPattern)=0 |
Definition at line 24 of file EventFilter/OnlineJointer/ESController/ESController-00-01-05/ESController/SC.h.
efpsc::SC::SC | ( | ) |
C'tor. (Nothing happens here...)
Definition at line 34 of file SC.cxx.
|
virtual |
efpsc::SC::SC | ( | ) |
C'tor. (Nothing happens here...)
|
virtual |
D'tor virtualisation
|
virtual |
Configures the framework
config | Is the only configuration parameter passed. The actual configuration implementation has to parse it, if that is the case in order to find its own way through the framework's configuration system. |
Implements efhlt::Interface.
Definition at line 59 of file SC.cxx.
|
virtual |
Configures the framework
config | Is the only configuration parameter passed. The actual configuration implementation has to parse it, if that is the case in order to find its own way through the framework's configuration system. |
Implements efhlt::Interface.
|
virtual |
prepares the HLT framework for a run
run_number | The Run number to be used for this run. |
Implements efhlt::Interface.
Definition at line 337 of file SC.cxx.
|
virtual |
prepares the HLT framework for a run
run_number | The Run number to be used for this run. |
Implements efhlt::Interface.
|
virtual |
Process one event, taking as input a pointer to the RawEvent serialized in a contiguous memory region (feStore) and giving as output the yes/no decision and the address (sdStore) of the "local" memory region containing the serialized EF fragment
Implements efhlt::Interface.
Definition at line 349 of file SC.cxx.
|
virtual |
Process one event, taking as input a pointer to the RawEvent serialized in a contiguous memory region (feStore) and giving as output the yes/no decision and the address (sdStore) of the "local" memory region containing the serialized EF fragment
Implements efhlt::Interface.
|
virtual |
Unconfigures the framework, releasing all acquired resources.
Implements efhlt::Interface.
Definition at line 262 of file SC.cxx.
|
virtual |
Unconfigures the framework, releasing all acquired resources.
Implements efhlt::Interface.