![]() |
Project
|
Public Member Functions | |
void | init (o2::framework::InitContext &ic) |
void | process (o2::aod::Collision const &collision, EveWorkflowHelper::AODBarrelTracks const &barrelTracks, EveWorkflowHelper::AODForwardTracks const &fwdTracks, EveWorkflowHelper::AODMFTTracks const &mftTracks) |
Public Attributes | |
o2::framework::Configurable< std::string > | jsonPath {"jsons-folder", "./json", "name of the folder to store json files"} |
o2::header::DataHeader::RunNumberType | mRunNumber = 0 |
o2::header::DataHeader::TFCounterType | mTfCounter = 0 |
o2::header::DataHeader::TForbitType | mTfOrbit = 0 |
o2::framework::DataProcessingHeader::CreationTime | mCreationTime |
DetectorData | mData |
std::shared_ptr< EveWorkflowHelper > | mHelper |
Static Public Attributes | |
static constexpr float | mWorkflowVersion = 1.00 |
Definition at line 37 of file AO2DConverter.cxx.
|
inline |
Definition at line 49 of file AO2DConverter.cxx.
|
inline |
Definition at line 57 of file AO2DConverter.cxx.
o2::framework::Configurable<std::string> AO2DConverter::jsonPath {"jsons-folder", "./json", "name of the folder to store json files"} |
Definition at line 38 of file AO2DConverter.cxx.
o2::framework::DataProcessingHeader::CreationTime AO2DConverter::mCreationTime |
Definition at line 44 of file AO2DConverter.cxx.
DetectorData AO2DConverter::mData |
Definition at line 46 of file AO2DConverter.cxx.
std::shared_ptr<EveWorkflowHelper> AO2DConverter::mHelper |
Definition at line 47 of file AO2DConverter.cxx.
o2::header::DataHeader::RunNumberType AO2DConverter::mRunNumber = 0 |
Definition at line 41 of file AO2DConverter.cxx.
o2::header::DataHeader::TFCounterType AO2DConverter::mTfCounter = 0 |
Definition at line 42 of file AO2DConverter.cxx.
o2::header::DataHeader::TForbitType AO2DConverter::mTfOrbit = 0 |
Definition at line 43 of file AO2DConverter.cxx.
|
staticconstexpr |
Definition at line 40 of file AO2DConverter.cxx.