ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Run/HelloWorld/HelloService.hpp>
Public Attributes | |
std::size_t | eventsPerBlock = 4 |
How many events in one block. | |
std::string | blockIndexName = "eventBlock" |
Under which name to store the block index. | |
Definition at line 21 of file HelloService.hpp.
View newest version in sPHENIX GitHub at line 21 of file HelloService.hpp
std::string FW::HelloService::Config::blockIndexName = "eventBlock" |
Under which name to store the block index.
Definition at line 25 of file HelloService.hpp.
View newest version in sPHENIX GitHub at line 25 of file HelloService.hpp
Referenced by FW::HelloService::prepare().
std::size_t FW::HelloService::Config::eventsPerBlock = 4 |
How many events in one block.
Definition at line 23 of file HelloService.hpp.
View newest version in sPHENIX GitHub at line 23 of file HelloService.hpp
Referenced by main(), and FW::HelloService::prepare().