CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions | Variables
electronStore Namespace Reference

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)
 

Function Documentation

def electronStore.mysystem (   command,
  apply = 1 
)

Definition at line 34 of file electronStore.py.

References beamvalidation.exit(), and print().

34 
35 def mysystem(command,apply=1):
36  print(command)
37  if apply==1: return os.system(command)
38  elif apply==0: return 0
39  else:
40  print('[electronStore.py] UNSUPPORTED ARGUMENT VALUE FOR mysystem(,apply):',apply)
41  exit(1)
42 
43 
44 #============================================
45 # force immediate flushing of stdout
46 #============================================
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47

Variable Documentation

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.