![]() |
Project
|
#include <PublisherSpec.h>
Classes | |
struct | BranchOptionConfig |
Public Attributes | |
std::string | processName |
std::string | defaultFileName |
std::string | defaultTreeName |
BranchOptionConfig | databranch |
BranchOptionConfig | mcbranch |
OutputSpec | dataoutput |
OutputSpec | mcoutput |
std::vector< int > | tpcSectors |
std::vector< int > | outputIds |
Reader::SpecialPublishHook * | hook = nullptr |
Definition at line 34 of file PublisherSpec.h.
BranchOptionConfig o2::tpc::PublisherConf::databranch |
Definition at line 44 of file PublisherSpec.h.
OutputSpec o2::tpc::PublisherConf::dataoutput |
Definition at line 46 of file PublisherSpec.h.
std::string o2::tpc::PublisherConf::defaultFileName |
Definition at line 42 of file PublisherSpec.h.
std::string o2::tpc::PublisherConf::defaultTreeName |
Definition at line 43 of file PublisherSpec.h.
Reader::SpecialPublishHook* o2::tpc::PublisherConf::hook = nullptr |
Definition at line 50 of file PublisherSpec.h.
BranchOptionConfig o2::tpc::PublisherConf::mcbranch |
Definition at line 45 of file PublisherSpec.h.
OutputSpec o2::tpc::PublisherConf::mcoutput |
Definition at line 47 of file PublisherSpec.h.
std::vector<int> o2::tpc::PublisherConf::outputIds |
Definition at line 49 of file PublisherSpec.h.
std::string o2::tpc::PublisherConf::processName |
Definition at line 41 of file PublisherSpec.h.
std::vector<int> o2::tpc::PublisherConf::tpcSectors |
Definition at line 48 of file PublisherSpec.h.