![]() |
Project
|
#include "AlignmentWorkflow/BarrelAlignmentSpec.h"#include "CommonUtils/ConfigurableParam.h"#include "Framework/CompletionPolicy.h"#include "TPCReaderWorkflow/TPCSectorCompletionPolicy.h"#include "ITSWorkflow/TrackReaderSpec.h"#include "ITSMFTWorkflow/ClusterReaderSpec.h"#include "TPCReaderWorkflow/TrackReaderSpec.h"#include "TPCReaderWorkflow/ClusterReaderSpec.h"#include "TPCWorkflow/ClusterSharingMapSpec.h"#include "TPCWorkflow/TPCScalerSpec.h"#include "TOFWorkflowIO/ClusterReaderSpec.h"#include "TOFWorkflowIO/TOFMatchedReaderSpec.h"#include "ReconstructionDataFormats/GlobalTrackID.h"#include "DetectorsCommonDataFormats/DetID.h"#include "GlobalTrackingWorkflowReaders/TrackTPCITSReaderSpec.h"#include "DataFormatsITSMFT/DPLAlpideParamInitializer.h"#include "TPCCalibration/CorrectionMapsOptions.h"#include "Algorithm/RangeTokenizer.h"#include "DetectorsRaw/HBFUtilsInitializer.h"#include "Framework/CallbacksPolicy.h"#include "GlobalTrackingWorkflowHelpers/NoInpDummyOutSpec.h"#include "GlobalTrackingWorkflowHelpers/InputHelper.h"#include "Framework/runDataProcessing.h"Go to the source code of this file.
Typedefs | |
| using | DetID = o2::detectors::DetID |
| using | GID = o2::dataformats::GlobalTrackID |
Functions | |
| void | customize (std::vector< o2::framework::CallbacksPolicy > &policies) |
| void | customize (std::vector< o2::framework::ConfigParamSpec > &workflowOptions) |
| void | customize (std::vector< o2::framework::CompletionPolicy > &policies) |
| WorkflowSpec | defineDataProcessing (ConfigContext const &configcontext) |
| using DetID = o2::detectors::DetID |
Definition at line 39 of file barrel-alignment-workflow.cxx.
| using GID = o2::dataformats::GlobalTrackID |
Definition at line 40 of file barrel-alignment-workflow.cxx.
| void customize | ( | std::vector< o2::framework::CallbacksPolicy > & | policies | ) |
Definition at line 43 of file barrel-alignment-workflow.cxx.
| void customize | ( | std::vector< o2::framework::CompletionPolicy > & | policies | ) |
Definition at line 70 of file barrel-alignment-workflow.cxx.
| void customize | ( | std::vector< o2::framework::ConfigParamSpec > & | workflowOptions | ) |
Definition at line 49 of file barrel-alignment-workflow.cxx.
| WorkflowSpec defineDataProcessing | ( | o2::framework::ConfigContext const & | context | ) |
To be implemented by the user to specify one or more DataProcessorSpec.
Use the ConfigContext context in input to get the value of global configuration properties like command line options, number of available CPUs or whatever can affect the creation of the actual workflow.
Definition at line 83 of file barrel-alignment-workflow.cxx.