EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/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 ActsExamples::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 ActsExamples::HelloService::prepare().
std::size_t ActsExamples::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 ActsExamples::HelloService::prepare().