EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::HelloService::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Run/HelloWorld/HelloService.hpp>

+ Collaboration diagram for ActsExamples::HelloService::Config:

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.
 

Detailed Description

Definition at line 21 of file HelloService.hpp.

View newest version in sPHENIX GitHub at line 21 of file HelloService.hpp

Member Data Documentation

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().


The documentation for this struct was generated from the following file: