|
def | TileMonitoringCfgHelper.getCellName (partition, channel) |
|
def | TileMonitoringCfgHelper.getPartitionName (ros) |
|
def | TileMonitoringCfgHelper.getGainName (gain) |
|
def | TileMonitoringCfgHelper.getSampleName (sample) |
|
def | TileMonitoringCfgHelper.getTileHistogramName (name, separator='_', **kwargs) |
|
def | TileMonitoringCfgHelper.getTileHistogramTitle (title, **kwargs) |
|
def | TileMonitoringCfgHelper.getTileHistogramPath (path, **kwargs) |
|
def | TileMonitoringCfgHelper.getModuleLabels (partition) |
|
def | TileMonitoringCfgHelper.getCellChannelLabels (partition) |
|
def | TileMonitoringCfgHelper.getLabels (labels, partition='') |
|
def | TileMonitoringCfgHelper.getCellNameTMDB (partition, channel) |
|
def | TileMonitoringCfgHelper.getCellChannelTMDB_Labels (partition) |
|
def | TileMonitoringCfgHelper.getLegacyChannelForDemonstrator (useDemoCabling, partition, drawer, channel) |
|
def | TileMonitoringCfgHelper.addValueVsModuleAndChannelMaps (group, name, title, path, subDirectory=False, type='TH2D', value='', trigger='', run='') |
|
def | TileMonitoringCfgHelper._getDimensions (triggers=[], perPartition=False, perSample=False, perGain=False, allPartitions=False) |
|
def | TileMonitoringCfgHelper._parsePostfix (postfix, triggers=[], perPartition=False, perSample=False, perGain=False) |
|
def | TileMonitoringCfgHelper.addTile2DHistogramsArray (helper, algorithm, name='', xvalue='', yvalue='', value='', title='', path='', weight='', xbins=0, xmin=0., xmax=0., ybins=0, ymin=0., ymax=0., type='TH2D', run='', triggers=[], xlabels=(), ylabels=(), opt='', subDirectory=False, perPartition=False, perSample=False, perGain=False, allPartitions=False, separator='_', merge=None) |
|
def | TileMonitoringCfgHelper.addTileModuleChannelMapsArray (helper, algorithm, name, title, path, weight='', subDirectory=False, type='TH2D', value='', run='', triggers=[], perGain=False, separator='_') |
|
def | TileMonitoringCfgHelper.addTileModuleCorrelionMapsArray (helper, algorithm, name, title, path, weight='', subDirectory=False, type='TH2D', value='', run='', triggers=[], perGain=False, allPartitions=False, separator='_') |
|
def | TileMonitoringCfgHelper.addTileModulePartitionMapsArray (helper, algorithm, name, title, path, weight='', type='TH2D', value='', run='', triggers=[], perGain=False, separator='_') |
|
def | TileMonitoringCfgHelper.addTileModuleDigitizerMapsArray (helper, algorithm, name, title, path, weight='', subDirectory=False, type='TH2D', value='', run='', triggers=[], perGain=False, separator='_') |
|
def | TileMonitoringCfgHelper.addTileEtaPhiMapsArray (helper, algorithm, name, title, path, weight='', type='TH2D', value='', run='', triggers=[], perSample=True, perGain=False, separator='_', etaTitle='#eta', etabins=21, etamin=-2.025, etamax=2.025, phiTitle='#phi', phibins=Tile.MAX_DRAWER, phimin=-3.15, phimax=3.15) |
|
def | TileMonitoringCfgHelper.addTile1DHistogramsArray (helper, algorithm, name='', xvalue='', value='', title='', path='', weight='', xbins=0, xmin=0., xmax=0., type='TH1D', run='', triggers=[], subDirectory=False, perPartition=True, perSample=False, opt='', perGain=False, xlabels=(), allPartitions=False, separator='_', merge=None) |
|
def | TileMonitoringCfgHelper.addTileModuleArray (helper, algorithm, name, title, path, type='TH1D', value='', subDirectory=False, triggers=[], run='', separator='_') |
|
def | TileMonitoringCfgHelper.addTileTMDB2DScatterHistogramsArray (helper, algorithm, name='', xvalue='', yvalue='', xbins=0, xmin=0, xmax=0, title='', path='', type='TH2D', run='') |
|
def | TileMonitoringCfgHelper.addTileTMDB_2DHistogramsArray (helper, algorithm, name='', value='', title='', path='', type='TH2D', run='') |
|
def | TileMonitoringCfgHelper.addTileTMDB_1DHistogramsArray (helper, algorithm, name='', xvalue='', value='', title='', path='', xbins=0, xmin=0., xmax=0., type='TH1D', run='', perModule=False, isCorr=False) |
|
def | TileMonitoringCfgHelper.addTileChannelHistogramsArray (helper, algorithm, name, title, path, xvalue, xbins, xmin, xmax, type='TH1D', yvalue=None, ybins=None, ymin=None, ymax=None, run='', value='', aliasSuffix='') |
|