![]() |
ATLAS Offline Software
|
Functions | |
| getAlg422 (cfg) | |
| fixMakerTool422 (alg) | |
| fixSnapshotTool422 (alg) | |
Variables | |
| local_log = logging.getLogger('run_gep') | |
| info = local_log.info | |
| error = local_log.error | |
| p = argparse.ArgumentParser() | |
| metavar | |
| default | |
| help | |
| action | |
| type | |
| args = p.parse_args() | |
| clusterAlgNames = args.clusterAlgs.split(',') | |
| jetAlgNames = args.jetAlgs.split(',') | |
| enable_topo_tower = args.enableTopoTower | |
| enable_tc_tower = args.enableTCTower | |
| enable_cell_tower = args.enableCellTower | |
| cellCollectionName = args.cellCollection | |
| puSuppressionAlgNames = args.puSupAlgs.split(',') if args.puSupAlgs else [''] | |
| flags = initConfigFlags() | |
| tuple | ifile |
| Files | |
| AtlasVersion | |
| AODFileName | |
| isOnline | |
| MaxEvents | |
| NumThreads | |
| NumConcurrentEvents | |
| ShowDataDeps | |
| CheckDependencies | |
| ShowDataFlow | |
| EDMVersion | |
| doLVL1 | |
| enableL1CaloPhase1 | |
| toggle_geometry | |
| acc = MainServicesCfg(flags) | |
| list | FexEDMList |
| calo_acc420 = CaloTopoClusterCfg(flags) | |
| doLCCalib = flags.Calo.TopoCluster.doTopoClusterLocalCalib | |
| str | clustersname = 'CaloCalTopoClusters422' if doLCCalib else 'CaloTopoClusters422' |
| calo_acc422 | |
| alg = getAlg422(calo_acc422) | |
| gepAlgs_output_level = DEBUG | |
| int | NumberOfEnergyBits = 6 |
| GEP configuration. | |
| int | ValueOfLeastSignificantBit = 10 |
| int | ValueG = 4 |
| str | gepEnergyEncodingScheme = str(NumberOfEnergyBits)+"-"+str(ValueOfLeastSignificantBit)+"-"+str(ValueG) |
| gepcellhandler_cfg | |
| withDetails | |
| summariseProps | |
| list | known_cluster_algs = ['WFS', 'Calo420', 'Calo422'] |
| list | known_jet_algs = ['Cone', 'ModAntikT'] |
| dict | caloclustercolls |
| str | cell_tower_key = 'GEPCellTower' |
| str | alg_name = 'GepCellTowerAlg' |
| gep_cell_tower_cfg | |
| True | |
| dict | caloClustersKey = caloclustercolls.get((cluster_alg, doLCCalib), None) |
| gepclustering_cfg | |
| puLabel = puSuppressionAlg | |
| str | puClustersKey = 'GEP' + cluster_alg + puLabel + 'Clusters' |
| str | puTopoTowerKey = 'GEP' + cluster_alg + puLabel + 'TopoTower' |
| str | puTcTowerKey = 'GEP' + cluster_alg + puLabel + 'TCTower' |
| str | puCellTowerKey = 'GEP' + puLabel + 'CellTower' |
| str | ttalg_name = 'Gep' + cluster_alg + puLabel + 'TopoTower' + jetAlg + 'JetAlg' |
| str | tctalg_name = 'Gep' + cluster_alg + puLabel + 'TCTower' + jetAlg + 'JetAlg' |
| str | ctalg_name = 'Gep' + puLabel + 'CellTower' + jetAlg + 'JetAlg' |
| str | ttMETalg_name = 'GepMET' + cluster_alg + puLabel + 'TopoTower' + 'Alg' |
| str | tctMETalg_name = 'GepMET' + cluster_alg + puLabel + 'TCTower' + 'Alg' |
| str | ctMETalg_name = 'GepMET' + puLabel + 'CellTowerAlg' |
| str | ttPufitMETalg_name = 'GepMET' + cluster_alg + puLabel + 'TopoTower' + 'PufitAlg' |
| str | tctPufitMETalg_name = 'GepMET' + cluster_alg + puLabel + 'TCTower' + 'PufitAlg' |
| str | ctPufitMETalg_name = 'GepMET' + puLabel + 'CellTowerPufitAlg' |
| sc = acc.run() | |
| Save and optionally run the configuration. | |
| run_gep.fixMakerTool422 | ( | alg | ) |
Definition at line 224 of file run_gep.py.
| run_gep.fixSnapshotTool422 | ( | alg | ) |
Definition at line 236 of file run_gep.py.
| run_gep.getAlg422 | ( | cfg | ) |
Definition at line 218 of file run_gep.py.
| run_gep.acc = MainServicesCfg(flags) |
Definition at line 146 of file run_gep.py.
| run_gep.action |
Definition at line 23 of file run_gep.py.
| run_gep.alg = getAlg422(calo_acc422) |
Definition at line 253 of file run_gep.py.
| str run_gep.alg_name = 'GepCellTowerAlg' |
Definition at line 333 of file run_gep.py.
| run_gep.AODFileName |
Definition at line 123 of file run_gep.py.
| run_gep.args = p.parse_args() |
Definition at line 70 of file run_gep.py.
| run_gep.AtlasVersion |
Definition at line 119 of file run_gep.py.
| run_gep.calo_acc420 = CaloTopoClusterCfg(flags) |
Definition at line 199 of file run_gep.py.
| run_gep.calo_acc422 |
Definition at line 215 of file run_gep.py.
| dict run_gep.caloclustercolls |
Definition at line 323 of file run_gep.py.
Definition at line 349 of file run_gep.py.
| str run_gep.cell_tower_key = 'GEPCellTower' |
Definition at line 332 of file run_gep.py.
| run_gep.cellCollectionName = args.cellCollection |
Definition at line 77 of file run_gep.py.
| run_gep.CheckDependencies |
Definition at line 129 of file run_gep.py.
| run_gep.clusterAlgNames = args.clusterAlgs.split(',') |
Definition at line 72 of file run_gep.py.
Definition at line 214 of file run_gep.py.
Definition at line 484 of file run_gep.py.
Definition at line 527 of file run_gep.py.
Definition at line 563 of file run_gep.py.
| run_gep.default |
Definition at line 20 of file run_gep.py.
| run_gep.doLCCalib = flags.Calo.TopoCluster.doTopoClusterLocalCalib |
Definition at line 213 of file run_gep.py.
| run_gep.doLVL1 |
Definition at line 132 of file run_gep.py.
| run_gep.EDMVersion |
Definition at line 131 of file run_gep.py.
| run_gep.enable_cell_tower = args.enableCellTower |
Definition at line 76 of file run_gep.py.
| run_gep.enable_tc_tower = args.enableTCTower |
Definition at line 75 of file run_gep.py.
| run_gep.enable_topo_tower = args.enableTopoTower |
Definition at line 74 of file run_gep.py.
| run_gep.enableL1CaloPhase1 |
Definition at line 133 of file run_gep.py.
| run_gep.error = local_log.error |
Definition at line 14 of file run_gep.py.
| list run_gep.FexEDMList |
Definition at line 162 of file run_gep.py.
| run_gep.Files |
Definition at line 105 of file run_gep.py.
| run_gep.flags = initConfigFlags() |
Definition at line 99 of file run_gep.py.
| run_gep.gep_cell_tower_cfg |
Definition at line 336 of file run_gep.py.
| run_gep.gepAlgs_output_level = DEBUG |
Definition at line 264 of file run_gep.py.
| run_gep.gepcellhandler_cfg |
Definition at line 288 of file run_gep.py.
| run_gep.gepclustering_cfg |
Definition at line 354 of file run_gep.py.
| str run_gep.gepEnergyEncodingScheme = str(NumberOfEnergyBits)+"-"+str(ValueOfLeastSignificantBit)+"-"+str(ValueG) |
Definition at line 284 of file run_gep.py.
| run_gep.help |
Definition at line 21 of file run_gep.py.
| str run_gep.ifile |
Definition at line 102 of file run_gep.py.
| run_gep.info = local_log.info |
Definition at line 13 of file run_gep.py.
| run_gep.isOnline |
Definition at line 124 of file run_gep.py.
| run_gep.jetAlgNames = args.jetAlgs.split(',') |
Definition at line 73 of file run_gep.py.
| list run_gep.known_cluster_algs = ['WFS', 'Calo420', 'Calo422'] |
Definition at line 311 of file run_gep.py.
| list run_gep.known_jet_algs = ['Cone', 'ModAntikT'] |
Definition at line 315 of file run_gep.py.
| run_gep.local_log = logging.getLogger('run_gep') |
Definition at line 12 of file run_gep.py.
| run_gep.MaxEvents |
Definition at line 125 of file run_gep.py.
| run_gep.metavar |
Definition at line 19 of file run_gep.py.
| int run_gep.NumberOfEnergyBits = 6 |
GEP configuration.
Run clustering and jet finding algorithms These may be produced by statndard ATLAS Alorithms, or by GEP Algorithms.
Definition at line 280 of file run_gep.py.
| run_gep.NumConcurrentEvents |
Definition at line 127 of file run_gep.py.
| run_gep.NumThreads |
Definition at line 126 of file run_gep.py.
| run_gep.p = argparse.ArgumentParser() |
Definition at line 17 of file run_gep.py.
Definition at line 424 of file run_gep.py.
| dict run_gep.puClustersKey = 'GEP' + cluster_alg + puLabel + 'Clusters' |
Definition at line 397 of file run_gep.py.
| run_gep.puLabel = puSuppressionAlg |
Definition at line 391 of file run_gep.py.
| run_gep.puSuppressionAlgNames = args.puSupAlgs.split(',') if args.puSupAlgs else [''] |
Definition at line 78 of file run_gep.py.
Definition at line 415 of file run_gep.py.
Definition at line 406 of file run_gep.py.
| run_gep.sc = acc.run() |
Save and optionally run the configuration.
Definition at line 579 of file run_gep.py.
| run_gep.ShowDataDeps |
Definition at line 128 of file run_gep.py.
| run_gep.ShowDataFlow |
Definition at line 130 of file run_gep.py.
| run_gep.summariseProps |
Definition at line 298 of file run_gep.py.
Definition at line 470 of file run_gep.py.
Definition at line 517 of file run_gep.py.
Definition at line 554 of file run_gep.py.
| run_gep.toggle_geometry |
Definition at line 137 of file run_gep.py.
| run_gep.True |
Definition at line 343 of file run_gep.py.
Definition at line 456 of file run_gep.py.
Definition at line 507 of file run_gep.py.
Definition at line 545 of file run_gep.py.
| run_gep.type |
Definition at line 27 of file run_gep.py.
| int run_gep.ValueG = 4 |
Definition at line 282 of file run_gep.py.
| int run_gep.ValueOfLeastSignificantBit = 10 |
Definition at line 281 of file run_gep.py.
| run_gep.withDetails |
Definition at line 297 of file run_gep.py.