![]() |
Project
|
Namespaces | |
namespace | raw |
Typedefs | |
using | TimeStampType = uint64_t |
using | DPID = o2::dcs::DataPointIdentifier |
using | DPVAL = o2::dcs::DataPointValue |
using | DPCOM = o2::dcs::DataPointCompositeObject |
using | CcdbManager = o2::ccdb::BasicCCDBManager |
using | clbUtils = o2::calibration::Utils |
using | HighResClock = std::chrono::high_resolution_clock |
using | Duration = std::chrono::duration< double, std::ratio< 1, 1 > > |
using | RunStatus = o2::dcs::RunStatusChecker::RunStatus |
using | RDH = o2::header::RDHAny |
template<typename T > | |
using | BranchDefinition = framework::MakeRootTreeWriterSpec::BranchDefinition< T > |
using | MatchInfo = std::vector< o2::dataformats::MatchInfoHMP > |
using | LabelsType = std::vector< o2::MCCompLabel > |
Variables | |
const int | MAXERRORS = 13 |
const int | MAXHMPIDERRORS = 5 |
const int | ERR_NOTKNOWN = 0 |
const int | ERR_ROWMARKEMPTY = 1 |
const int | ERR_DUPLICATEPAD = 2 |
const int | ERR_ROWMARKWRONG = 3 |
const int | ERR_ROWMARKLOST = 4 |
const int | ERR_ROWMARKERROR = 5 |
const int | ERR_LOSTEOEMARK = 6 |
const int | ERR_DOUBLEEOEMARK = 7 |
const int | ERR_WRONGSIZEINEOE = 8 |
const int | ERR_DOUBLEMARKWORD = 9 |
const int | ERR_WRONGSIZESEGMENTMARK = 10 |
const int | ERR_LOSTEOSMARK = 11 |
const int | ERR_HMPID = 12 |
const int | TH_FILENOTEXISTS = 9 |
const int | TH_OPENFILE = 8 |
const int | TH_CREATEFILE = 7 |
const int | TH_READFILE = 6 |
const int | TH_WRITEFILE = 5 |
const int | TH_WRONGEQUIPINDEX = 19 |
const int | TH_WRONGHEADER = 15 |
const int | TH_WRONGFILELEN = 14 |
const int | TH_NULLBUFFERPOINTER = 13 |
const int | TH_BUFFEREMPTY = 12 |
const int | TH_WRONGBUFFERDIM = 11 |
const int | TH_BUFFERPOINTERTOEND = 16 |
const uint64_t | OUTRANGEEVENTNUMBER = 0x1FFFFFFFFFFF |
using o2::hmpid::BranchDefinition = typedef framework::MakeRootTreeWriterSpec::BranchDefinition<T> |
Definition at line 27 of file ClustersWriterSpec.cxx.
using o2::hmpid::CcdbManager = typedef o2::ccdb::BasicCCDBManager |
Definition at line 45 of file HMPIDDCSDataProcessorSpec.h.
using o2::hmpid::clbUtils = typedef o2::calibration::Utils |
Definition at line 46 of file HMPIDDCSDataProcessorSpec.h.
using o2::hmpid::DPCOM = typedef o2::dcs::DataPointCompositeObject |
Definition at line 43 of file HMPIDDCSDataProcessorSpec.h.
using o2::hmpid::DPID = typedef o2::dcs::DataPointIdentifier |
Definition at line 41 of file HMPIDDCSDataProcessorSpec.h.
using o2::hmpid::DPVAL = typedef o2::dcs::DataPointValue |
Definition at line 42 of file HMPIDDCSDataProcessorSpec.h.
using o2::hmpid::Duration = typedef std::chrono::duration<double, std::ratio<1, 1> > |
Definition at line 48 of file HMPIDDCSDataProcessorSpec.h.
using o2::hmpid::HighResClock = typedef std::chrono::high_resolution_clock |
Definition at line 47 of file HMPIDDCSDataProcessorSpec.h.
using o2::hmpid::LabelsType = typedef std::vector<o2::MCCompLabel> |
Definition at line 39 of file HMPMatchedWriterSpec.cxx.
using o2::hmpid::MatchInfo = typedef std::vector<o2::dataformats::MatchInfoHMP> |
Definition at line 38 of file HMPMatchedWriterSpec.cxx.
typedef o2::header::RDHAny o2::hmpid::RDH |
Definition at line 52 of file ClustersReaderSpec.cxx.
using o2::hmpid::RunStatus = typedef o2::dcs::RunStatusChecker::RunStatus |
Definition at line 50 of file HMPIDDCSDataProcessorSpec.h.
using o2::hmpid::TimeStampType = typedef uint64_t |
Definition at line 52 of file HMPIDDCSProcessor.h.
o2::framework::DataProcessorSpec o2::hmpid::getClusterReaderSpec | ( | ) |
Definition at line 133 of file ClustersReaderSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getClusterWriterSpec | ( | ) |
Definition at line 29 of file ClustersWriterSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getDecodingSpec | ( | bool | askSTFDist | ) |
Definition at line 280 of file DataDecoderSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getDecodingSpec2 | ( | bool | askSTFDist | ) |
Definition at line 336 of file DataDecoderSpec2.cxx.
framework::DataProcessorSpec o2::hmpid::getDigitReaderSpec | ( | bool | useMC | ) |
read simulated HMPID digits from a root file
DataProcessorSpec o2::hmpid::getDigitsReaderSpec | ( | ) |
Definition at line 132 of file DigitsReaderSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getDigitsToClustersSpec | ( | ) |
Definition at line 136 of file DigitsToClustersSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getDigitsToRawSpec | ( | ) |
Definition at line 189 of file DigitsToRawSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getDigitsToRootSpec | ( | std::string | inputSpec = "HMP/DIGITS" | ) |
Definition at line 132 of file DigitsWriterSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getDumpDigitsSpec | ( | std::string | inputSpec = "HMP/DIGITS" | ) |
Definition at line 133 of file DumpDigitsSpec.cxx.
DataProcessorSpec o2::hmpid::getEntropyDecoderSpec | ( | int | verbosity, |
unsigned int | sspec | ||
) |
create a processor spec
Definition at line 94 of file EntropyDecoderSpec.cxx.
DataProcessorSpec o2::hmpid::getEntropyEncoderSpec | ( | bool | selIR = false | ) |
create a processor spec
Definition at line 92 of file EntropyEncoderSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getHMPIDClusterizerSpec | ( | bool | useMC | ) |
o2::framework::DataProcessorSpec o2::hmpid::getHMPIDDigitizerSpec | ( | int | channel, |
bool | mctruth | ||
) |
Definition at line 169 of file HMPIDDigitizerSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getHMPIDDigitWriterSpec | ( | bool | mctruth = true | ) |
Definition at line 31 of file HMPIDDigitWriterSpec.h.
DataProcessorSpec o2::hmpid::getHMPMatchedReaderSpec | ( | bool | useMC | ) |
create a processor spec read matched HMP clusters from a ROOT file
Definition at line 76 of file HMPMatchedReaderSpec.cxx.
DataProcessorSpec o2::hmpid::getHMPMatchedWriterSpec | ( | bool | useMC, |
const char * | outdef = "o2match_hmpid.root" |
||
) |
create a processor spec write HMP matching info in a root file
Definition at line 42 of file HMPMatchedWriterSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getPedestalsCalculationSpec | ( | std::string | inputSpec = "TF:HMP/RAWDATA" | ) |
Definition at line 358 of file PedestalsCalculationSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getRawToDigitsSpec | ( | std::string | inputSpec = "HMP/RAWDATA" | ) |
Definition at line 333 of file RawToDigitsSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getReadRawFileSpec | ( | std::string | inputSpec = "HMP/RAWDATA" | ) |
Definition at line 135 of file ReadRawFileSpec.cxx.
o2::framework::DataProcessorSpec o2::hmpid::getWriteRawFileSpec | ( | std::string | inputSpec = "HMP/DIGITS" | ) |
Definition at line 152 of file WriteRawFileSpec.cxx.
std::ostream & o2::hmpid::operator<< | ( | std::ostream & | os, |
const o2::hmpid::Digit & | d | ||
) |
std::ostream & o2::hmpid::operator<< | ( | std::ostream & | os, |
const o2::hmpid::Trigger & | d | ||
) |
Definition at line 34 of file Trigger.cxx.
const int o2::hmpid::ERR_DOUBLEEOEMARK = 7 |
Definition at line 43 of file HmpidEquipment.h.
const int o2::hmpid::ERR_DOUBLEMARKWORD = 9 |
Definition at line 45 of file HmpidEquipment.h.
const int o2::hmpid::ERR_DUPLICATEPAD = 2 |
Definition at line 38 of file HmpidEquipment.h.
const int o2::hmpid::ERR_HMPID = 12 |
Definition at line 48 of file HmpidEquipment.h.
const int o2::hmpid::ERR_LOSTEOEMARK = 6 |
Definition at line 42 of file HmpidEquipment.h.
const int o2::hmpid::ERR_LOSTEOSMARK = 11 |
Definition at line 47 of file HmpidEquipment.h.
const int o2::hmpid::ERR_NOTKNOWN = 0 |
Definition at line 36 of file HmpidEquipment.h.
const int o2::hmpid::ERR_ROWMARKEMPTY = 1 |
Definition at line 37 of file HmpidEquipment.h.
const int o2::hmpid::ERR_ROWMARKERROR = 5 |
Definition at line 41 of file HmpidEquipment.h.
const int o2::hmpid::ERR_ROWMARKLOST = 4 |
Definition at line 40 of file HmpidEquipment.h.
const int o2::hmpid::ERR_ROWMARKWRONG = 3 |
Definition at line 39 of file HmpidEquipment.h.
const int o2::hmpid::ERR_WRONGSIZEINEOE = 8 |
Definition at line 44 of file HmpidEquipment.h.
const int o2::hmpid::ERR_WRONGSIZESEGMENTMARK = 10 |
Definition at line 46 of file HmpidEquipment.h.
const int o2::hmpid::MAXERRORS = 13 |
Definition at line 33 of file HmpidEquipment.h.
const int o2::hmpid::MAXHMPIDERRORS = 5 |
Definition at line 34 of file HmpidEquipment.h.
const uint64_t o2::hmpid::OUTRANGEEVENTNUMBER = 0x1FFFFFFFFFFF |
Definition at line 64 of file HmpidEquipment.h.
const int o2::hmpid::TH_BUFFEREMPTY = 12 |
Definition at line 60 of file HmpidEquipment.h.
const int o2::hmpid::TH_BUFFERPOINTERTOEND = 16 |
Definition at line 62 of file HmpidEquipment.h.
const int o2::hmpid::TH_CREATEFILE = 7 |
Definition at line 53 of file HmpidEquipment.h.
const int o2::hmpid::TH_FILENOTEXISTS = 9 |
Definition at line 51 of file HmpidEquipment.h.
const int o2::hmpid::TH_NULLBUFFERPOINTER = 13 |
Definition at line 59 of file HmpidEquipment.h.
const int o2::hmpid::TH_OPENFILE = 8 |
Definition at line 52 of file HmpidEquipment.h.
const int o2::hmpid::TH_READFILE = 6 |
Definition at line 54 of file HmpidEquipment.h.
const int o2::hmpid::TH_WRITEFILE = 5 |
Definition at line 55 of file HmpidEquipment.h.
const int o2::hmpid::TH_WRONGBUFFERDIM = 11 |
Definition at line 61 of file HmpidEquipment.h.
const int o2::hmpid::TH_WRONGEQUIPINDEX = 19 |
Definition at line 56 of file HmpidEquipment.h.
const int o2::hmpid::TH_WRONGFILELEN = 14 |
Definition at line 58 of file HmpidEquipment.h.
const int o2::hmpid::TH_WRONGHEADER = 15 |
Definition at line 57 of file HmpidEquipment.h.