Classes | |
class | flushfile |
Functions | |
def | mysystem |
Variables | |
tuple | analyzers = options.analyzers.split('/') |
tuple | comment_file = open(store_dir+'/'+store_file+'.comment','w') |
tuple | configs = options.configs.split('/') |
list | files = [ store_file ] |
string | help = "force the copy, even if the destination file already exists." |
list | links = [] |
string | output_file = store_dir+'/' |
tuple | parser = optparse.OptionParser() |
tuple | store_dir = args.pop() |
tuple | store_file = args.pop(0) |
tuple | store_url = store_dir.replace('/afs/cern.ch/cms/','http://cmsdoc.cern.ch/',1) |
def electronStore.mysystem | ( | command, | |
apply = 1 |
|||
) |
Definition at line 34 of file electronStore.py.
References beamvalidation.exit(), and print().
tuple electronStore.analyzers = options.analyzers.split('/') |
Definition at line 89 of file electronStore.py.
tuple electronStore.comment_file = open(store_dir+'/'+store_file+'.comment','w') |
Definition at line 156 of file electronStore.py.
tuple electronStore.configs = options.configs.split('/') |
Definition at line 90 of file electronStore.py.
list electronStore.files = [ store_file ] |
Definition at line 129 of file electronStore.py.
string electronStore.help = "force the copy, even if the destination file already exists." |
Definition at line 70 of file electronStore.py.
list electronStore.links = [] |
Definition at line 149 of file electronStore.py.
Referenced by GEMPadDigiClusterValidation.analyze(), GEMPadDigiValidation.analyze(), GEMStripDigiValidation.analyze(), GEMRecHitValidation.analyze(), GlobalMuonMatchAnalyzer.analyze(), RPCHitAssociator.associateRecHit(), TSToSCAssociatorByEnergyScoreImpl.associateRecoToSim(), MultiClusterAssociatorByEnergyScoreImpl.associateRecoToSim(), LCToSCAssociatorByEnergyScoreImpl.associateRecoToSim(), LCToCPAssociatorByEnergyScoreImpl.associateRecoToSim(), TSToSimTSAssociatorByEnergyScoreImpl.associateRecoToSim(), TSToSCAssociatorByEnergyScoreImpl.associateSimToReco(), MultiClusterAssociatorByEnergyScoreImpl.associateSimToReco(), LCToSCAssociatorByEnergyScoreImpl.associateSimToReco(), LCToCPAssociatorByEnergyScoreImpl.associateSimToReco(), TSToSimTSAssociatorByEnergyScoreImpl.associateSimToReco(), PFMultiDepthClusterizer.buildClusters(), PFMultiDepthClusterizer.expandCluster(), HGCalTriggerGeometryV9Imp2.fillMaps(), RPCHitAssociator.findRPCDigiSimLink(), HGCalTriggerGeometryV9Imp2.getLinksInModule(), HGCalTriggerGeometryV9Imp3.getLinksInModule(), HLTMuonTrimuonL3Filter.hltFilter(), HLTMuonL3PreFilter.hltFilter(), HLTMuonDimuonL3Filter.hltFilter(), RPCLinkSynchroStat.init(), PFMultiDepthClusterizer.link(), MP7FileReader.load(), MuonTrackLoader.loadTracks(), omtf::CscPacker.pack(), MuonLinksProducerForHLT.produce(), GlobalMuonToMuonProducer.produce(), GlobalTrackQualityProducer.produce(), HLTMuonL2SelectorForL3IO.produce(), L3MuonCandidateProducer.produce(), HLTScoutingMuonProducer.produce(), MP7FileReader.searchLinks(), sipixelobjects::PixelFEDCabling.setLinks(), and omtf.translateOmtf2Pact().
string electronStore.output_file = store_dir+'/' |
Definition at line 119 of file electronStore.py.
Referenced by HltDiff.compare(), and main().
tuple electronStore.parser = optparse.OptionParser() |
Definition at line 68 of file electronStore.py.
tuple electronStore.store_dir = args.pop() |
Definition at line 85 of file electronStore.py.
tuple electronStore.store_file = args.pop(0) |
Definition at line 84 of file electronStore.py.
tuple electronStore.store_url = store_dir.replace('/afs/cern.ch/cms/','http://cmsdoc.cern.ch/',1) |
Definition at line 147 of file electronStore.py.