ATLAS Offline Software
Functions | Variables
python.FPGATrackSimAlgorithmTags Namespace Reference

Functions

def update (otherdict)
 

Variables

 empty_tag
 
 defaultTag
 
 FPGATrackSimAlgorithmTags
 

Function Documentation

◆ update()

def python.FPGATrackSimAlgorithmTags.update (   otherdict)

Definition at line 111 of file FPGATrackSimAlgorithmTags.py.

111 def update( otherdict ):
112  empty_tag_clone = empty_tag.copy()
113  empty_tag_clone.update(otherdict)
114  return empty_tag_clone
115 

Variable Documentation

◆ defaultTag

python.FPGATrackSimAlgorithmTags.defaultTag

Definition at line 116 of file FPGATrackSimAlgorithmTags.py.

◆ empty_tag

python.FPGATrackSimAlgorithmTags.empty_tag

Definition at line 17 of file FPGATrackSimAlgorithmTags.py.

◆ FPGATrackSimAlgorithmTags

python.FPGATrackSimAlgorithmTags.FPGATrackSimAlgorithmTags

Definition at line 119 of file FPGATrackSimAlgorithmTags.py.

python.FPGATrackSimAlgorithmTags.update
def update(otherdict)
Definition: FPGATrackSimAlgorithmTags.py:111