![]() |
Project
|
DigitTimebinBase templated, used for the DigitsWriteoutBuffer and DigitsWriteoutBufferTRU. More...
#include <DigitTimebin.h>
Public Member Functions | |
| ClassDefNV (DigitTimebinBase, 1) | |
Public Attributes | |
| bool | mRecordMode = false |
| bool | mEndWindow = false |
| bool | mTriggerColl = false |
| std::optional< o2::InteractionRecord > | mInterRecord |
| std::shared_ptr< std::unordered_map< int, std::list< DigitTemplate > > > | mDigitMap = std::make_shared<std::unordered_map<int, std::list<DigitTemplate>>>() |
DigitTimebinBase templated, used for the DigitsWriteoutBuffer and DigitsWriteoutBufferTRU.
| mRecordMode | record mode |
| mEndWindow | end window |
| mTriggerColl | trigger collision |
| mInterRecord | InteractionRecord |
| mDigitMap | map of the digits, templated |
Definition at line 44 of file DigitTimebin.h.
| o2::emcal::DigitTimebinBase< DigitTemplate >::ClassDefNV | ( | DigitTimebinBase< DigitTemplate > | , |
| 1 | |||
| ) |
| std::shared_ptr<std::unordered_map<int, std::list<DigitTemplate> > > o2::emcal::DigitTimebinBase< DigitTemplate >::mDigitMap = std::make_shared<std::unordered_map<int, std::list<DigitTemplate>>>() |
Definition at line 49 of file DigitTimebin.h.
| bool o2::emcal::DigitTimebinBase< DigitTemplate >::mEndWindow = false |
Definition at line 46 of file DigitTimebin.h.
| std::optional<o2::InteractionRecord> o2::emcal::DigitTimebinBase< DigitTemplate >::mInterRecord |
Definition at line 48 of file DigitTimebin.h.
| bool o2::emcal::DigitTimebinBase< DigitTemplate >::mRecordMode = false |
Definition at line 45 of file DigitTimebin.h.
| bool o2::emcal::DigitTimebinBase< DigitTemplate >::mTriggerColl = false |
Definition at line 47 of file DigitTimebin.h.