CMS 3D CMS Logo

globalDictionaries.py
Go to the documentation of this file.
1 # Store used datasets, to avoid making the same DAS query multiple times
2 usedDatasets = {}
3 
4 # Needed for more than one geometry comparison for one alignment
5 alignRandDict = {}
6 
7 plottingOptions = {}