30void customize(std::vector<o2::framework::CallbacksPolicy>& policies)
36void customize(std::vector<ConfigParamSpec>& workflowOptions)
39 std::vector<o2::framework::ConfigParamSpec> options{
40 {
"draw-external-only", VariantType::Bool,
false, {
"just draw content of comma-separated list of histomanagers from checkresid.ext_hm_list"}},
41 {
"postproc-external-only", VariantType::Bool,
false, {
"just post-process raw content of comma-separated list of histomanagers from checkresid.ext_hm_list"}},
42 {
"track-sources", VariantType::String, std::string{
GID::ALL}, {
"comma-separated list of track sources to use"}},
43 {
"cluster-sources", VariantType::String,
"ITS", {
"comma-separated list of cluster sources to use"}},
44 {
"disable-root-input", VariantType::Bool,
false, {
"disable root-files input reader"}},
45 {
"configKeyValues", VariantType::String,
"", {
"Semicolon separated key=value strings ..."}}};
49 std::swap(workflowOptions, options);
60 bool drawOnly = configcontext.
options().
get<
bool>(
"draw-external-only");
61 bool postProcOnly = configcontext.
options().
get<
bool>(
"postproc-external-only");
75 allowedSourcesTrc = {};
76 allowedSourcesClus = {};
85 return std::move(specs);
Global index for barrel track: provides provenance (detectors combination), index in respective array...
WorkflowSpec defineDataProcessing(ConfigContext const &configcontext)
void customize(std::vector< o2::framework::CallbacksPolicy > &policies)
static void updateFromString(std::string const &)
Static class with identifiers, bitmasks and names for ALICE detectors.
ConfigParamRegistry & options() const
T get(const char *key) const
o2::framework::DataProcessorSpec getCheckResidSpec(o2::dataformats::GlobalTrackID::mask_t srcTracks, o2::dataformats::GlobalTrackID::mask_t srcClus, bool drawOnly, bool postProcOnly)
create a processor spec
Defining ITS Vertex explicitly as messageable.
std::vector< DataProcessorSpec > WorkflowSpec
static void addITSConfigOption(std::vector< o2::framework::ConfigParamSpec > &opts)
static void addNewTimeSliceCallback(std::vector< o2::framework::CallbacksPolicy > &policies)
static void addConfigOption(std::vector< o2::framework::ConfigParamSpec > &opts, const std::string &defOpt=std::string(o2::base::NameConf::DIGITIZATIONCONFIGFILE))