![]() |
Project
|
Public Member Functions | |
void | init (o2::framework::InitContext &) |
void | run (o2::framework::ProcessingContext &pc) |
Public Attributes | |
Configurable< std::string > | kineFileName {"kineFileName", "o2sim", "name of the _Kine.root file (without '_Kine.root')"} |
Configurable< int > | aggregate {"aggregate-timeframe", 300, "Number of events to put in a timeframe"} |
int | nEvents = 0 |
int | eventCounter = 0 |
int | tfCounter = 0 |
std::shared_ptr< MCKinematicsReader > | mcKinReader = std::make_shared<MCKinematicsReader>() |
Definition at line 24 of file o2sim_kine_publisher.cxx.
|
inline |
Definition at line 33 of file o2sim_kine_publisher.cxx.
|
inline |
Definition at line 42 of file o2sim_kine_publisher.cxx.
Configurable<int> O2simKinePublisher::aggregate {"aggregate-timeframe", 300, "Number of events to put in a timeframe"} |
Definition at line 26 of file o2sim_kine_publisher.cxx.
int O2simKinePublisher::eventCounter = 0 |
Definition at line 29 of file o2sim_kine_publisher.cxx.
Configurable<std::string> O2simKinePublisher::kineFileName {"kineFileName", "o2sim", "name of the _Kine.root file (without '_Kine.root')"} |
Definition at line 25 of file o2sim_kine_publisher.cxx.
std::shared_ptr<MCKinematicsReader> O2simKinePublisher::mcKinReader = std::make_shared<MCKinematicsReader>() |
Definition at line 31 of file o2sim_kine_publisher.cxx.
int O2simKinePublisher::nEvents = 0 |
Definition at line 28 of file o2sim_kine_publisher.cxx.
int O2simKinePublisher::tfCounter = 0 |
Definition at line 30 of file o2sim_kine_publisher.cxx.