![]() |
Project
|
Classes | |
struct | ChannelData |
struct | ChannelDataFloat |
struct | CompressedDigits |
Intermediate, compressed but not yet entropy-encoded digits. More... | |
struct | CTF |
wrapper for the Entropy-encoded clusters of the TF More... | |
class | CTFCoder |
struct | CTFHeader |
Header for a single CTF. More... | |
class | Detector |
struct | DetTrigInput |
struct | Digit |
struct | DigitizationParameters |
class | Digitizer |
class | DigitReader |
class | Digits2Raw |
class | EntropyDecoderSpec |
class | EntropyEncoderSpec |
class | FDDDCSDataProcessor |
struct | FDDDigParam |
class | FDDDPLDigitizerTask |
class | FDDReconstructorDPL |
class | Geometry |
FIT-FDD Geometry. More... | |
class | Hit |
class | MCLabel |
class | RawDataProcessSpec |
class | RawDataReaderSpec |
class | RawReaderFDD |
class | ReadRaw |
class | Reconstructor |
class | RecPoint |
class | RecPointReader |
struct | TriggersExt |
Variables | |
constexpr short | Nchannels = 16 |
constexpr short | Nmodules = 2 |
constexpr short | NChPerMod = 8 |
constexpr short | Ntriggers = 5 |
constexpr float | IntTimeRes = 0.4 |
constexpr float | PhotoCathodeEfficiency = 0.18 |
constexpr float | ChargePerADC = 0.6e-12 |
constexpr float | invTimePerTDC = 1. / 0.01302 |
constexpr float | timePerTDC = 0.01302 |
constexpr float | PMTransitTime = 6.0 |
constexpr float | PMTransparency = 0.25 |
constexpr float | PMNbOfSecElec = 6.0 |
constexpr int | NTimeBinsPerBC = 256 |
using o2::fdd::BranchDefinition = typedef MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 30 of file DigitWriterSpec.h.
using o2::fdd::DataBlockPM = typedef o2::fit::DataBlockPM<o2::fit::DataBlockConfig<false>, RawHeaderPM, RawDataPM> |
Definition at line 35 of file DataBlockFDD.h.
using o2::fdd::DataBlockTCM = typedef o2::fit::DataBlockTCM<o2::fit::DataBlockConfig<false>, RawHeaderTCM, RawDataTCM> |
Definition at line 36 of file DataBlockFDD.h.
using o2::fdd::DataBlockTCMext = typedef o2::fit::DataBlockTCMext<o2::fit::DataBlockConfig<false>, RawHeaderTCMext, RawDataTCM, RawDataTCMext> |
Definition at line 37 of file DataBlockFDD.h.
using o2::fdd::DigitBlockFDD = typedef o2::fit::DigitBlockFIT<o2::fdd::SingleLUT, o2::fdd::Digit, o2::fdd::ChannelData> |
Definition at line 29 of file DigitBlockFDD.h.
using o2::fdd::DigitBlockFDDext = typedef o2::fit::DigitBlockFIText<o2::fdd::SingleLUT, o2::fdd::Digit, o2::fdd::ChannelData, o2::fdd::TriggersExt> |
Definition at line 31 of file DigitBlockFDD.h.
using o2::fdd::EventData = typedef o2::fit::EventData |
Definition at line 33 of file RawEventData.h.
using o2::fdd::EventHeader = typedef o2::fit::EventHeader |
Definition at line 32 of file RawEventData.h.
using o2::fdd::RawDataPM = typedef o2::fdd::EventData |
Definition at line 29 of file DataBlockFDD.h.
using o2::fdd::RawDataTCM = typedef o2::fdd::TCMdata |
Definition at line 31 of file DataBlockFDD.h.
using o2::fdd::RawDataTCMext = typedef o2::fdd::TCMdataExtended |
Definition at line 33 of file DataBlockFDD.h.
using o2::fdd::RawHeaderPM = typedef o2::fdd::EventHeader |
Definition at line 28 of file DataBlockFDD.h.
using o2::fdd::RawHeaderTCM = typedef o2::fdd::EventHeader |
Definition at line 30 of file DataBlockFDD.h.
using o2::fdd::RawHeaderTCMext = typedef o2::fdd::EventHeader |
Definition at line 32 of file DataBlockFDD.h.
using o2::fdd::RawReaderFDDBaseExt = typedef o2::fit::RawReaderBaseFIT<DigitBlockFDDext, DataBlockPM, DataBlockTCMext> |
Definition at line 33 of file RawReaderFDDBase.h.
using o2::fdd::RawReaderFDDBaseNorm = typedef o2::fit::RawReaderBaseFIT<DigitBlockFDD, DataBlockPM, DataBlockTCM> |
Definition at line 31 of file RawReaderFDDBase.h.
using o2::fdd::RawWriterFDD = typedef o2::fit::RawWriterFIT<DigitBlockFDD, DataBlockPM, DataBlockTCM> |
Definition at line 28 of file RawWriterFDD.h.
using o2::fdd::RawWriterFDD_padded = typedef o2::fit::RawWriterFIT<DigitBlockFDD, DataBlockPM::DataBlockInvertedPadding_t, DataBlockTCM::DataBlockInvertedPadding_t> |
Definition at line 29 of file RawWriterFDD.h.
using o2::fdd::SingleLUT = typedef o2::fit::SingleLUT<o2::detectors::DetID::FDD, o2::fit::LookupTableBase<> > |
Definition at line 24 of file LookUpTable.h.
using o2::fdd::TCMdata = typedef o2::fit::TCMdata |
Definition at line 34 of file RawEventData.h.
using o2::fdd::TCMdataExtended = typedef o2::fit::TCMdataExtended |
Definition at line 35 of file RawEventData.h.
using o2::fdd::Triggers = typedef o2::fit::Triggers |
DataProcessorSpec o2::fdd::getEntropyDecoderSpec | ( | int | verbosity, |
unsigned int | sspec | ||
) |
create a processor spec
Definition at line 76 of file EntropyDecoderSpec.cxx.
DataProcessorSpec o2::fdd::getEntropyEncoderSpec | ( | bool | selIR = false | ) |
create a processor spec
Definition at line 72 of file EntropyEncoderSpec.cxx.
o2::framework::DataProcessorSpec o2::fdd::getFDDDigitizerSpec | ( | int | channel, |
bool | mctruth | ||
) |
Definition at line 167 of file FDDDigitizerSpec.cxx.
DataProcessorSpec o2::fdd::getFDDDigitReaderSpec | ( | bool | useMC | ) |
create a processor spec read simulated FDD digits from a root file
Definition at line 103 of file DigitReaderSpec.cxx.
o2::framework::DataProcessorSpec o2::fdd::getFDDDigitWriterSpec | ( | bool | mctruth = true , |
bool | trigInp = true |
||
) |
Definition at line 32 of file DigitWriterSpec.h.
DataProcessorSpec o2::fdd::getFDDRawDataProcessSpec | ( | bool | dumpProcessor | ) |
Definition at line 37 of file RawDataProcessSpec.cxx.
framework::DataProcessorSpec o2::fdd::getFDDRawDataReaderSpec | ( | const RawReader & | rawReader | ) |
Definition at line 68 of file RawDataReaderSpec.h.
framework::WorkflowSpec o2::fdd::getFDDRawWorkflow | ( | bool | useProcess, |
bool | dumpProcessor, | ||
bool | dumpReader, | ||
bool | disableRootOut | ||
) |
Definition at line 24 of file RawWorkflow.cxx.
DataProcessorSpec o2::fdd::getFDDReconstructorSpec | ( | bool | useMC = true | ) |
create a processor spec
Definition at line 61 of file ReconstructorSpec.cxx.
DataProcessorSpec o2::fdd::getFDDRecPointReaderSpec | ( | bool | useMC | ) |
create a processor spec read simulated FDD digits from a root file
Definition at line 81 of file RecPointReaderSpec.cxx.
DataProcessorSpec o2::fdd::getFDDRecPointWriterSpec | ( | bool | useMC | ) |
create a processor spec
Definition at line 29 of file RecPointWriterSpec.cxx.
framework::WorkflowSpec o2::fdd::getRecoWorkflow | ( | bool | useMC, |
bool | disableRootInp, | ||
bool | disableRootOut | ||
) |
Definition at line 25 of file RecoWorkflow.cxx.
std::ostream & o2::fdd::operator<< | ( | std::ostream & | os, |
Detector & | source | ||
) |
std::istream & o2::fdd::operator>> | ( | std::istream & | os, |
Detector & | source | ||
) |
|
constexpr |
Definition at line 31 of file Constants.h.
|
constexpr |
Definition at line 29 of file Constants.h.
|
constexpr |
Definition at line 32 of file Constants.h.
|
constexpr |
Definition at line 25 of file Constants.h.
|
constexpr |
Definition at line 27 of file Constants.h.
|
constexpr |
Definition at line 26 of file Constants.h.
|
constexpr |
Definition at line 38 of file Constants.h.
|
constexpr |
Definition at line 28 of file Constants.h.
|
constexpr |
Definition at line 30 of file Constants.h.
|
constexpr |
Definition at line 36 of file Constants.h.
|
constexpr |
Definition at line 34 of file Constants.h.
|
constexpr |
Definition at line 35 of file Constants.h.
|
constexpr |
Definition at line 33 of file Constants.h.