![]() |
Project
|
Classes | |
class | Detector |
class | Digitizer |
class | DigitReader |
struct | DPLDigitizerParam |
class | GeometryTGeo |
struct | TRKBaseParam |
class | TRKDigitReader |
class | TRKDPLDigitizerTask |
class | TRKLayer |
class | TRKPetalCase |
class | TRKPetalDisk |
This class defines the Geometry for the TRK Disk TGeo. More... | |
class | TRKPetalLayer |
class | TRKServices |
Typedefs | |
template<typename T > | |
using | BranchDefinition = MakeRootTreeWriterSpec::BranchDefinition< T > |
using | MCCont = o2::dataformats::ConstMCTruthContainer< o2::MCCompLabel > |
Enumerations | |
enum | eLayout { kCylinder = 0 , kTurboStaves , kStaggered } |
Functions | |
float | getDetLengthFromEta (const float eta, const float radius) |
framework::DataProcessorSpec | getTRKDigitReaderSpec (bool useMC=true, bool useCalib=false, std::string defname="trkdigits.root") |
o2::framework::DataProcessorSpec | getTRKDigitWriterSpec (bool mctruth=true, bool dec=false, bool calib=false) |
DataProcessorSpec | getDigitWriterSpec (bool mctruth, bool dec, bool calib, o2::header::DataOrigin detOrig, o2::detectors::DetID detId) |
DataProcessorSpec | getTRKDigitizerSpec (int channel, bool mctruth) |
using o2::trk::BranchDefinition = typedef MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 37 of file DigitWriterSpec.cxx.
using o2::trk::MCCont = typedef o2::dataformats::ConstMCTruthContainer<o2::MCCompLabel> |
Definition at line 38 of file DigitWriterSpec.cxx.
enum o2::trk::eLayout |
Enumerator | |
---|---|
kCylinder | |
kTurboStaves | |
kStaggered |
Definition at line 23 of file TRKBaseParam.h.
float o2::trk::getDetLengthFromEta | ( | const float | eta, |
const float | radius | ||
) |
Definition at line 29 of file Detector.cxx.
DataProcessorSpec o2::trk::getDigitWriterSpec | ( | bool | mctruth, |
bool | dec, | ||
bool | calib, | ||
o2::header::DataOrigin | detOrig, | ||
o2::detectors::DetID | detId | ||
) |
create the processor spec describing a processor receiving digits for ITS/MFT and writing them to file
Definition at line 42 of file DigitWriterSpec.cxx.
o2::framework::DataProcessorSpec o2::trk::getTRKDigitizerSpec | ( | int | channel, |
bool | mctruth | ||
) |
Definition at line 286 of file TRKDigitizerSpec.cxx.
DataProcessorSpec o2::trk::getTRKDigitReaderSpec | ( | bool | useMC = true , |
bool | useCalib = false , |
||
std::string | defname = "trkdigits.root" |
||
) |
create a processor spec read ITS/MFT Digit data from a root file
Definition at line 116 of file DigitReaderSpec.cxx.
DataProcessorSpec o2::trk::getTRKDigitWriterSpec | ( | bool | mctruth = true , |
bool | dec = false , |
||
bool | calib = false |
||
) |
Definition at line 104 of file DigitWriterSpec.cxx.