ATLAS Offline Software
Functions | Variables
python.difftuple_text Namespace Reference

Functions

def atlasProduction (ver)
 

Variables

bool ignore_event_differences = False
 
dictionary renames
 
dictionary rename_keys
 

Function Documentation

◆ atlasProduction()

def python.difftuple_text.atlasProduction (   ver)

Definition at line 34 of file difftuple_text.py.

34 def atlasProduction(ver):
35  return (ver and
36  (ver.find('17.2')>=0 or
37  ver.find('17.3')>=0) and
38  #ver.find('AtlasProduction')>=0 and
39  ver.find('AtlasPhysics')==-1 and
40  ver.find('usatlas+u/snyder')==-1)
41 
42 
43 # List of branches to ignore for various versions.
44 # Format is a list of tuples: (V, V, V, [BRANCHES...])
45 # We consider the strings V in turn and see if they're contained
46 # in CMTPATH. If the first V is `-', then we ignore the branches
47 # if there are any matches. Otherwise, we ignore the branches
48 # unless there are any matches.
49 # If V is callable, then instead of looking for at match in CMTPATH,
50 # we call it with CMTPATH as an argument.
51 # The list of branches can include glob patterns.

Variable Documentation

◆ ignore_event_differences

bool python.difftuple_text.ignore_event_differences = False

Definition at line 20 of file difftuple_text.py.

◆ rename_keys

dictionary python.difftuple_text.rename_keys
Initial value:
1 = {
2  # Hack for ordering difference when scell tuple is on.
3  'caloMeta/EventInfoD3PDObject_000005' : 'caloMeta/EventInfoD3PDObject_000004',
4  'physicsMeta/EventInfoD3PDObject_000003' : 'physicsMeta/EventInfoD3PDObject_000002',
5  'physicsTrigDecMeta/EventInfoD3PDObject_000004' : 'physicsTrigDecMeta/EventInfoD3PDObject_000003',
6  }

Definition at line 27 of file difftuple_text.py.

◆ renames

dictionary python.difftuple_text.renames
Initial value:
1 = {
2  }

Definition at line 24 of file difftuple_text.py.

python.difftuple_text.atlasProduction
def atlasProduction(ver)
Definition: difftuple_text.py:34