![]() |
Project
|
Classes | |
| class | AODProducerWorkflowDPL |
| class | BunchCrossings |
| class | CellHelper |
Enumerations | |
| enum struct | AODProducerStreamerFlags : uint8_t { TrackQA } |
Functions | |
| framework::DataProcessorSpec | getAODProducerWorkflowSpec (GID::mask_t src, bool enableSV, bool enableST, bool useMC, bool CTPConfigPerRun, bool enableFITextra) |
| create a processor spec | |
| void | dimensionMCKeepStore (std::vector< std::vector< std::unordered_map< int, int > > > &store, int Nsources, int NEvents) |
| void | clearMCKeepStore (std::vector< std::vector< std::unordered_map< int, int > > > &store) |
| void | keepMCParticle (std::vector< std::vector< std::unordered_map< int, int > > > &store, int source, int event, int track, int value=1, bool useSigFilt=false) |
|
strong |
| Enumerator | |
|---|---|
| TrackQA | |
Definition at line 211 of file AODProducerWorkflowSpec.h.
| void o2::aodproducer::clearMCKeepStore | ( | std::vector< std::vector< std::unordered_map< int, int > > > & | store | ) |
Definition at line 940 of file AODProducerWorkflowSpec.cxx.
| void o2::aodproducer::dimensionMCKeepStore | ( | std::vector< std::vector< std::unordered_map< int, int > > > & | store, |
| int | Nsources, | ||
| int | NEvents | ||
| ) |
Definition at line 932 of file AODProducerWorkflowSpec.cxx.
| DataProcessorSpec o2::aodproducer::getAODProducerWorkflowSpec | ( | GID::mask_t | src, |
| bool | enableSV, | ||
| bool | enableST, | ||
| bool | useMC, | ||
| bool | CTPConfigPerRun, | ||
| bool | enableFITextra | ||
| ) |
create a processor spec
Definition at line 3217 of file AODProducerWorkflowSpec.cxx.