![]() |
Project
|
Classes | |
class | BaseRecoTask |
struct | ChannelData |
struct | ChannelDataFloat |
struct | CompressedDigits |
Intermediate, compressed but not yet entropy-encoded digits. More... | |
struct | Constants |
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 | DigitizationConstant |
class | Digitizer |
class | DigitReader |
class | EntropyDecoderSpec |
class | EntropyEncoderSpec |
class | FV0CalibCollector |
class | FV0CalibInfoSlot |
class | FV0CalibrationInfoObject |
struct | FV0ChannelTimeCalibrationObject |
class | FV0ChannelTimeOffsetSlotContainer |
class | FV0DCSDataProcessor |
struct | FV0DigParam |
class | FV0DPLDigitizerTask |
class | FV0TFProcessor |
class | Geometry |
FV0 Geometry. More... | |
class | Hit |
class | MCLabel |
struct | Point3Dsimple |
class | ReconstructionDPL |
class | RecPointReader |
class | RecPoints |
struct | TriggersExt |
using o2::fv0::BranchDefinition = typedef framework::MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 21 of file FV0DigitWriterSpec.cxx.
using o2::fv0::DataBlockPM = typedef o2::fit::DataBlockPM<o2::fit::DataBlockConfig<false>, RawHeaderPM, RawDataPM> |
Definition at line 34 of file DataBlockFV0.h.
using o2::fv0::DataBlockTCM = typedef o2::fit::DataBlockTCM<o2::fit::DataBlockConfig<false>, RawHeaderTCM, RawDataTCM> |
Definition at line 35 of file DataBlockFV0.h.
using o2::fv0::DataBlockTCMext = typedef o2::fit::DataBlockTCMext<o2::fit::DataBlockConfig<false>, RawHeaderTCMext, RawDataTCM, RawDataTCMext> |
Definition at line 36 of file DataBlockFV0.h.
using o2::fv0::DigitBlockFV0 = typedef o2::fit::DigitBlockFIT<o2::fv0::SingleLUT, o2::fv0::Digit, o2::fv0::ChannelData> |
Definition at line 29 of file DigitBlockFV0.h.
using o2::fv0::DigitBlockFV0ext = typedef o2::fit::DigitBlockFIText<o2::fv0::SingleLUT, o2::fv0::Digit, o2::fv0::ChannelData, o2::fv0::TriggersExt> |
Definition at line 31 of file DigitBlockFV0.h.
using o2::fv0::EventData = typedef o2::fit::EventData |
Definition at line 29 of file RawEventData.h.
using o2::fv0::EventHeader = typedef o2::fit::EventHeader |
Definition at line 28 of file RawEventData.h.
using o2::fv0::RawDataPM = typedef o2::fv0::EventData |
Definition at line 28 of file DataBlockFV0.h.
using o2::fv0::RawDataTCM = typedef o2::fv0::TCMdata |
Definition at line 30 of file DataBlockFV0.h.
using o2::fv0::RawDataTCMext = typedef o2::fv0::TCMdataExtended |
Definition at line 32 of file DataBlockFV0.h.
using o2::fv0::RawHeaderPM = typedef o2::fv0::EventHeader |
Definition at line 27 of file DataBlockFV0.h.
using o2::fv0::RawHeaderTCM = typedef o2::fv0::EventHeader |
Definition at line 29 of file DataBlockFV0.h.
using o2::fv0::RawHeaderTCMext = typedef o2::fv0::EventHeader |
Definition at line 31 of file DataBlockFV0.h.
using o2::fv0::RawReaderFV0BaseExt = typedef o2::fit::RawReaderBaseFIT<DigitBlockFV0ext, DataBlockPM, DataBlockTCMext> |
Definition at line 33 of file RawReaderFV0Base.h.
using o2::fv0::RawReaderFV0BaseNorm = typedef o2::fit::RawReaderBaseFIT<DigitBlockFV0, DataBlockPM, DataBlockTCM> |
Definition at line 31 of file RawReaderFV0Base.h.
using o2::fv0::RawWriterFV0 = typedef o2::fit::RawWriterFIT<DigitBlockFV0, DataBlockPM, DataBlockTCM> |
Definition at line 28 of file RawWriterFV0.h.
using o2::fv0::RawWriterFV0_padded = typedef o2::fit::RawWriterFIT<DigitBlockFV0, DataBlockPM::DataBlockInvertedPadding_t, DataBlockTCM::DataBlockInvertedPadding_t> |
Definition at line 29 of file RawWriterFV0.h.
using o2::fv0::SingleLUT = typedef o2::fit::SingleLUT<o2::detectors::DetID::FV0, o2::fit::LookupTableBase<> > |
Definition at line 23 of file LookUpTable.h.
using o2::fv0::Slot = typedef o2::calibration::TimeSlot<o2::fv0::FV0CalibInfoSlot> |
Definition at line 25 of file FV0CalibCollector.cxx.
using o2::fv0::TCMdata = typedef o2::fit::TCMdata |
Definition at line 30 of file RawEventData.h.
using o2::fv0::TCMdataExtended = typedef o2::fit::TCMdataExtended |
Definition at line 31 of file RawEventData.h.
using o2::fv0::Triggers = typedef o2::fit::Triggers |
DataProcessorSpec o2::fv0::getDigitReaderSpec | ( | bool | useMC = false , |
bool | useTrgInput = true |
||
) |
create a processor spec read simulated FV0 digits from a root file
Definition at line 82 of file DigitReaderSpec.cxx.
DataProcessorSpec o2::fv0::getEntropyDecoderSpec | ( | int | verbosity, |
unsigned int | sspec | ||
) |
create a processor spec
Definition at line 76 of file EntropyDecoderSpec.cxx.
DataProcessorSpec o2::fv0::getEntropyEncoderSpec | ( | bool | selIR = false | ) |
create a processor spec
Definition at line 74 of file EntropyEncoderSpec.cxx.
o2::framework::DataProcessorSpec o2::fv0::getFV0ChannelTimeCalibrationSpec | ( | ) |
Definition at line 24 of file FV0ChannelTimeCalibrationSpec.h.
o2::framework::DataProcessorSpec o2::fv0::getFV0DigitizerSpec | ( | int | channel, |
bool | mctruth | ||
) |
Definition at line 146 of file FV0DigitizerSpec.cxx.
o2::framework::DataProcessorSpec o2::fv0::getFV0DigitWriterSpec | ( | bool | mctruth = true | ) |
Definition at line 32 of file FV0DigitWriterSpec.h.
o2::framework::DataProcessorSpec o2::fv0::getFV0DigitWriterSpec | ( | bool | mctruth = true , |
bool | trigInp = true |
||
) |
create a processor spec
Definition at line 23 of file FV0DigitWriterSpec.cxx.
DataProcessorSpec o2::fv0::getReconstructionSpec | ( | bool | useMC = false , |
const std::string | ccdbpath = "http://alice-ccdb.cern.ch" |
||
) |
create a processor spec
Definition at line 91 of file ReconstructionSpec.cxx.
framework::WorkflowSpec o2::fv0::getRecoWorkflow | ( | bool | useMC, |
bool | disableRootInp, | ||
bool | disableRootOut | ||
) |
Definition at line 25 of file RecoWorkflow.cxx.
DataProcessorSpec o2::fv0::getRecPointReaderSpec | ( | bool | useMC | ) |
create a processor spec read simulated ITS digits from a root file
Definition at line 79 of file RecPointReaderSpec.cxx.
DataProcessorSpec o2::fv0::getRecPointWriterSpec | ( | bool | useMC | ) |
create a processor spec
Definition at line 28 of file RecPointWriterSpec.cxx.
std::ostream & o2::fv0::operator<< | ( | std::ostream & | os, |
Detector & | source | ||
) |
std::istream & o2::fv0::operator>> | ( | std::istream & | os, |
Detector & | source | ||
) |
|
inline |
Definition at line 148 of file Digitizer.h.