![]() |
Project
|
Namespaces | |
| namespace | constants |
| namespace | reco_workflow |
Classes | |
| class | ChipDigitsContainer |
| class | ChipSimResponse |
| class | Detector |
| class | DigiParams |
| class | Digitizer |
| class | DigitReader |
| struct | DPLDigitizerParam |
| class | GeometryTGeo |
| class | SegmentationChip |
| class | TrackerDPL |
| 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 > |
| using | Vertex = o2::dataformats::Vertex< o2::dataformats::TimeStamp< int > > |
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) |
| framework::DataProcessorSpec | getTrackerSpec (bool useMC, gpu::GPUDataTypes::DeviceType dType=gpu::GPUDataTypes::DeviceType::CPU) |
| 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.
| using o2::trk::Vertex = typedef o2::dataformats::Vertex<o2::dataformats::TimeStamp<int> > |
Definition at line 24 of file TrackerSpec.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.
| DataProcessorSpec o2::trk::getTrackerSpec | ( | bool | useMC, |
| gpu::GPUDataTypes::DeviceType | dType = gpu::GPUDataTypes::DeviceType::CPU |
||
| ) |
Definition at line 70 of file TrackerSpec.cxx.
| o2::framework::DataProcessorSpec o2::trk::getTRKDigitizerSpec | ( | int | channel, |
| bool | mctruth | ||
| ) |
Definition at line 290 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.