![]() |
Project
|
#include "MIDDigitizerSpec.h"
#include "TChain.h"
#include "Framework/CCDBParamSpec.h"
#include "Framework/ConfigParamRegistry.h"
#include "Framework/ControlService.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/DataRefUtils.h"
#include "Framework/Lifetime.h"
#include "Framework/Task.h"
#include "Steer/HitProcessingManager.h"
#include "DetectorsBase/BaseDPLDigitizer.h"
#include "DetectorsRaw/HBFUtils.h"
#include "SimulationDataFormat/MCTruthContainer.h"
#include "DataFormatsParameters/GRPObject.h"
#include "DataFormatsMID/ROFRecord.h"
#include "DataFormatsMID/ColumnData.h"
#include "DataFormatsMID/ChEffCounter.h"
#include "MIDSimulation/Digitizer.h"
#include "MIDSimulation/DigitsMerger.h"
#include "MIDSimulation/ChamberResponse.h"
#include "MIDSimulation/ChamberEfficiencyResponse.h"
#include "MIDSimulation/Geometry.h"
#include "MIDRaw/ElectronicsDelay.h"
#include "DataFormatsMID/MCLabel.h"
Go to the source code of this file.
Classes | |
class | o2::mid::MIDDPLDigitizerTask |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::mid |
Typedefs | |
using | SubSpecificationType = o2::framework::DataAllocator::SubSpecificationType |
using | DPMAP = std::unordered_map< o2::dcs::DataPointIdentifier, std::vector< o2::dcs::DataPointValue > > |
Functions | |
o2::framework::DataProcessorSpec | o2::mid::getMIDDigitizerSpec (int channel, bool mctruth) |
using DPMAP = std::unordered_map<o2::dcs::DataPointIdentifier, std::vector<o2::dcs::DataPointValue> > |
Definition at line 39 of file MIDDigitizerSpec.cxx.
Definition at line 38 of file MIDDigitizerSpec.cxx.