Project
Loading...
Searching...
No Matches
O2simKinePublisher Struct Reference

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< intaggregate {"aggregate-timeframe", 300, "Number of events to put in a timeframe"}
 
int nEvents = 0
 
int eventCounter = 0
 
int tfCounter = 0
 
std::shared_ptr< MCKinematicsReadermcKinReader = std::make_shared<MCKinematicsReader>()
 

Detailed Description

Definition at line 24 of file o2sim_kine_publisher.cxx.

Member Function Documentation

◆ init()

void O2simKinePublisher::init ( o2::framework::InitContext )
inline

Definition at line 33 of file o2sim_kine_publisher.cxx.

◆ run()

void O2simKinePublisher::run ( o2::framework::ProcessingContext pc)
inline

Definition at line 42 of file o2sim_kine_publisher.cxx.

Member Data Documentation

◆ aggregate

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.

◆ eventCounter

int O2simKinePublisher::eventCounter = 0

Definition at line 29 of file o2sim_kine_publisher.cxx.

◆ kineFileName

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.

◆ mcKinReader

std::shared_ptr<MCKinematicsReader> O2simKinePublisher::mcKinReader = std::make_shared<MCKinematicsReader>()

Definition at line 31 of file o2sim_kine_publisher.cxx.

◆ nEvents

int O2simKinePublisher::nEvents = 0

Definition at line 28 of file o2sim_kine_publisher.cxx.

◆ tfCounter

int O2simKinePublisher::tfCounter = 0

Definition at line 30 of file o2sim_kine_publisher.cxx.


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