![]() |
Project
|
Typedefs | |
| using | CompClusCont = std::vector< CompClusterExt > |
| using | PatternCont = std::vector< unsigned char > |
| using | ROFRecCont = std::vector< ROFRecord > |
| using | RawDecoderITS = RawPixelDecoder< ChipMappingITS > |
| using | RawDecoderMFT = RawPixelDecoder< ChipMappingMFT > |
| using | RDHUtils = o2::raw::RDHUtils |
| using | MC2RawEncoderITS = MC2RawEncoder< ChipMappingITS > |
| using | MC2RawEncoderMFT = MC2RawEncoder< ChipMappingMFT > |
| using | STFDecoderITS = STFDecoder< ChipMappingITS > |
| using | STFDecoderMFT = STFDecoder< ChipMappingMFT > |
| template<typename T > | |
| using | BranchDefinition = MakeRootTreeWriterSpec::BranchDefinition< T > |
| using | CompClusType = std::vector< o2::itsmft::CompClusterExt > |
| using | PatternsType = std::vector< unsigned char > |
| using | ROFrameRType = std::vector< o2::itsmft::ROFRecord > |
| using | LabelsType = o2::dataformats::MCTruthContainer< o2::MCCompLabel > |
| using | ROFRecLblT = std::vector< o2::itsmft::MC2ROFRecord > |
| using | MCCont = o2::dataformats::ConstMCTruthContainer< o2::MCCompLabel > |
Variables | |
| constexpr float | DEFStrobeDelay = o2::constants::lhc::LHCBunchSpacingNS * 4 |
| constexpr uint64_t | LANESMask = (0x1 << 28) - 1 |
| constexpr uint8_t | GBTFlagDataHeader = 0xe0 |
| GBT payload header flag. | |
| constexpr uint8_t | GBTFlagDataTrailer = 0xf0 |
| GBT payload trailer flag. | |
| constexpr uint8_t | GBTFlagTrigger = 0xe8 |
| GBT trigger status word flag. | |
| constexpr uint8_t | GBTFlagDiagnostic = 0xe4 |
| GBT diagnostic status word flag. | |
| constexpr uint8_t | GBTFlagCalibration = 0xf8 |
| GBT calibration status word flag. | |
| constexpr uint8_t | GBTFlagRDH = 0x00 |
| constexpr uint8_t | GBTFlagDataIB = 0x20 |
| constexpr uint8_t | GBTFlagDataOB = 0x40 |
| constexpr uint8_t | GBTFlagDataMFT = 0x80 |
| constexpr uint8_t | GBTFlagDiagnosticIB = 0xa0 |
| constexpr uint8_t | GBTFlagDiagnosticOB = 0x60 |
| constexpr uint8_t | GBTFlagStatus = 0xe0 |
| constexpr int | GBTWordLength = 10 |
| constexpr int | GBTPaddedWordLength = 16 |
| constexpr int | MaxGBTPacketBytes = 8 * 1024 |
| constexpr int | NCRUPagesPerSuperpage = 256 |
| using o2::itsmft::BranchDefinition = typedef MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 35 of file ClusterWriterSpec.cxx.
| using o2::itsmft::CompClusCont = typedef std::vector<CompClusterExt> |
Definition at line 58 of file Clusterer.h.
| using o2::itsmft::CompClusType = typedef std::vector<o2::itsmft::CompClusterExt> |
Definition at line 36 of file ClusterWriterSpec.cxx.
| using o2::itsmft::LabelsType = typedef o2::dataformats::MCTruthContainer<o2::MCCompLabel> |
Definition at line 39 of file ClusterWriterSpec.cxx.
| using o2::itsmft::MC2RawEncoderITS = typedef MC2RawEncoder<ChipMappingITS> |
Definition at line 133 of file MC2RawEncoder.h.
| using o2::itsmft::MC2RawEncoderMFT = typedef MC2RawEncoder<ChipMappingMFT> |
Definition at line 134 of file MC2RawEncoder.h.
| using o2::itsmft::MCCont = typedef o2::dataformats::ConstMCTruthContainer<o2::MCCompLabel> |
Definition at line 41 of file DigitWriterSpec.cxx.
| using o2::itsmft::PatternCont = typedef std::vector<unsigned char> |
Definition at line 59 of file Clusterer.h.
| using o2::itsmft::PatternsType = typedef std::vector<unsigned char> |
Definition at line 37 of file ClusterWriterSpec.cxx.
| using o2::itsmft::RawDecoderITS = typedef RawPixelDecoder<ChipMappingITS> |
Definition at line 300 of file RawPixelDecoder.h.
| using o2::itsmft::RawDecoderMFT = typedef RawPixelDecoder<ChipMappingMFT> |
Definition at line 301 of file RawPixelDecoder.h.
| using o2::itsmft::RDHUtils = typedef o2::raw::RDHUtils |
Definition at line 58 of file RawPixelReader.h.
| using o2::itsmft::ROFrameRType = typedef std::vector<o2::itsmft::ROFRecord> |
Definition at line 38 of file ClusterWriterSpec.cxx.
| using o2::itsmft::ROFRecCont = typedef std::vector<ROFRecord> |
Definition at line 60 of file Clusterer.h.
| using o2::itsmft::ROFRecLblT = typedef std::vector<o2::itsmft::MC2ROFRecord> |
Definition at line 40 of file ClusterWriterSpec.cxx.
| using o2::itsmft::STFDecoderITS = typedef STFDecoder<ChipMappingITS> |
Definition at line 104 of file STFDecoderSpec.h.
| using o2::itsmft::STFDecoderMFT = typedef STFDecoder<ChipMappingMFT> |
Definition at line 105 of file STFDecoderSpec.h.
| o2::itsmft::BOOST_AUTO_TEST_CASE | ( | Cluster_messageable | ) |
Definition at line 23 of file test_Cluster.cxx.
| framework::DataProcessorSpec o2::itsmft::getClusterWriterSpec | ( | bool | useMC | ) |
Definition at line 44 of file ClusterWriterSpec.cxx.
| DataProcessorSpec o2::itsmft::getClusterWriterSpec | ( | bool | useMC | ) |
Definition at line 44 of file ClusterWriterSpec.cxx.
| DataProcessorSpec o2::itsmft::getDigitWriterSpec | ( | bool | mctruth, |
| bool | dec, | ||
| bool | calib | ||
| ) |
create the processor spec describing a processor receiving digits for ITS/MFT and writing them to file
Definition at line 46 of file DigitWriterSpec.cxx.
| DataProcessorSpec o2::itsmft::getEntropyDecoderSpec | ( | o2::header::DataOrigin | orig, |
| int | verbosity, | ||
| bool | getDigits, | ||
| unsigned int | sspec, | ||
| const std::string & | ctfdictOpt | ||
| ) |
create a processor spec
Definition at line 121 of file EntropyDecoderSpec.cxx.
| DataProcessorSpec o2::itsmft::getEntropyEncoderSpec | ( | o2::header::DataOrigin | orig, |
| bool | selIR = false, |
||
| const std::string & | ctfdictOpt = "none" |
||
| ) |
create a processor spec
Definition at line 114 of file EntropyEncoderSpec.cxx.
| framework::DataProcessorSpec o2::itsmft::getITSClustererSpec | ( | bool | useMC | ) |
Definition at line 315 of file ClustererSpec.cxx.
| DataProcessorSpec o2::itsmft::getITSClusterReaderSpec | ( | bool | useMC = true, |
| bool | usePatterns = true, |
||
| bool | useTriggers = true |
||
| ) |
create a processor spec read ITS/MFT cluster data from a root file
Definition at line 156 of file ClusterReaderSpec.cxx.
| framework::DataProcessorSpec o2::itsmft::getITSClusterWriterSpec | ( | bool | useMC | ) |
Definition at line 104 of file ClusterWriterSpec.cxx.
| o2::framework::DataProcessorSpec o2::itsmft::getITSDigitizerSpec | ( | int | channel, |
| bool | mctruth | ||
| ) |
Definition at line 420 of file ITSMFTDigitizerSpec.cxx.
| DataProcessorSpec o2::itsmft::getITSDigitReaderSpec | ( | bool | useMC = true, |
| bool | useCalib = false, |
||
| bool | useTriggers = true, |
||
| std::string | defname = "o2_itsdigits.root" |
||
| ) |
create a processor spec read ITS/MFT Digit data from a root file
Definition at line 306 of file DigitReaderSpec.cxx.
| DataProcessorSpec o2::itsmft::getITSDigitWriterSpec | ( | bool | mctruth = true, |
| bool | dec = false, |
||
| bool | calib = false |
||
| ) |
Definition at line 143 of file DigitWriterSpec.cxx.
| DataProcessorSpec o2::itsmft::getITSMFTDeadMapBuilderSpec | ( | std::string | datasource, |
| bool | doMFT | ||
| ) |
Definition at line 404 of file DeadMapBuilderSpec.cxx.
| framework::DataProcessorSpec o2::itsmft::getMFTClustererSpec | ( | bool | useMC | ) |
Definition at line 320 of file ClustererSpec.cxx.
| DataProcessorSpec o2::itsmft::getMFTClusterReaderSpec | ( | bool | useMC = true, |
| bool | usePatterns = true, |
||
| bool | useTriggers = true |
||
| ) |
Definition at line 168 of file ClusterReaderSpec.cxx.
| framework::DataProcessorSpec o2::itsmft::getMFTClusterWriterSpec | ( | bool | useMC | ) |
Definition at line 105 of file ClusterWriterSpec.cxx.
| o2::framework::DataProcessorSpec o2::itsmft::getMFTDigitizerSpec | ( | int | channel, |
| bool | mctruth | ||
| ) |
Definition at line 440 of file ITSMFTDigitizerSpec.cxx.
| DataProcessorSpec o2::itsmft::getMFTDigitReaderSpec | ( | bool | useMC = true, |
| bool | useCalib = false, |
||
| bool | useTriggers = true, |
||
| std::string | defname = "o2_mftdigits.root" |
||
| ) |
Definition at line 318 of file DigitReaderSpec.cxx.
| DataProcessorSpec o2::itsmft::getMFTDigitWriterSpec | ( | bool | mctruth = true, |
| bool | dec = false, |
||
| bool | calib = false |
||
| ) |
Definition at line 148 of file DigitWriterSpec.cxx.
| DataProcessorSpec o2::itsmft::getPhyTrigWriterSpec | ( | DetID | detId | ) |
create the processor spec describing a processor receiving physics triggers words from ITS/MFT decoder and writing them to file
Definition at line 38 of file trigger-writer-workflow.cxx.
| DataProcessorSpec o2::itsmft::getSTFDecoderSpec | ( | const STFDecoderInp & | inp | ) |
Definition at line 379 of file STFDecoderSpec.cxx.
| std::ostream & o2::itsmft::operator<< | ( | std::ostream & | os, |
| const BuildTopologyDictionary & | DB | ||
| ) |
Definition at line 283 of file BuildTopologyDictionary.cxx.
| std::ostream & o2::itsmft::operator<< | ( | std::ostream & | os, |
| const ClusterPattern & | pattern | ||
| ) |
Definition at line 69 of file ClusterPattern.cxx.
| std::ostream & o2::itsmft::operator<< | ( | std::ostream & | os, |
| const ClusterTopology & | topology | ||
| ) |
Definition at line 160 of file ClusterTopology.cxx.
| std::ostream & o2::itsmft::operator<< | ( | std::ostream & | os, |
| const TopologyDictionary & | dict | ||
| ) |
Definition at line 46 of file TopologyDictionary.cxx.
|
constexpr |
Definition at line 25 of file DPLAlpideParam.h.
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
Definition at line 56 of file RawPixelReader.h.
|
constexpr |
Definition at line 57 of file RawPixelReader.h.