CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
mergeVDriftHistosByStation.py File Reference

Go to the source code of this file.

Namespaces

 mergeVDriftHistosByStation
 

Functions

def mergeVDriftHistosByStation.getHistoName
 
def mergeVDriftHistosByStation.mergeHistosWheelSector
 
def mergeVDriftHistosByStation.mergeHistosWheelStation
 

Variables

tuple mergeVDriftHistosByStation.file = ROOT.TFile(options.file,"READ")
 
dictionary mergeVDriftHistosByStation.histos = {}
 
string mergeVDriftHistosByStation.name = "hRPhiVDriftCorr_"
 
tuple mergeVDriftHistosByStation.outputFile = ROOT.TFile(options.out,"RECREATE")
 
tuple mergeVDriftHistosByStation.parser = optparse.OptionParser("Usage: %prog [--options]")
 
tuple mergeVDriftHistosByStation.sectors = range(1,15)
 
string mergeVDriftHistosByStation.sectorStr = 'Sec'
 
tuple mergeVDriftHistosByStation.stations = range(1,5)
 
string mergeVDriftHistosByStation.stationStr = 'St'
 
tuple mergeVDriftHistosByStation.wheels = range(-2,3)
 
string mergeVDriftHistosByStation.wheelStr = 'W'