![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
DigitReader ()=delete | |
DigitReader (bool useMC) | |
~DigitReader () override=default | |
void | init (InitContext &ic) final |
void | run (ProcessingContext &pc) final |
![]() | |
virtual | ~Task () |
virtual void | endOfStream (EndOfStreamContext &context) |
This is invoked whenever we have an EndOfStream event. | |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Protected Member Functions | |
void | connectTree (const std::string &filename) |
Protected Attributes | |
std::vector< o2::ctp::CTPDigit > | mDigits |
std::vector< o2::ctp::CTPDigit > * | mDigitsPtr = &mDigits |
o2::ctp::LumiInfo | mLumi |
o2::ctp::LumiInfo * | mLumiPtr = &mLumi |
std::unique_ptr< TFile > | mFile |
std::unique_ptr< TTree > | mTree |
bool | mUseMC = false |
bool | mUseIRFrames = false |
std::string | mDigTreeName = "o2sim" |
std::string | mDigitBranchName = "CTPDigits" |
std::string | mLumiBranchName = "CTPLumi" |
Definition at line 38 of file DigitReaderSpec.cxx.
|
delete |
o2::ctp::DigitReader::DigitReader | ( | bool | useMC | ) |
Definition at line 62 of file DigitReaderSpec.cxx.
|
overridedefault |
|
protected |
Definition at line 140 of file DigitReaderSpec.cxx.
|
finalvirtual |
The method which is called once to initialise the task. Derived classes can use this to save extra state.
Reimplemented from o2::framework::Task.
Definition at line 69 of file DigitReaderSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 79 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 58 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 50 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 50 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 57 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 52 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 51 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 59 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 51 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 53 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 56 of file DigitReaderSpec.cxx.
|
protected |
Definition at line 55 of file DigitReaderSpec.cxx.