ATLAS Offline Software
Loading...
Searching...
No Matches
runL1TopoRates.py File Reference

Go to the source code of this file.

Namespaces

namespace  runL1TopoRates

Variables

 runL1TopoRates.flags = initConfigFlags()
 runL1TopoRates.parser = flags.getArgumentParser()
 runL1TopoRates.action
 runL1TopoRates.help
 runL1TopoRates.default
 runL1TopoRates.type
 runL1TopoRates.str
 runL1TopoRates.float
 runL1TopoRates.e34
 runL1TopoRates.int
 runL1TopoRates.nargs
 runL1TopoRates.args
 runL1TopoRates._
 runL1TopoRates.triggers_data = json.load(f)
 runL1TopoRates.L1_items = triggers_data.get("L1_items", [])
 runL1TopoRates.userDefinedL1items = triggers_data.get("userDefinedL1items", [])
list runL1TopoRates.userDefinedNames = [item["name"] for item in userDefinedL1items if "name" in item]
list runL1TopoRates.userDefinedDefinitions = [item["definition"] for item in userDefinedL1items if "definition" in item]
 runL1TopoRates.Files
 runL1TopoRates.enabledSignatures
 runL1TopoRates.doLVL1
 runL1TopoRates.NumConcurrentEvents
 runL1TopoRates.NumThreads
 runL1TopoRates.MaxEvents
tuple runL1TopoRates.useBunchCrossingData = (args.doRatesVsPositionInTrain or args.vetoStartOfTrain > 0)
 runL1TopoRates.GlobalTag
 runL1TopoRates.acc = athenaCfg(flags,parser=parser)
 runL1TopoRates.tdt = acc.getPrimaryAndMerge(TrigDecisionToolCfg(flags))
 runL1TopoRates.cfgsvc = acc.getPrimaryAndMerge(getxAODConfigSvc(flags))
 runL1TopoRates.histSvc = CompFactory.THistSvc()
 runL1TopoRates.xsec = args.MCCrossSection
 runL1TopoRates.fEff = args.MCFilterEfficiency
 runL1TopoRates.dset = args.MCDatasetName
 runL1TopoRates.amiTool = GetCrossSectionAMI()
 runL1TopoRates.ebw = CompFactory.EnhancedBiasWeighter('EnhancedBiasRatesTool')
 runL1TopoRates.RunNumber
 runL1TopoRates.UseBunchCrossingData
 runL1TopoRates.IsMC
 runL1TopoRates.MCCrossSection
 runL1TopoRates.MCFilterEfficiency
 runL1TopoRates.MCKFactor
 runL1TopoRates.MCIgnoreGeneratorWeights
 runL1TopoRates.TrigConfigSvc
 runL1TopoRates.HLTSummary
 runL1TopoRates.NavigationFormat
 runL1TopoRates.rates = CompFactory.L1TopoRatesCalculator()
 runL1TopoRates.m_L1_items_json
 runL1TopoRates.m_userDefinedNames
 runL1TopoRates.m_userDefinedDefinitions
 runL1TopoRates.OutputLevel
 runL1TopoRates.DoTriggerGroups
 runL1TopoRates.DoGlobalGroups
 runL1TopoRates.DoExpressRates
 runL1TopoRates.DoUniqueRates
 runL1TopoRates.DoHistograms
 runL1TopoRates.TargetLuminosity
 runL1TopoRates.VetoStartOfTrain
 runL1TopoRates.EnableLumiExtrapolation
 runL1TopoRates.EnhancedBiasRatesTool
 runL1TopoRates.TrigDecisionTool