Skip to content

CP alg PRW auto config: allow manual inputs

Paul Gessinger-Befurt requested to merge pagessin/athena:prw into 21.2

This adds explicit arguments to the PRW autoconfig functions in AutoconfigurePRW.py to allow passing explicit values for the parameters. If no parameters are provided, the function calls should default to the previous behavior. The automatic determination of campaign, AMI tag, MC channel number and so on only work in AthAnalysis due to InputFilePeeker. By allowing explicit arguments, this can be hooked up to other sources for this information, e.g. in AnalysisBase.

Merge request reports