CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
DiscoverProcessedRuns.DiscoverProcessedRuns Class Reference

Public Member Functions

def runsList
 

Detailed Description

Definition at line 3 of file DiscoverProcessedRuns.py.

Member Function Documentation

def DiscoverProcessedRuns.DiscoverProcessedRuns.runsList (   self)

Definition at line 4 of file DiscoverProcessedRuns.py.

References HDQMDatabaseProducerConfiguration.HDQMDatabaseProducerConfiguration.AuthenticationPath, HDQMDatabaseProducerConfiguration.HDQMDatabaseProducerConfiguration.CMSSW_Version, ora::Database.Database(), HDQMDatabaseProducerConfiguration.HDQMDatabaseProducerConfiguration.Database, if(), list(), SiPixelLorentzAngle_cfi.read, TagName.TagName(), and HDQMDatabaseProducerConfiguration.HDQMDatabaseProducerConfiguration.TagName.

4 
5  def runsList(self):
6  print "cd "+self.CMSSW_Version+"; eval `scramv1 r -sh`; cd -; cmscond_list_iov -c "+self.Database+" -P "+self.AuthenticationPath+" -t "+self.TagName
7  fullList = os.popen("source /afs/cern.ch/cms/sw/cmsset_default.sh; cd "+self.CMSSW_Version+"/src; eval `scramv1 r -sh`; cd -; cmscond_list_iov -c "+self.Database+" -P "+self.AuthenticationPath+" -t "+self.TagName).read()
8  runsListInTag = list()
9  # print fullList
10  for line in fullList.split("\n"):
11  # print line
12  if( line.find("=HDQMSummary") != -1 and not line.startswith("1 ")):
13  # print line.split()[0]
14  runsListInTag.append(line.split()[0])
15  return runsListInTag
perl if(1 lt scalar(@::datatypes))
Definition: edlooper.cc:31
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run