Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
helpers.hash_root Namespace Reference

Functions

def hash_root_file
 

Variables

tuple p
 
string action "store_true"
 
string help "Calculate a hash that is not invariant under reordering of entries? (faster than invariant)"
 
tuple args p.parse_args()
 
 path args.input_file,
 
 ordering_invariant notargs.no_ordering_invariant,
 

Function Documentation

def helpers.hash_root.hash_root_file (   path)

Definition at line 13 of file hash_root.py.

View newest version in sPHENIX GitHub at line 13 of file hash_root.py

References join(), and Acts.zip().

+ Here is the call graph for this function:

Variable Documentation

string helpers.hash_root.action "store_true"

Definition at line 79 of file hash_root.py.

View newest version in sPHENIX GitHub at line 79 of file hash_root.py

tuple helpers.hash_root.args p.parse_args()

Definition at line 83 of file hash_root.py.

View newest version in sPHENIX GitHub at line 83 of file hash_root.py

string helpers.hash_root.help "Calculate a hash that is not invariant under reordering of entries? (faster than invariant)"

Definition at line 80 of file hash_root.py.

View newest version in sPHENIX GitHub at line 80 of file hash_root.py

helpers.hash_root.ordering_invariant notargs.no_ordering_invariant,

Definition at line 88 of file hash_root.py.

View newest version in sPHENIX GitHub at line 88 of file hash_root.py

tuple helpers.hash_root.p
Initial value:
1 argparse.ArgumentParser(
2  description="Calculate a hash of the numeric content of a root file"
3  )

Definition at line 69 of file hash_root.py.

View newest version in sPHENIX GitHub at line 69 of file hash_root.py

helpers.hash_root.path args.input_file,

Definition at line 87 of file hash_root.py.

View newest version in sPHENIX GitHub at line 87 of file hash_root.py