![]() |
Project
|
#include <vector>
#include <chrono>
#include "Framework/DataProcessorSpec.h"
#include "Framework/Task.h"
#include "Framework/ConcreteDataMatcher.h"
#include "DataFormatsCPV/Digit.h"
#include "DataFormatsCPV/TriggerRecord.h"
#include "DataFormatsCPV/CalibParams.h"
#include "DataFormatsCPV/BadChannelMap.h"
#include "DataFormatsCPV/Pedestals.h"
#include "CPVReconstruction/RawDecoder.h"
#include "CCDB/BasicCCDBManager.h"
Go to the source code of this file.
Classes | |
class | o2::cpv::reco_workflow::RawToDigitConverterSpec |
Coverter task for Raw data to CPV cells. More... | |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::cpv |
namespace | o2::cpv::reco_workflow |
Functions | |
o2::framework::DataProcessorSpec | o2::cpv::reco_workflow::getRawToDigitConverterSpec (bool askDISTSTF=true, bool isPedestal=false, bool useBadChannelMap=true, bool useGainCalibration=true) |
Creating DataProcessorSpec for the CPV Digit Converter Spec. | |