CMS 3D CMS Logo

Functions | Variables
autoSkim Namespace Reference

Functions

def mergeMapping (map1, map2)
 

Variables

 autoSkim
 
 autoSkimDPG
 
 autoSkimPDWG
 
 autoSkimRunI
 

Function Documentation

◆ mergeMapping()

def autoSkim.mergeMapping (   map1,
  map2 
)

Definition at line 78 of file autoSkim.py.

78 def mergeMapping(map1,map2):
79  merged={}
80  for k in list(set(map1.keys()+map2.keys())):
81  items=[]
82  if k in map1:
83  items.append(map1[k])
84  if k in map2:
85  items.append(map2[k])
86  merged[k]='+'.join(items)
87  return merged
88 
89 #autoSkim = mergeMapping(autoSkimPDWG,autoSkimDPG)
90 #print autoSkim

References join(), and list().

Variable Documentation

◆ autoSkim

autoSkim.autoSkim

Definition at line 1 of file autoSkim.py.

◆ autoSkimDPG

autoSkim.autoSkimDPG

Definition at line 74 of file autoSkim.py.

◆ autoSkimPDWG

autoSkim.autoSkimPDWG

Definition at line 70 of file autoSkim.py.

◆ autoSkimRunI

autoSkim.autoSkimRunI

Definition at line 31 of file autoSkim.py.

join
static std::string join(char **cmd)
Definition: RemoteFile.cc:17
autoSkim.mergeMapping
def mergeMapping(map1, map2)
Definition: autoSkim.py:78
list
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