![]() |
Project
|
Workflow definition for the TPC reconstruction. More...
#include "Framework/WorkflowSpec.h"#include "Framework/DataSpecUtils.h"#include "Framework/Logger.h"#include "DPLUtils/MakeRootTreeWriterSpec.h"#include "TPCWorkflow/RecoWorkflow.h"#include "TPCWorkflow/TPCTriggerWriterSpec.h"#include "TPCReaderWorkflow/PublisherSpec.h"#include "TPCWorkflow/ClustererSpec.h"#include "TPCWorkflow/TPCScalerSpec.h"#include "TPCWorkflow/ClusterDecoderRawSpec.h"#include "GPUWorkflow/GPUWorkflowSpec.h"#include "TPCWorkflow/EntropyEncoderSpec.h"#include "TPCWorkflow/ZSSpec.h"#include "Algorithm/RangeTokenizer.h"#include "DataFormatsTPC/Digit.h"#include "DataFormatsTPC/Constants.h"#include "DataFormatsTPC/ClusterGroupAttribute.h"#include "DataFormatsTPC/TrackTPC.h"#include "DataFormatsTPC/TPCSectorHeader.h"#include "DataFormatsTPC/CompressedClusters.h"#include "DataFormatsTPC/ZeroSuppression.h"#include "DetectorsBase/GRPGeomHelper.h"#include "SimulationDataFormat/IOMCTruthContainerView.h"#include "SimulationDataFormat/ConstMCTruthContainer.h"#include "SimulationDataFormat/MCCompLabel.h"#include "DataFormatsTPC/Helpers.h"#include "TPCReaderWorkflow/ClusterReaderSpec.h"#include "TPCReaderWorkflow/TriggerReaderSpec.h"#include "TPCCalibration/CorrectionMapsLoader.h"#include "CTPWorkflowIO/DigitReaderSpec.h"#include <string>#include <stdexcept>#include <fstream>#include <sstream>#include <iomanip>#include <unordered_map>#include <algorithm>#include <tuple>#include <array>#include <gsl/span>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::tpc |
| Global TPC definitions and constants. | |
| namespace | o2::tpc::reco_workflow |
Typedefs | |
| template<typename T > | |
| using | o2::tpc::reco_workflow::BranchDefinition = MakeRootTreeWriterSpec::BranchDefinition< T > |
Functions | |
| framework::WorkflowSpec | o2::tpc::reco_workflow::getWorkflow (CompletionPolicyData *policyData, std::vector< int > const &tpcSectors, unsigned long tpcSectorMask, std::vector< int > const &laneConfiguration, const o2::tpc::CorrectionMapsLoaderGloOpts &sclOpts, bool propagateMC=true, unsigned nLanes=1, std::string const &cfgInput="digitizer", std::string const &cfgOutput="tracks", bool disableRootInput=false, int caClusterer=0, int zsOnTheFly=0, bool askDISTSTF=true, bool selIR=false, bool filteredInp=false, int deadMapSources=-1, bool useMCTimeGain=false) |
| create the workflow for TPC reconstruction | |
| void | o2::tpc::reco_workflow::cleanupCallback () |
Variables | |
| const std::unordered_map< std::string, InputType > | o2::tpc::reco_workflow::InputMap |
| const std::unordered_map< std::string, OutputType > | o2::tpc::reco_workflow::OutputMap |
Workflow definition for the TPC reconstruction.
Definition in file RecoWorkflow.cxx.