![]() |
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 | |
| 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 | |
| list | puSuppressionAlgs = [''] |
| tcLabel = cluster_alg + puSuppressionAlg | |
| str | topoTowerKey = 'GEP' + cluster_alg + 'TopoTower' |
| str | ttalg_name = 'Gep' + cluster_alg + 'TopoTower' + jetAlg + 'JetAlg' |
| str | tcTowerKey = 'GEP' + cluster_alg + 'TCTower' |
| str | tctalg_name = 'Gep' + cluster_alg + 'TCTower' + jetAlg + 'JetAlg' |
| str | ctalg_name = 'GepCellTower' + jetAlg + 'JetAlg' |
| str | topoTowerMETKey = 'GEP' + cluster_alg + 'TopoTower' |
| str | ttMETalg_name = 'GepMET' + cluster_alg + 'TopoTower' + 'Alg' |
| str | tcTowerMETKey = 'GEP' + cluster_alg + 'TCTower' |
| str | tctMETalg_name = 'GepMET' + cluster_alg + 'TCTower' + 'Alg' |
| str | ctMETalg_name = 'GepMETCellTowerAlg' |
| str | ttPufitMETalg_name = 'GepMET' + cluster_alg + 'TopoTower' + 'PufitAlg' |
| str | tctPufitMETalg_name = 'GepMET' + cluster_alg + 'TCTower' + 'PufitAlg' |
| str | ctPufitMETalg_name = 'GepMETCellTowerPufitAlg' |
| sc = acc.run() | |
| Save and optionally run the configuration. | |
| run_gep.fixMakerTool422 | ( | alg | ) |
Definition at line 218 of file run_gep.py.
| run_gep.fixSnapshotTool422 | ( | alg | ) |
Definition at line 230 of file run_gep.py.
| run_gep.getAlg422 | ( | cfg | ) |
Definition at line 212 of file run_gep.py.
| run_gep.acc = MainServicesCfg(flags) |
Definition at line 140 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 247 of file run_gep.py.
| str run_gep.alg_name = 'GepCellTowerAlg' |
Definition at line 327 of file run_gep.py.
| run_gep.AODFileName |
Definition at line 117 of file run_gep.py.
| run_gep.args = p.parse_args() |
Definition at line 66 of file run_gep.py.
| run_gep.AtlasVersion |
Definition at line 113 of file run_gep.py.
| run_gep.calo_acc420 = CaloTopoClusterCfg(flags) |
Definition at line 193 of file run_gep.py.
| run_gep.calo_acc422 |
Definition at line 209 of file run_gep.py.
| dict run_gep.caloclustercolls |
Definition at line 317 of file run_gep.py.
Definition at line 343 of file run_gep.py.
| str run_gep.cell_tower_key = 'GEPCellTower' |
Definition at line 326 of file run_gep.py.
| run_gep.cellCollectionName = args.cellCollection |
Definition at line 73 of file run_gep.py.
| run_gep.CheckDependencies |
Definition at line 123 of file run_gep.py.
| run_gep.clusterAlgNames = args.clusterAlgs.split(',') |
Definition at line 68 of file run_gep.py.
Definition at line 208 of file run_gep.py.
| str run_gep.ctalg_name = 'GepCellTower' + jetAlg + 'JetAlg' |
Definition at line 436 of file run_gep.py.
| str run_gep.ctMETalg_name = 'GepMETCellTowerAlg' |
Definition at line 481 of file run_gep.py.
| str run_gep.ctPufitMETalg_name = 'GepMETCellTowerPufitAlg' |
Definition at line 517 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 207 of file run_gep.py.
| run_gep.doLVL1 |
Definition at line 126 of file run_gep.py.
| run_gep.EDMVersion |
Definition at line 125 of file run_gep.py.
| run_gep.enable_cell_tower = args.enableCellTower |
Definition at line 72 of file run_gep.py.
| run_gep.enable_tc_tower = args.enableTCTower |
Definition at line 71 of file run_gep.py.
| run_gep.enable_topo_tower = args.enableTopoTower |
Definition at line 70 of file run_gep.py.
| run_gep.enableL1CaloPhase1 |
Definition at line 127 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 156 of file run_gep.py.
| run_gep.Files |
Definition at line 99 of file run_gep.py.
| run_gep.flags = initConfigFlags() |
Definition at line 93 of file run_gep.py.
| run_gep.gep_cell_tower_cfg |
Definition at line 330 of file run_gep.py.
| run_gep.gepAlgs_output_level = DEBUG |
Definition at line 258 of file run_gep.py.
| run_gep.gepcellhandler_cfg |
Definition at line 282 of file run_gep.py.
| run_gep.gepclustering_cfg |
Definition at line 348 of file run_gep.py.
| str run_gep.gepEnergyEncodingScheme = str(NumberOfEnergyBits)+"-"+str(ValueOfLeastSignificantBit)+"-"+str(ValueG) |
Definition at line 278 of file run_gep.py.
| run_gep.help |
Definition at line 21 of file run_gep.py.
| str run_gep.ifile |
Definition at line 96 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 118 of file run_gep.py.
| run_gep.jetAlgNames = args.jetAlgs.split(',') |
Definition at line 69 of file run_gep.py.
| list run_gep.known_cluster_algs = ['WFS', 'Calo420', 'Calo422'] |
Definition at line 305 of file run_gep.py.
| list run_gep.known_jet_algs = ['Cone', 'ModAntikT'] |
Definition at line 309 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 119 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 274 of file run_gep.py.
| run_gep.NumConcurrentEvents |
Definition at line 121 of file run_gep.py.
| run_gep.NumThreads |
Definition at line 120 of file run_gep.py.
| run_gep.p = argparse.ArgumentParser() |
Definition at line 17 of file run_gep.py.
| list run_gep.puSuppressionAlgs = [''] |
Definition at line 383 of file run_gep.py.
| run_gep.sc = acc.run() |
Save and optionally run the configuration.
Definition at line 533 of file run_gep.py.
| run_gep.ShowDataDeps |
Definition at line 122 of file run_gep.py.
| run_gep.ShowDataFlow |
Definition at line 124 of file run_gep.py.
| run_gep.summariseProps |
Definition at line 292 of file run_gep.py.
| run_gep.tcLabel = cluster_alg + puSuppressionAlg |
Definition at line 387 of file run_gep.py.
| str run_gep.tctalg_name = 'Gep' + cluster_alg + 'TCTower' + jetAlg + 'JetAlg' |
Definition at line 422 of file run_gep.py.
| str run_gep.tctMETalg_name = 'GepMET' + cluster_alg + 'TCTower' + 'Alg' |
Definition at line 471 of file run_gep.py.
| str run_gep.tcTowerKey = 'GEP' + cluster_alg + 'TCTower' |
Definition at line 421 of file run_gep.py.
| str run_gep.tcTowerMETKey = 'GEP' + cluster_alg + 'TCTower' |
Definition at line 470 of file run_gep.py.
| str run_gep.tctPufitMETalg_name = 'GepMET' + cluster_alg + 'TCTower' + 'PufitAlg' |
Definition at line 508 of file run_gep.py.
| run_gep.toggle_geometry |
Definition at line 131 of file run_gep.py.
| str run_gep.topoTowerKey = 'GEP' + cluster_alg + 'TopoTower' |
Definition at line 406 of file run_gep.py.
| str run_gep.topoTowerMETKey = 'GEP' + cluster_alg + 'TopoTower' |
Definition at line 459 of file run_gep.py.
| run_gep.True |
Definition at line 337 of file run_gep.py.
| str run_gep.ttalg_name = 'Gep' + cluster_alg + 'TopoTower' + jetAlg + 'JetAlg' |
Definition at line 407 of file run_gep.py.
| str run_gep.ttMETalg_name = 'GepMET' + cluster_alg + 'TopoTower' + 'Alg' |
Definition at line 460 of file run_gep.py.
| str run_gep.ttPufitMETalg_name = 'GepMET' + cluster_alg + 'TopoTower' + 'PufitAlg' |
Definition at line 499 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 276 of file run_gep.py.
| int run_gep.ValueOfLeastSignificantBit = 10 |
Definition at line 275 of file run_gep.py.
| run_gep.withDetails |
Definition at line 291 of file run_gep.py.