Classes | |
class | Event |
Event helper class ##. More... | |
Functions | |
def | fullCPMpath |
def | getFileNames |
Subroutines ##. More... | |
def | guessEmail |
def | setupCrabDict |
Variables | |
tuple | colonRE = re.compile(r':') |
string | command = 'edmCopyPickMerge outputFile=%s.root \\\n eventsToProcess=%s \\\n inputFiles=%s' |
tuple | commentRE = re.compile(r'#.+$') |
tuple | crabDict = setupCrabDict(options) |
string | crabTemplate |
string | default = 'pickevents' |
tuple | email = guessEmail() |
Main ProgramMore... | |
tuple | event = Event(piece) |
list | eventList = [] |
string | eventsToProcess = '\n' |
list | files = [] |
Interactive ##. More... | |
tuple | fileSet = set() |
string | help |
tuple | json = LumiList(lumis = runsAndLumis) |
tuple | line = commentRE.sub('', line) |
tuple | parser |
list | runsAndLumis = [ (event.run, event.lumi) for event in eventList] |
CRAB ##. More... | |
tuple | source = open(args[0], 'r') |
tuple | target = open(crabDict['runEvent'], 'w') |
list | uniqueFiles = [] |
def edmPickEvents.fullCPMpath | ( | ) |
def edmPickEvents.getFileNames | ( | event | ) |
def edmPickEvents.guessEmail | ( | ) |
Definition at line 123 of file edmPickEvents.py.
def edmPickEvents.setupCrabDict | ( | options | ) |
tuple edmPickEvents.colonRE = re.compile(r':') |
Definition at line 221 of file edmPickEvents.py.
string edmPickEvents.command = 'edmCopyPickMerge outputFile=%s.root \\\n eventsToProcess=%s \\\n inputFiles=%s' |
Definition at line 295 of file edmPickEvents.py.
Referenced by optutl::CommandLineParser._runVariableCommandFromString(), spf::SherpackFetcher.CopyFile(), TagProbeFitter.createPdf(), SiStripHistoPlotter.createStaticPlot(), SiPixelHistoPlotter.createStaticPlot(), makePSetsFromFile(), makePSetsFromString(), GenParticlePruner.parse(), TrackerMap.printall(), TrackerMap.printonline(), edm.pythonFileToConfigure(), PythonProcessDesc.readFile(), FWConfigurationManager.readFromOldFile(), PythonProcessDesc.readString(), PedeSteerer.runPede(), TrackerMap.save(), TrackerMap.save_as_fectrackermap(), TrackerMap.save_as_fedtrackermap(), TrackerMap.save_as_HVtrackermap(), TrackerMap.save_as_psutrackermap(), L1RCTLutWriter.writeEicLutFile(), L1RCTLutWriter.writeJscLutFile(), and L1RCTLutWriter.writeRcLutFile().
tuple edmPickEvents.commentRE = re.compile(r'#.+$') |
Definition at line 220 of file edmPickEvents.py.
tuple edmPickEvents.crabDict = setupCrabDict(options) |
Definition at line 258 of file edmPickEvents.py.
string edmPickEvents.crabTemplate |
Definition at line 149 of file edmPickEvents.py.
string edmPickEvents.default = 'pickevents' |
Definition at line 196 of file edmPickEvents.py.
tuple edmPickEvents.email = guessEmail() |
Definition at line 191 of file edmPickEvents.py.
tuple edmPickEvents.event = Event(piece) |
Definition at line 227 of file edmPickEvents.py.
list edmPickEvents.eventList = [] |
Definition at line 222 of file edmPickEvents.py.
string edmPickEvents.eventsToProcess = '\n' |
Definition at line 256 of file edmPickEvents.py.
list edmPickEvents.files = [] |
Interactive ##.
Definition at line 278 of file edmPickEvents.py.
tuple edmPickEvents.fileSet = set() |
Definition at line 285 of file edmPickEvents.py.
Referenced by TauDQMFileLoader.endRun(), and TauDQMFileLoader.TauDQMFileLoader().
string edmPickEvents.help |
Definition at line 19 of file edmPickEvents.py.
tuple edmPickEvents.json = LumiList(lumis = runsAndLumis) |
Definition at line 255 of file edmPickEvents.py.
tuple edmPickEvents.line = commentRE.sub('', line) |
Definition at line 235 of file edmPickEvents.py.
tuple edmPickEvents.parser |
Definition at line 192 of file edmPickEvents.py.
CRAB ##.
Definition at line 254 of file edmPickEvents.py.
string edmPickEvents.source = open(args[0], 'r') |
Definition at line 233 of file edmPickEvents.py.
Definition at line 260 of file edmPickEvents.py.
list edmPickEvents.uniqueFiles = [] |
Definition at line 286 of file edmPickEvents.py.