![]() |
Project
|
Implementation of a data processor to read a raw file and produce Pedestals/Threshold files. More...
#include <random>#include <iostream>#include <fstream>#include <stdexcept>#include <array>#include <functional>#include <vector>#include "TTree.h"#include "TString.h"#include "TFile.h"#include "TMath.h"#include "TMatrixF.h"#include <gsl/span>#include "Framework/CallbackService.h"#include "Framework/ConfigParamRegistry.h"#include "Framework/ControlService.h"#include "Framework/DataProcessorSpec.h"#include "Framework/Lifetime.h"#include "Framework/Output.h"#include "Framework/Task.h"#include "Framework/WorkflowSpec.h"#include "Framework/Logger.h"#include "Framework/RawDeviceService.h"#include <fairmq/Device.h>#include "CCDB/CcdbApi.h"#include "CCDB/CCDBTimeStampUtils.h"#include "Headers/RAWDataHeader.h"#include "DetectorsRaw/RDHUtils.h"#include "DPLUtils/DPLRawParser.h"#include "CommonUtils/NameConf.h"#include "DataFormatsHMP/Digit.h"#include "DataFormatsHMP/Trigger.h"#include "HMPIDBase/Geo.h"#include "HMPIDReconstruction/HmpidDecoder2.h"#include "HMPIDWorkflow/PedestalsCalculationSpec.h"#include "DataFormatsDCS/DCSConfigObject.h"Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::hmpid |
Macros | |
| #define | PEDTHFORMAT "%05X," |
| #define | COLUMNTAIL false |
| #define | PEDTHBYTES 6 |
Functions | |
| o2::framework::DataProcessorSpec | o2::hmpid::getPedestalsCalculationSpec (std::string inputSpec="TF:HMP/RAWDATA") |
Implementation of a data processor to read a raw file and produce Pedestals/Threshold files.
Definition in file PedestalsCalculationSpec.cxx.
| #define COLUMNTAIL false |
| #define PEDTHBYTES 6 |
| #define PEDTHFORMAT "%05X," |