![]() |
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 |
| struct | Cluster |
| class | Clusterer |
| class | ClustererDPL |
| 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 | ClustersType = std::vector< o2::iotof::Cluster > |
| using | PatternsType = std::vector< unsigned char > |
| using | ROFrameType = std::vector< o2::itsmft::ROFRecord > |
| using | LabelsType = o2::dataformats::MCTruthContainer< o2::MCCompLabel > |
| using | MCCont = o2::dataformats::ConstMCTruthContainer< o2::MCCompLabel > |
| using o2::iotof::BranchDefinition = typedef MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 38 of file ClusterWriterSpec.cxx.
| using o2::iotof::ClustersType = typedef std::vector<o2::iotof::Cluster> |
Definition at line 39 of file ClusterWriterSpec.cxx.
| using o2::iotof::LabelsType = typedef o2::dataformats::MCTruthContainer<o2::MCCompLabel> |
Definition at line 42 of file ClusterWriterSpec.cxx.
| using o2::iotof::MCCont = typedef o2::dataformats::ConstMCTruthContainer<o2::MCCompLabel> |
Definition at line 38 of file DigitWriterSpec.cxx.
| using o2::iotof::PatternsType = typedef std::vector<unsigned char> |
Definition at line 40 of file ClusterWriterSpec.cxx.
| using o2::iotof::ROFrameType = typedef std::vector<o2::itsmft::ROFRecord> |
Definition at line 41 of file ClusterWriterSpec.cxx.
| o2::framework::DataProcessorSpec o2::iotof::getClustererSpec | ( | bool | useMC | ) |
Definition at line 82 of file ClustererSpec.cxx.
| DataProcessorSpec o2::iotof::getClusterWriterSpec | ( | bool | mctruth, |
| bool | dec, | ||
| o2::header::DataOrigin | detOrig, | ||
| o2::detectors::DetID | detId | ||
| ) |
Definition at line 44 of file ClusterWriterSpec.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.
| DataProcessorSpec o2::iotof::getIOTOFClustererSpec | ( | bool | useMC | ) |
Definition at line 110 of file ClustererSpec.cxx.
| DataProcessorSpec o2::iotof::getIOTOFClusterWriterSpec | ( | bool | useMC, |
| bool | dec | ||
| ) |
Definition at line 68 of file ClusterWriterSpec.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.