![]() |
Project
|
Functions | |
std::ostream & | operator<< (std::ostream &os, Detector &source) |
std::istream & | operator>> (std::istream &os, Detector &source) |
template<typename Float > | |
Float | signalForm_i (Float x) |
float | signalForm_integral (float x) |
Vc::float_v | signalForm_integralVc (Vc::float_v x) |
framework::DataProcessorSpec | getDigitReaderSpec (bool useMC=false, bool useTrgInput=true) |
framework::DataProcessorSpec | getEntropyDecoderSpec (int verbosity, unsigned int sspec) |
create a processor spec | |
framework::DataProcessorSpec | getEntropyEncoderSpec (bool selIR=false) |
create a processor spec | |
framework::DataProcessorSpec | getFT0DataProcessDPLSpec (bool dumpProcessor) |
template<typename RawReader > | |
framework::DataProcessorSpec | getFT0DataReaderDPLSpec (const RawReader &rawReader, bool askSTFDist) |
framework::DataProcessorSpec | getFT0DigitWriterSpec (bool mctruth=true, bool trigInp=true) |
create a processor spec | |
framework::WorkflowSpec | getFT0Workflow (bool isExtendedMode, bool useProcess, bool dumpProcessor, bool dumpReader, bool disableRootOut, bool askSTFDist) |
framework::DataProcessorSpec | getReconstructionSpec (bool useMC=false, const std::string ccdbpath="http://alice-ccdb.cern.ch", bool useTimeOffsetCalib=true, bool useSlewingCalib=true) |
create a processor spec | |
framework::DataProcessorSpec | getRecoQCworkflow (GID::mask_t src) |
framework::WorkflowSpec | getRecoWorkflow (bool useMC, std::string ccdbpath, bool useTimeOffsetCalib, bool useSlewingCalib, bool disableRootInp, bool disableRootOut) |
framework::DataProcessorSpec | getRecPointReaderSpec (bool useMC) |
framework::DataProcessorSpec | getRecPointWriterSpec (bool useMC) |
create a processor spec | |
o2::framework::DataProcessorSpec | getFT0DigitizerSpec (int channel, bool mctruth, bool useCCDB) |
o2::framework::DataProcessorSpec | getFT0DigitWriterSpec (bool mctruth) |
using o2::ft0::BranchDefinition = typedef framework::MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 21 of file FT0DigitWriterSpec.cxx.
using o2::ft0::DataBlockPM = typedef o2::fit::DataBlockPM<o2::fit::DataBlockConfig<false>, RawHeaderPM, RawDataPM> |
Definition at line 34 of file DataBlockFT0.h.
using o2::ft0::DataBlockTCM = typedef o2::fit::DataBlockTCM<o2::fit::DataBlockConfig<false>, RawHeaderTCM, RawDataTCM> |
Definition at line 35 of file DataBlockFT0.h.
using o2::ft0::DataBlockTCMext = typedef o2::fit::DataBlockTCMext<o2::fit::DataBlockConfig<false>, RawHeaderTCMext, RawDataTCM, RawDataTCMext> |
Definition at line 36 of file DataBlockFT0.h.
using o2::ft0::DigitBlockFT0 = typedef o2::fit::DigitBlockFIT<o2::ft0::SingleLUT, o2::ft0::Digit, o2::ft0::ChannelData> |
Definition at line 29 of file DigitBlockFT0.h.
using o2::ft0::DigitBlockFT0ext = typedef o2::fit::DigitBlockFIText<o2::ft0::SingleLUT, o2::ft0::Digit, o2::ft0::ChannelData, o2::ft0::TriggersExt> |
Definition at line 31 of file DigitBlockFT0.h.
using o2::ft0::EventData = typedef o2::fit::EventData |
Definition at line 36 of file RawEventData.h.
using o2::ft0::EventHeader = typedef o2::fit::EventHeader |
Definition at line 35 of file RawEventData.h.
using o2::ft0::RawDataPM = typedef o2::ft0::EventData |
Definition at line 28 of file DataBlockFT0.h.
using o2::ft0::RawDataTCM = typedef o2::ft0::TCMdata |
Definition at line 30 of file DataBlockFT0.h.
using o2::ft0::RawDataTCMext = typedef o2::ft0::TCMdataExtended |
Definition at line 32 of file DataBlockFT0.h.
using o2::ft0::RawHeaderPM = typedef o2::ft0::EventHeader |
Definition at line 27 of file DataBlockFT0.h.
using o2::ft0::RawHeaderTCM = typedef o2::ft0::EventHeader |
Definition at line 29 of file DataBlockFT0.h.
using o2::ft0::RawHeaderTCMext = typedef o2::ft0::EventHeader |
Definition at line 31 of file DataBlockFT0.h.
using o2::ft0::RawReaderFT0BaseExt = typedef o2::fit::RawReaderBaseFIT<DigitBlockFT0ext, DataBlockPM, DataBlockTCMext> |
Definition at line 33 of file RawReaderFT0Base.h.
using o2::ft0::RawReaderFT0BaseNorm = typedef o2::fit::RawReaderBaseFIT<DigitBlockFT0, DataBlockPM, DataBlockTCM> |
Definition at line 31 of file RawReaderFT0Base.h.
using o2::ft0::RawWriterFT0 = typedef o2::fit::RawWriterFIT<DigitBlockFT0, DataBlockPM, DataBlockTCM> |
Definition at line 28 of file RawWriterFT0.h.
using o2::ft0::RawWriterFT0_padded = typedef o2::fit::RawWriterFIT<DigitBlockFT0, DataBlockPM::DataBlockInvertedPadding_t, DataBlockTCM::DataBlockInvertedPadding_t> |
Definition at line 29 of file RawWriterFT0.h.
using o2::ft0::SingleLUT = typedef o2::fit::SingleLUT<o2::detectors::DetID::FT0, o2::fit::LookupTableBase<> > |
Definition at line 23 of file LookUpTable.h.
using o2::ft0::TCMdata = typedef o2::fit::TCMdata |
Definition at line 37 of file RawEventData.h.
using o2::ft0::TCMdataExtended = typedef o2::fit::TCMdataExtended |
Definition at line 38 of file RawEventData.h.
using o2::ft0::Triggers = typedef o2::fit::Triggers |
DataProcessorSpec o2::ft0::getDigitReaderSpec | ( | bool | useMC = false , |
bool | useTrgInput = true |
||
) |
create a processor spec read simulated FT0 digits from a root file
Definition at line 81 of file DigitReaderSpec.cxx.
DataProcessorSpec o2::ft0::getEntropyDecoderSpec | ( | int | verbosity, |
unsigned int | sspec | ||
) |
create a processor spec
Definition at line 76 of file EntropyDecoderSpec.cxx.
DataProcessorSpec o2::ft0::getEntropyEncoderSpec | ( | bool | selIR = false | ) |
create a processor spec
Definition at line 73 of file EntropyEncoderSpec.cxx.
DataProcessorSpec o2::ft0::getFT0DataProcessDPLSpec | ( | bool | dumpProcessor | ) |
Definition at line 37 of file FT0DataProcessDPLSpec.cxx.
framework::DataProcessorSpec o2::ft0::getFT0DataReaderDPLSpec | ( | const RawReader & | rawReader, |
bool | askSTFDist | ||
) |
Definition at line 90 of file FT0DataReaderDPLSpec.h.
o2::framework::DataProcessorSpec o2::ft0::getFT0DigitizerSpec | ( | int | channel, |
bool | mctruth, | ||
bool | useCCDB | ||
) |
Definition at line 192 of file FT0DigitizerSpec.cxx.
o2::framework::DataProcessorSpec o2::ft0::getFT0DigitWriterSpec | ( | bool | mctruth | ) |
Definition at line 33 of file FT0DigitWriterSpec.h.
o2::framework::DataProcessorSpec o2::ft0::getFT0DigitWriterSpec | ( | bool | mctruth = true , |
bool | trigInp = true |
||
) |
create a processor spec
Definition at line 23 of file FT0DigitWriterSpec.cxx.
framework::WorkflowSpec o2::ft0::getFT0Workflow | ( | bool | isExtendedMode, |
bool | useProcess, | ||
bool | dumpProcessor, | ||
bool | dumpReader, | ||
bool | disableRootOut, | ||
bool | askSTFDist | ||
) |
Definition at line 24 of file FT0Workflow.cxx.
DataProcessorSpec o2::ft0::getReconstructionSpec | ( | bool | useMC = false , |
const std::string | ccdbpath = "http://alice-ccdb.cern.ch" , |
||
bool | useTimeOffsetCalib = true , |
||
bool | useSlewingCalib = true |
||
) |
create a processor spec
Definition at line 102 of file ReconstructionSpec.cxx.
DataProcessorSpec o2::ft0::getRecoQCworkflow | ( | GID::mask_t | src | ) |
Definition at line 131 of file RecoQCworkflow.cxx.
framework::WorkflowSpec o2::ft0::getRecoWorkflow | ( | bool | useMC, |
std::string | ccdbpath, | ||
bool | useTimeOffsetCalib, | ||
bool | useSlewingCalib, | ||
bool | disableRootInp, | ||
bool | disableRootOut | ||
) |
Definition at line 25 of file RecoWorkflow.cxx.
DataProcessorSpec o2::ft0::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::ft0::getRecPointWriterSpec | ( | bool | useMC | ) |
create a processor spec
Definition at line 29 of file RecPointWriterSpec.cxx.
std::ostream & o2::ft0::operator<< | ( | std::ostream & | os, |
Detector & | source | ||
) |
std::istream & o2::ft0::operator>> | ( | std::istream & | os, |
Detector & | source | ||
) |
Definition at line 36 of file Digitizer.cxx.
|
inline |
Definition at line 45 of file Digitizer.cxx.
|
inline |
Definition at line 57 of file Digitizer.cxx.