|
| | TrackingGeometryValidation.atlasStyle = TStyle('ATLAS','Atlas style') |
| int | TrackingGeometryValidation.icol = 0 |
| int | TrackingGeometryValidation.ncontours = 999 |
| list | TrackingGeometryValidation.stops = [0.00, 0.34, 0.61, 0.84, 1.00] |
| list | TrackingGeometryValidation.red = [0.00, 0.00, 0.87, 1.00, 0.51] |
| list | TrackingGeometryValidation.green = [0.00, 0.81, 1.00, 0.20, 0.00] |
| list | TrackingGeometryValidation.blue = [0.51, 1.00, 0.12, 0.00, 0.00] |
| | TrackingGeometryValidation.s = array('d', stops) |
| | TrackingGeometryValidation.r = array('d', red) |
| | TrackingGeometryValidation.g = array('d', green) |
| | TrackingGeometryValidation.b = array('d', blue) |
| | TrackingGeometryValidation.npoints = len(s) |
| str | TrackingGeometryValidation.DetDescrVersion = 'ATLAS-GEO-16-00-00' |
| | TrackingGeometryValidation.tgMapFile = TFile('AtlasMaterialMap-'+DetDescrVersion+'.root') |
| | TrackingGeometryValidation.lmiDirectory = tgMapFile.Get('LayerMaterialInspector') |
| | TrackingGeometryValidation.lmiListOfKeys = lmiDirectory.GetListOfKeys() |
| | TrackingGeometryValidation.curLayerMap = lmiDirectory.Get(key.GetName()) |
| | TrackingGeometryValidation.layershname = curLayerMap.GetName().split('Cylinder')[1] |
| | TrackingGeometryValidation.g4Tree = TChain(layershname) |
| | TrackingGeometryValidation.tgTree = TChain(layershname) |
| | TrackingGeometryValidation.tvFile = TFile('AtlasMaterialG4-'+DetDescrVersion+'.root') |
| | TrackingGeometryValidation.tvListOfKeys = tvFile.GetListOfKeys() |