Analysis Software
Documentation for sPHENIX simulation software
|
An example data object to be shared via the event store. More...
#include <acts/blob/sPHENIX/Examples/Run/HelloWorld/HelloData.hpp>
Public Attributes | |
double | x |
double | a |
double | b |
double | t |
An example data object to be shared via the event store.
Definition at line 17 of file HelloData.hpp.
View newest version in sPHENIX GitHub at line 17 of file HelloData.hpp
double ActsExamples::HelloData::a |
Definition at line 19 of file HelloData.hpp.
View newest version in sPHENIX GitHub at line 19 of file HelloData.hpp
Referenced by ActsExamples::operator<<().
double ActsExamples::HelloData::b |
Definition at line 20 of file HelloData.hpp.
View newest version in sPHENIX GitHub at line 20 of file HelloData.hpp
Referenced by ActsExamples::operator<<().
double ActsExamples::HelloData::t |
Definition at line 21 of file HelloData.hpp.
View newest version in sPHENIX GitHub at line 21 of file HelloData.hpp
Referenced by ActsExamples::operator<<().
double ActsExamples::HelloData::x |
Definition at line 18 of file HelloData.hpp.
View newest version in sPHENIX GitHub at line 18 of file HelloData.hpp
Referenced by ActsExamples::operator<<().