ATLAS Offline Software
|
Classes | |
class | TriggerAnalysisSFBlock |
Functions | |
bool | is_mc_from (ConfigAccumulator config, Union[Campaign, Iterable[Campaign]] campaign_list) |
bool | is_data_from (config, Union[int, Iterable[int]] data_year_list) |
bool python.TriggerAnalysisSFConfig.is_data_from | ( | config, | |
Union[int, Iterable[int]] | data_year_list | ||
) |
Utility function to check whether the data type is data and whether the year is in desired list of years
Definition at line 20 of file TriggerAnalysisSFConfig.py.
bool python.TriggerAnalysisSFConfig.is_mc_from | ( | ConfigAccumulator | config, |
Union[Campaign, Iterable[Campaign]] | campaign_list | ||
) |
Utility function to check whether the data type is mc and whether the campaign is in desired list of campaigns without causing an invalid FlugEnum comparison
Definition at line 11 of file TriggerAnalysisSFConfig.py.