![]() |
Project
|
Namespaces | |
| namespace | reco_workflow |
Classes | |
| class | BTOFLayer |
| class | Chip |
| Container for similated points connected to a given TOF Chip This will be used in order to allow a more efficient clusterization that can happen only between digits that belong to the same Chip. More... | |
| struct | ChipSpecifics |
| class | Detector |
| class | Digit |
| class | Digitizer |
| Digitizer for the ALICE3 Inner/Outer TOF detector. More... | |
| struct | DPLDigitizerParam |
| class | FTOFLayer |
| class | GeometryTGeo |
| struct | IOTOFBaseParam |
| class | IOTOFDPLDigitizerTask |
| struct | ITOFChipSpecificParam |
| struct | ITOFChipSpecifics |
| class | ITOFLayer |
| class | LabeledDigit |
| class | Layer |
| struct | McLabelRef |
| struct | OTOFChipSpecificParam |
| struct | OTOFChipSpecifics |
| class | OTOFLayer |
| class | Segmentation |
| class | TF3DigitReader |
Typedefs | |
| template<typename T > | |
| using | BranchDefinition = MakeRootTreeWriterSpec::BranchDefinition< T > |
| using | MCCont = o2::dataformats::ConstMCTruthContainer< o2::MCCompLabel > |
Functions | |
| void | setLayerStyle (TGeoVolume *obj) |
| void | setStaveStyle (TGeoVolume *obj) |
| void | setModuleStyle (TGeoVolume *obj) |
| void | setChipStyle (TGeoVolume *obj) |
| void | setSensorStyle (TGeoVolume *obj) |
| o2::framework::DataProcessorSpec | getIOTOFDigitReaderSpec (bool useMC=true, bool useCalib=false, std::string defname="iotofdigits.root") |
| o2::framework::DataProcessorSpec | getIOTOFDigitWriterSpec (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) |
| std::vector< o2::framework::OutputSpec > | makeOutChannels (o2::header::DataOrigin detOrig, bool mctruth) |
| o2::framework::DataProcessorSpec | getIOTOFDigitizerSpec (int channel, bool mctruth) |
| using o2::iotof::BranchDefinition = typedef MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 37 of file DigitWriterSpec.cxx.
| using o2::iotof::MCCont = typedef o2::dataformats::ConstMCTruthContainer<o2::MCCompLabel> |
Definition at line 38 of file DigitWriterSpec.cxx.
| DataProcessorSpec o2::iotof::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::iotof::getIOTOFDigitizerSpec | ( | int | channel, |
| bool | mctruth | ||
| ) |
Definition at line 192 of file IOTOFDigitizerSpec.cxx.
| DataProcessorSpec o2::iotof::getIOTOFDigitReaderSpec | ( | bool | useMC = true, |
| bool | useCalib = false, |
||
| std::string | defname = "iotofdigits.root" |
||
| ) |
create a processor spec read ITS/MFT Digit data from a root file
Definition at line 112 of file DigitReaderSpec.cxx.
| DataProcessorSpec o2::iotof::getIOTOFDigitWriterSpec | ( | bool | mctruth = true, |
| bool | dec = false, |
||
| bool | calib = false |
||
| ) |
Definition at line 104 of file DigitWriterSpec.cxx.
| std::vector< o2::framework::OutputSpec > o2::iotof::makeOutChannels | ( | o2::header::DataOrigin | detOrig, |
| bool | mctruth | ||
| ) |
Definition at line 179 of file IOTOFDigitizerSpec.cxx.