diff --git a/_modules/iceplot/iceplot.html b/_modules/iceplot/iceplot.html index c0dca7c1..196aba65 100644 --- a/_modules/iceplot/iceplot.html +++ b/_modules/iceplot/iceplot.html @@ -549,6 +549,13 @@
else:
self.is_empty = False
+ # Compute histogram integral (piece-wise differential sum)
+
+
+
# + operator
def __add__(self, other):
@@ -564,7 +571,7 @@ Source code for iceplot.iceplot
counts = self.counts + other.counts
errs = np.sqrt(self.errs**2 + other.errs**2)
- return hobj(counts, errs, bins, cbins, binscale)
+ return hobj(counts, errs, self.bins, self.cbins, binscale)
# += operator
def __iadd__(self, other):
@@ -1024,7 +1031,7 @@ Source code for iceplot.iceplot
# Compute differential cross section within histogram range
# Note that division by sum(weights) handles the histogram range integral (overflow) properly
binscale = mcdata['xsection_pb'] / binwidth(bins) / np.sum(mcdata['weights'])
-
+
# Additional scale factor
if scale is not None:
binscale *= scale
@@ -1037,6 +1044,8 @@ Source code for iceplot.iceplot
obj[OBS] = {'hdata': hobj(counts, errs, bins, cbins, binscale),
'hfunc' : 'hist', 'color': color, 'label': label, 'style' : style}
+ print(f'histmc: integral = {obj[OBS]["hdata"].integral():0.2E} ({OBS})')
+
return obj
@@ -1049,13 +1058,11 @@ Source code for iceplot.iceplot
obj = {}
for OBS in all_obs.keys():
-
- # Over all DATA files (now fixed to one)
- data_obj = []
-
+
y = hepdata[OBS]['y']
yerr = hepdata[OBS]['y_err']
bins = hepdata[OBS]['bins']
+ binwidth = hepdata[OBS]['binwidth']
cbins = hepdata[OBS]['x']
binscale = hepdata[OBS]['scale'] * MC_XS_SCALE
@@ -1066,14 +1073,15 @@ Source code for iceplot.iceplot
# Density integral 1 over the histogram bins
if density:
- # note .mean(), each element is already differentially normalized
- norm = hepdata[OBS]['binwidth'].mean() * y.sum()
+ norm = (y * binwidth).sum()
y /= norm
yerr /= norm
binscale = 1.0
obj[OBS] = {'hdata': hobj(y, yerr, bins, cbins, binscale),
'hfunc' : 'hist', 'color': (0,0,0), 'label': label, 'style' : style}
+
+ print(f'histhepdata: integral = {obj[OBS]["hdata"].integral():0.2E} ({OBS})')
return obj
diff --git a/genindex.html b/genindex.html
index 484856b1..b2ca5e2b 100644
--- a/genindex.html
+++ b/genindex.html
@@ -1528,6 +1528,8 @@ I
initialize() (in module icebrk.fasthistos)
int2onehot() (in module icenet.tools.aux)
+
+ integral() (hobj method)
invmass() (in module icenet.algo.analytic)
diff --git a/modules/iceplot.html b/modules/iceplot.html
index 82218670..4d7f341d 100644
--- a/modules/iceplot.html
+++ b/modules/iceplot.html
@@ -551,6 +551,11 @@ iceplot¶
class hobj(counts=0, errs=0, bins=0, cbins=0, binscale=1.0)[source]¶
Minimal histogram data object.
+
+
diff --git a/objects.inv b/objects.inv
index a2152857..5b98c92b 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/searchindex.js b/searchindex.js
index f6733e90..69ca23fa 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["index", "modules/icebrk", "modules/icedqcd", "modules/icefit", "modules/icehgcal", "modules/icehnl", "modules/iceid", "modules/icemc", "modules/icenet", "modules/iceplot", "modules/icetrg", "notes/cmssw", "notes/installation", "notes/introduction", "notes/markup"], "filenames": ["index.rst", "modules/icebrk.rst", "modules/icedqcd.rst", "modules/icefit.rst", "modules/icehgcal.rst", "modules/icehnl.rst", "modules/iceid.rst", "modules/icemc.rst", "modules/icenet.rst", "modules/iceplot.rst", "modules/icetrg.rst", "notes/cmssw.rst", "notes/installation.rst", "notes/introduction.rst", "notes/markup.rst"], "titles": ["First steps", "icebrk", "icedqcd", "icefit", "icehgcal", "icehnl", "iceid", "icemc", "icenet", "iceplot", "icetrg", "CMSSW setup", "Installation", "Introduction", "Markup"], "terms": {"A": [0, 3, 8, 9], "deep": [0, 13], "learn": [0, 3, 8, 13], "driven": 0, "librari": [0, 6, 8, 13], "high": [0, 10, 13], "energi": [0, 13], "physic": [0, 1, 3, 13], "beyond": 0, "http": [0, 3, 4, 8, 11, 12, 14], "github": [0, 4, 8, 12, 14], "com": [0, 4, 8, 11, 12, 14], "mieskolainen": [0, 11, 12], "icenet": [0, 12, 13], "start": [0, 8, 9, 12, 13], "instal": 0, "doc": [0, 3, 13, 14], "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "rst": [0, 14], "For": [0, 3, 9], "end": [0, 3, 8, 13], "exampl": [0, 3, 8, 13], "see": [0, 3, 8, 13], "e": [0, 1, 3, 8, 12, 13], "g": [0, 1, 3, 7, 8, 12], "action": [0, 12], "ci": 0, "workflow": [0, 8, 13], "under": [0, 8, 13, 14], "If": [0, 3, 8, 12], "you": [0, 8, 12, 13], "us": [0, 3, 8, 12, 13, 14], "thi": [0, 1, 3, 8, 12, 14], "work": [0, 3, 8, 12], "your": [0, 12], "research": 0, "especi": 0, "find": [0, 1, 8], "algorithm": [0, 3, 8], "idea": 0, "novel": 0, "pleas": 0, "cite": 0, "misc": 0, "mieskolainen2023icenet": 0, "author": 0, "mikael": 0, "titl": [0, 8], "hep": 0, "year": [0, 3], "2023": [0, 12], "url": 0, "onlin": 0, "code": [0, 13], "access": 0, "xx": 0, "yy": 0, "introduct": 0, "markup": 0, "icebrk": [0, 13], "icedqcd": [0, 13], "icefit": [0, 13], "icehgc": [0, 13], "icehnl": [0, 13], "iceid": [0, 13], "icemc": 0, "iceplot": [0, 13], "icetrg": [0, 13], "index": [0, 3, 8], "modul": [0, 3, 8, 13], "b": [1, 3, 7, 8, 9, 11, 13], "analysi": [1, 2, 3, 5, 13], "class": [1, 2, 3, 4, 5, 6, 8, 9, 10, 13], "apply_cut": 1, "d": [1, 3, 8, 13], "evt_index": 1, "cutflow": [1, 8], "select": [1, 2, 3, 4, 5, 6, 8, 10], "cut": [1, 8, 13], "function": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13], "paramet": [1, 2, 3, 4, 5, 6, 7, 8, 10], "return": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "true": [1, 2, 3, 7, 8, 9], "fals": [1, 2, 3, 7, 8, 9], "collect_info_stat": 1, "infostat": 1, "collect": [1, 8], "event": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "inform": [1, 2, 3, 4, 5, 6, 8, 10, 13], "collect_mcinfo_stat": 1, "y": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12], "qset": 1, "maxt3": 1, "mcinfostat": 1, "mc": [1, 2, 3, 4, 6, 8, 9], "onli": [1, 2, 3, 4, 6, 8, 12], "arg": [1, 2, 3, 4, 5, 6, 8, 10], "init_stat_object": 1, "initi": [1, 8], "statist": [1, 3, 8, 13], "object": [1, 2, 3, 4, 6, 8, 9], "infostats_bc": 1, "mcinfostats_bc": 1, "type": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "triplet_cut": 1, "triplet": [1, 8], "histogram": [1, 3, 8, 9, 13], "dictionari": [1, 2, 3, 4, 5, 6, 8, 10], "obj": 1, "construct_new_branch": 1, "construct": [1, 2, 4, 6, 8], "new": [1, 8, 13], "branch": [1, 8], "generate_feature_nam": 1, "n": [1, 3, 7, 8, 9], "1": [1, 3, 7, 8, 9, 13], "getdimens": 1, "count": [1, 3, 8, 9], "number": [1, 3, 7, 8], "per": [1, 3, 8], "input": [1, 3, 6, 8, 13], "calc_mc_observ": 1, "l1_p4": 1, "l2_p4": 1, "k_p4": 1, "set": [1, 3, 7, 8, 9, 11, 12], "observ": [1, 3, 8, 9], "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13], "calc_batch_mc_observ": 1, "batch": [1, 3, 8], "calc_batch_observ": 1, "jag": [1, 2, 4, 5, 6, 8, 10], "vector": [1, 3, 8], "oper": [1, 8], "calc_observ": 1, "non": [1, 3, 8], "normal": [1, 3, 8, 9, 13], "pickle_fil": 1, "iodir": 1, "n_algo": 1, "label": [1, 2, 3, 4, 5, 6, 8, 9, 10], "mode": [1, 3, 8], "rb": 1, "open": [1, 8], "pickl": [1, 13], "file": [1, 2, 3, 4, 5, 6, 8, 10], "read": [1, 3, 8], "binari": [1, 8], "ab": [1, 3, 8], "append": [1, 8], "wb": 1, "write": [1, 8], "hdf5_append": 1, "dataset": [1, 8], "kei": [1, 8], "chunk": [1, 8], "data": [1, 2, 3, 4, 5, 6, 8, 9, 10], "hdf5": [1, 13], "f": [1, 3, 8, 9], "hdf5_write_handl": 1, "filenam": [1, 8, 12], "n_weight": 1, "rwmode": 1, "w": [1, 2, 3, 4, 5, 6, 8, 10], "creat": [1, 8, 12, 14], "handl": [1, 8, 13], "hist_flush": 1, "reco": 1, "hobj": [1, 9], "h5dataset": 1, "none": [1, 2, 3, 4, 5, 6, 8, 9, 10], "accumul": 1, "previou": [1, 8], "flush": 1, "buffer": [1, 8], "arrai": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "initarrai": 1, "func_predict": [1, 8], "ismc": [1, 2, 4, 10], "init": 1, "poweranalysi": 1, "batch_ob": 1, "ob": 1, "maxn": 1, "bmat": 1, "wnorm": 1, "powerset": [1, 8], "i": [1, 3, 8, 9, 12, 13, 14], "alreadi": [1, 12], "condit": [1, 3, 13], "we": [1, 8], "maximum": [1, 3, 8], "process": [1, 4], "path": [1, 2, 3, 4, 5, 6, 8, 10], "5": [1, 3, 8, 9, 13], "2": [1, 3, 7, 8, 12, 13], "maxev": [1, 2, 4, 5, 6, 8, 10], "10000000000": 1, "evtgroups": 1, "1024": 1, "chunkbuff": 1, "512": 1, "verbos": [1, 3, 8], "superset": 1, "hd5dir": 1, "outputxi": 1, "outputp": 1, "kwarg": [1, 2, 3, 8, 9], "main": [1, 3, 8, 13], "construct_mc_tre": 1, "decai": [1, 7], "tree": [1, 4, 8, 10, 13], "construct_mc_truth": 1, "signal": [1, 3, 8, 13], "truth": [1, 8], "construct_input_vec": 1, "mva": [1, 8], "all": [1, 3, 8, 9], "0": [1, 2, 3, 4, 5, 6, 8, 9, 10, 12], "possibl": [1, 3, 8], "zero": [1, 8], "where": [1, 3, 8], "ar": [1, 3, 8, 13], "pad": 1, "after": [1, 8, 12, 13], "each": [1, 3, 7, 8], "enough": 1, "found": [1, 12], "construct_kinemat": 1, "kinemat": [1, 7], "construct_output_vec": 1, "output": [1, 8, 13], "multilabel": 1, "deltar_3": 1, "eta1": [1, 8], "eta2": [1, 8], "eta3": 1, "phi1": [1, 8], "phi2": [1, 8], "phi3": 1, "dr_match": 1, "match": [1, 3, 8], "deltar": [1, 8], "find_connected_triplet": 1, "01": [1, 3, 8], "connect": [1, 8], "togeth": [1, 8], "via": [1, 3, 8, 13], "get_first_indic": 1, "get": [1, 8, 9], "first": [1, 8, 12], "from": [1, 3, 7, 8, 9, 12, 13], "list": [1, 2, 3, 4, 5, 6, 8, 9, 10, 12], "sublist": 1, "encod": [1, 8], "differ": [1, 2, 3, 4, 5, 6, 8, 10, 13], "reconstruct": [1, 8], "chain": 1, "index_of_first_sign": 1, "check": [1, 8], "last": [1, 8], "index_of_last_sign": 1, "print_mc_ev": 1, "printmax": 1, "10000": [1, 3], "print": [1, 3, 12], "info": [1, 2, 3, 4, 5, 6, 8, 10, 12], "dqcd": [2, 13], "load_root_fil": [2, 4, 5, 6, 10], "root_path": [2, 4, 5, 6, 8, 10], "id": [2, 4, 5, 6, 8, 10, 13], "entry_start": [2, 4, 5, 6, 8, 10], "entry_stop": [2, 4, 5, 6, 8, 10], "load": [2, 4, 5, 6, 8, 10, 12], "root": [2, 3, 4, 5, 6, 8, 10], "columnar": [2, 3, 4, 5, 6, 8, 10], "weight": [2, 3, 4, 5, 6, 8, 9, 10], "variabl": [2, 3, 4, 5, 6, 7, 8, 10], "string": [2, 3, 4, 5, 6, 8, 10], "trigger": [2, 4, 5, 6, 10, 13], "pre": [2, 4, 5, 6, 8, 10], "accept": [2, 4, 5, 6, 7, 8, 10], "effici": [2, 3, 4, 5, 6, 10], "dict": [2, 4, 5, 6, 8, 10], "process_root": [2, 4, 10], "return_mask": 2, "class_id": [2, 8], "appli": [2, 3, 8], "splitfactor": [2, 4, 5, 6, 10], "skip_graph": 2, "use_dequant": 2, "transform": [2, 4, 5, 6, 8, 10], "datatyp": [2, 4, 5, 6, 8, 10], "argument": [2, 3, 4, 5, 6, 8, 10], "represent": [2, 4, 5, 6, 8, 10], "parse_graph_data": [2, 6], "featur": [2, 3, 4, 6, 8], "node_featur": 2, "graph_param": [2, 4, 6], "null_valu": [2, 4, 6, 8], "999": [2, 4, 6, 8], "ep": [2, 3, 4, 6, 8, 9], "1e": [2, 3, 4, 6, 8, 9], "12": [2, 3, 4, 6, 8, 9], "pytorch": [2, 4, 6, 8, 12, 13], "geometr": [2, 3, 4, 6, 7, 8, 12, 13], "style": [2, 3, 4, 6, 8, 9], "format": [2, 4, 6, 8], "awkward": [2, 4, 8], "name": [2, 3, 4, 6, 8, 12, 13], "an": [2, 3, 4, 6, 8, 9], "activ": [2, 3, 4, 6, 8, 12], "global": [2, 4, 6, 7, 8, 9], "graph": [2, 4, 6, 13], "target": [2, 3, 4, 6, 8], "ani": [2, 4, 6, 8, 13], "typic": [2, 3, 4, 6, 13], "re": [2, 3, 4, 6, 8], "bin": [3, 8, 9, 13], "unbin": 3, "fit": [3, 13], "neural": [3, 8, 13], "method": [3, 8], "tool": [3, 12, 13], "abcd_2nll": 3, "c": [3, 8], "mu": [3, 8], "mu_b": 3, "mu_d": 3, "32": [3, 8], "estim": [3, 13], "neg": [3, 8], "log": [3, 8], "likelihood": [3, 8, 13], "definit": [3, 8], "measur": [3, 8], "free": 3, "here": [3, 8], "model": [3, 8], "relat": 3, "ntot": 3, "twiki": 3, "cern": [3, 11], "ch": [3, 11], "pub": [3, 11], "abcdmethod": 3, "abcdguide_draft18oct18": 3, "pdf": [3, 7, 8], "2logl": 3, "abcd_eq": 3, "basic": [3, 8], "formula": [3, 8], "domain": [3, 8, 13], "independ": 3, "give": [3, 8], "u": [3, 7, 8, 14], "abcd_err": 3, "errorprop": 3, "100000": 3, "alpha": [3, 8], "lrang": 3, "uncertainti": 3, "confid": 3, "interv": 3, "valu": [3, 8], "poisson": 3, "bootstrap": 3, "random": [3, 7, 8], "sampl": [3, 8, 9], "base": [3, 4, 8, 13], "level": [3, 4, 8, 10, 13], "fix": [3, 7, 8, 13], "cl68": 3, "scan": 3, "rang": [3, 8, 9], "lower": 3, "upper": 3, "test_abcd": 3, "h_score": 3, "p": [3, 7, 8], "float": [3, 8], "15": [3, 8, 9], "shannon": 3, "entropi": [3, 8], "log_": 3, "nat": 3, "unit": [3, 8, 9], "probabl": [3, 7, 8], "i_scor": 3, "ndarrai": [3, 8], "str": [3, 8], "mutual": [3, 8, 13], "2d": [3, 8], "posit": [3, 7, 8], "version": [3, 8], "addit": 3, "multipl": [3, 8], "bw2bin": 3, "bw": 3, "convert": [3, 8], "binwidth": [3, 9], "outlier": 3, "percentil": 3, "someth": [3, 12], "fail": [3, 8, 12], "corrcoeff_weighted_torch": 3, "tensor": [3, 6, 8, 13], "linear": [3, 8, 9], "pearson": 3, "2x2": 3, "correl": [3, 8, 13], "matrix": [3, 7, 8], "cf": 3, "torch": [3, 4, 8, 12, 13], "corrcoef": 3, "autograd": [3, 8, 13], "compat": [3, 8], "nx1": 3, "distance_corr": 3, "n_bootstrap": 3, "int": [3, 8], "30": [3, 8, 9], "distanc": [3, 8], "en": [3, 8, 14], "wikipedia": [3, 8, 14], "org": [3, 8, 14], "wiki": [3, 8, 14], "distance_correl": 3, "coeffici": [3, 8], "distance_corr_torch": 3, "complex": [3, 7, 8, 13], "o": [3, 8, 13], "dcor": 3, "readthedoc": [3, 14], "io": [3, 14], "latest": [3, 14], "theori": 3, "html": [3, 8, 14], "dim": [3, 8, 9, 13], "can": [3, 8, 12, 13], "same": [3, 7, 8], "than": 3, "implement": [3, 8, 13], "norm": [3, 8], "inf": [3, 8], "freedman_diaconis_bin": 3, "nbin": [3, 8], "freedman": 3, "diaconi": 3, "rule": [3, 8], "1d": [3, 8], "width": [3, 7], "1981": 3, "On": 3, "densiti": [3, 8, 9], "l2": 3, "3": [3, 8, 9, 12, 13], "gaussian_mutual_inform": 3, "rho": 3, "analyt": 3, "gaussian": [3, 8], "x1": 3, "x2": 3, "h": [3, 8], "param": [3, 7, 8], "between": [3, 8, 9], "hacine_entropy_bin": 3, "hacin": 3, "gharbi": 3, "et": 3, "al": 3, "low": [3, 13], "bia": [3, 8], "pattern": 3, "recognit": 3, "letter": 3, "2012": 3, "scott_bin": 3, "hacine_joint_entropy_bin": 3, "ravier": 3, "bi": 3, "joint": 3, "mean": [3, 7, 8], "squar": [3, 7, 8], "error": [3, 8, 9, 12], "minim": [3, 9], "2018": 3, "mutual_inform": 3, "bins_x": 3, "bins_i": 3, "300": 3, "automethod": 3, "scott2d": 3, "minbin": 3, "maxbin": 3, "100": [3, 8], "depend": [3, 12], "default": [3, 8, 9, 12], "automat": [3, 8], "autobin": 3, "hacine2d": 3, "minimum": [3, 8], "dimens": [3, 8], "protect": [3, 8], "optbin": 3, "maxm": 3, "150": 3, "025": 3, "note": [3, 8, 12], "weak": 3, "perform": [3, 8], "studi": 3, "optim": 3, "bayesian": 3, "brute": 3, "forc": 3, "search": 3, "k": [3, 8, 13], "knuth": 3, "arxiv": [3, 8], "0605197": 3, "point": [3, 8], "optbins2d": 3, "40": [3, 8], "pearson_corr": 3, "return_ab": 3, "pearson_correlation_coeffici": 3, "absolut": 3, "percentile_per_dim": 3, "q": [3, 8, 12], "comput": [3, 8, 13], "column": [3, 8], "over": [3, 7, 8, 9], "row": [3, 8], "length": [3, 8], "out": [3, 8], "prc_ci": 3, "scott": 3, "1992": 3, "multivari": [3, 8], "practic": 3, "visual": [3, 8, 9], "case": 3, "4": [3, 7, 8, 9, 12, 13], "one": [3, 8], "bivari": 3, "distribut": [3, 8], "test_const": 3, "constant": [3, 8], "test": [3, 7, 8, 9, 11, 13], "test_gaussian": 3, "em_frac": 3, "iter": [3, 8], "unknown": 3, "integr": [3, 8, 9], "fraction": [3, 8], "frac": [3, 8], "gausspdf": 3, "sigma": [3, 8], "mixture_nl": 3, "mixtur": 3, "sum": [3, 8, 9], "nll": [3, 8], "test_em": 3, "get_full_hessian": 3, "loss": [3, 8, 13], "full": [3, 8], "hessian": 3, "net": [3, 8, 13], "veri": [3, 8], "slow": 3, "www": 3, "toronto": 3, "edu": 3, "rgross": 3, "cours": 3, "csc2541_2021": 3, "l02_taylor_approxim": 3, "get_gradi": 3, "func": 3, "deriv": [3, 8], "df": 3, "dx": [3, 9], "gradient": [3, 8, 13], "r": [3, 7, 8, 12, 13], "get_jacobian": 3, "size": [3, 7, 8], "m": [3, 7, 8, 14], "observed_fisher_info": 3, "logl": 3, "fisher": 3, "second": [3, 8], "The": [3, 8, 12, 13], "evalu": [3, 8], "theta": [3, 8], "repres": [3, 8], "curvatur": 3, "rel": [3, 8], "l": [3, 8, 9], "x_n": 3, "sum_": [3, 8], "x_i": [3, 8], "being": [3, 7], "refer": [3, 8], "observed_inform": 3, "optimal_design": 3, "efron": 3, "hinklei": 3, "v": [3, 8], "1978": 3, "assess": 3, "accuraci": [3, 8], "versu": 3, "expect": [3, 8], "biometrika": 3, "65": 3, "457": 3, "487": 3, "test_dimension_interfac": 3, "test_hessian": 3, "0001": [3, 8], "test_jacobian": 3, "create_label": 3, "lognormal_param": 3, "match_mod": 3, "median": [3, 8], "varianc": [3, 8], "follow": [3, 8, 12, 13], "convent": 3, "normal_distribut": 3, "rand_lognorm": 3, "gener": [3, 8, 13], "rand_powexp": 3, "std": [3, 8], "power": [3, 7, 9], "exp": [3, 7, 8], "parametr": [3, 13], "standard": [3, 8], "deviat": [3, 8], "test_accuraci": 3, "made": 3, "approxim": 3, "test_lognorm": 3, "minenet": 3, "input_s": 3, "mlp_dim": [3, 8], "128": [3, 8], "noise_std": 3, "relu": [3, 8], "dropout": [3, 8], "batch_norm": [3, 8], "network": [3, 8, 13], "total": [3, 8, 9], "two": [3, 8, 9], "mlp": [3, 8, 13], "inner": 3, "dimension": [3, 8, 13], "forward": [3, 8], "defin": [3, 7, 8], "everi": [3, 8], "call": [3, 8], "should": [3, 8], "overridden": [3, 8], "subclass": [3, 8], "although": [3, 8], "recip": [3, 8], "pass": [3, 8], "need": [3, 8], "within": [3, 8], "instanc": [3, 8], "afterward": [3, 8], "instead": [3, 8], "sinc": [3, 8], "former": [3, 8], "take": [3, 8], "care": [3, 8], "run": [3, 8, 13], "regist": [3, 8], "hook": [3, 8], "while": [3, 8], "latter": [3, 8], "silent": [3, 8], "ignor": [3, 8], "them": [3, 8], "apply_min": 3, "z": [3, 7, 8], "losstyp": 3, "train": 3, "apply_mine_batch": 3, "batch_siz": [3, 8], "4096": 3, "compute_min": 3, "margin": 3, "ma_et": 3, "mine_ema": 3, "correct": [3, 8], "descent": 3, "mi": [3, 8], "calcul": [3, 8, 9], "without": [3, 8, 13], "mi_lb": 3, "bound": 3, "sup": 3, "e_": 3, "p_": 3, "xz": 3, "t_theta": 3, "p_x": 3, "otim": 3, "p_z": 3, "epoch": [3, 8], "50": [3, 8], "256": 3, "lr": [3, 8], "001": [3, 8], "weight_decai": [3, 8], "05": [3, 8], "clip_norm": 3, "window_s": 3, "return_ful": 3, "devic": [3, 8, 12], "return_model_onli": 3, "accur": 3, "just": [3, 8, 9], "scalar": [3, 8], "dim1": 3, "dim2": 3, "loop": [3, 7, 8, 12], "num_it": 3, "rate": 3, "hidden_dim": [3, 8], "hidden": 3, "unbias": 3, "exponenti": [3, 7], "move": 3, "averag": [3, 8], "window": 3, "_size": 3, "tail": 3, "final": [3, 8, 12], "sample_batch": 3, "cpu": [3, 8, 12], "either": [3, 8, 13], "train_loop": 3, "opt": 3, "cb_pdf": 3, "par": 3, "bool": [3, 8], "crystal_ball_funct": 3, "consist": 3, "core": [3, 8, 13], "portion": 3, "law": [3, 7], "below": 3, "certain": [3, 8, 13], "threshold": [3, 8], "dscb_pdf": 3, "doubl": 3, "side": 3, "crystal": 3, "ball": 3, "1606": 3, "03833": 3, "n_low": 3, "alpha_low": 3, "n_high": 3, "alpha_high": 3, "rbw_pdf": 3, "relativist": 3, "breit": 3, "wigner": 3, "relativistic_breit": 3, "e2": 3, "80": [3, 8], "93wigner_distribut": 3, "th1_to_numpi": 3, "hist": [3, 8, 9], "th1": 3, "numpi": [3, 8, 13], "uproot": [3, 8], "analyze_1d_fit": 3, "fitfunc": 3, "cfunc": 3, "cov": 3, "var2po": 3, "chi2": [3, 9], "ndof": 3, "nsampl": 3, "1000": [3, 7, 8], "analyz": 3, "result": 3, "compon": [3, 8], "obtain": 3, "covari": 3, "dof": 3, "fig": [3, 8, 13], "ax": [3, 7, 8, 9], "asym_bw_pdf": 3, "asymmetr": 3, "shape": 3, "right": [3, 13], "hand": 3, "left": [3, 12], "asym_rbw_pdf": 3, "binned_1d_fit": 3, "techno": 3, "ncall_simplex": 3, "ncall_gradi": 3, "use_limit": 3, "limit": [3, 8], "max_trial": 3, "restart": 3, "max_chi2": 3, "ndf": 3, "min_count": 3, "mino": 3, "hess": 3, "cauchy_pdf": 3, "cauchi": 3, "lorentzian": 3, "exp_pdf": 3, "fit_and_analyz": 3, "inputfil": 3, "steer": [3, 13], "fit_task": 3, "inputparam": 3, "savepath": 3, "gentyp": 3, "gauss_pdf": 3, "generic_conv_pdf": 3, "pdf_pair": 3, "par_index": 3, "xfactor": 3, "nmin": 3, "convolut": [3, 8], "routin": [3, 7, 8], "cbw_pdf": 3, "g_pdf": 3, "indic": [3, 8], "pair": [3, 7, 8], "extens": 3, "factor": [3, 8, 13], "get_rootfiles_jpsi": 3, "input_path": 3, "2016": 3, "2017": 3, "systemat": 3, "nomin": 3, "rootfil": [3, 4, 8, 10], "j": [3, 8], "psi": 3, "muon": 3, "group_systemat": 3, "group": 3, "variat": [3, 13], "highres_x": 3, "extend": [3, 7, 8], "iminuit2python": 3, "iminuit": 3, "python": [3, 8, 12, 13], "cov_arr": 3, "par_dict": 3, "poly_pdf": 3, "polynomi": 3, "p0": 3, "p1": [3, 7], "p2": [3, 7], "read_yaml_input": 3, "pars": [3, 4, 8], "yaml": [3, 8], "content": 3, "readwrap": 3, "run_jpsi_fitpeak": 3, "peak": 3, "multiprocess": 3, "reserv": 3, "run_jpsi_tagprob": 3, "tag": 3, "probe": 3, "scale": [3, 8, 9], "voigt_fwhm": 3, "gamma": [3, 7, 8], "half": 3, "fwhm": 3, "voigtian": 3, "olivero": 3, "longbothum": 3, "1977": 3, "empir": 3, "voigt": 3, "line": 3, "brief": 3, "review": 3, "voigt_profil": 3, "voigt_pdf": 3, "ad": [3, 13], "": [3, 8, 12], "sigma_b": [3, 9], "06": 3, "asimov": 3, "discoveri": 3, "signific": 3, "background": [3, 8, 13], "indico": 3, "708041": 3, "paper": 3, "3272129": 3, "9437": 3, "acat19directopti": 3, "when": [3, 8], "np": [3, 6, 8], "sqrt": [3, 8], "regular": [3, 8], "analytical_extreme_npdf": 3, "expans": [3, 8, 9], "max": [3, 8], "extrem": 3, "extreme_value_theori": 3, "gumbel_distribut": 3, "clopper_pearson_err": 3, "cl": 3, "975": 3, "clopper": 3, "binomi": [3, 8], "proport": 3, "beta": [3, 8], "ppf": 3, "percent": 3, "invers": 3, "cdf": 3, "quantil": [3, 8], "success": 3, "trial": 3, "columnar_mask_effici": 3, "num_mask": 3, "den_mask": 3, "y_true": [3, 8], "y_target": 3, "mask": [3, 8], "numer": [3, 8], "denomin": 3, "stat": [3, 8], "cormat2covmat": 3, "nxn": [3, 8], "correlation_matrix": 3, "return_cov": 3, "covmat2corrmat": 3, "error_on_mu": 3, "web": 3, "eec": 3, "umich": 3, "fessler": 3, "tr": 3, "stderr": 3, "error_on_std": 3, "geom_mean_2d": 3, "x_err": [3, 8], "y_err": [3, 8], "flip_vert": 3, "understood": 3, "element": [3, 8], "wise": 3, "its": [3, 8], "propag": [3, 8], "taken": [3, 8], "also": [3, 8], "elem": 3, "math": 3, "outer": 3, "_ij": 3, "u_i": 3, "v_j": 3, "uv": 3, "t": [3, 8], "flip": 3, "vertic": 3, "rank": 3, "z_err": 3, "mc_extreme_multivariate_npdf": 3, "1000000": 3, "mont": [3, 7], "carlo": [3, 7], "cast": 3, "univari": 3, "problem": [3, 8, 13], "larg": 3, "more": [3, 7, 8, 13], "maxval": 3, "p_valu": 3, "mc_extreme_npdf": 3, "p2zscore": 3, "divid": 3, "z_": 3, "96": [3, 8], "poisson_ratio": 3, "k1": 3, "k2": 3, "ratio": [3, 8, 9, 13], "lambda1": 3, "lambda2": 3, "1974": 3, "endpoint": 3, "poisson_tail": 3, "singl": [3, 8], "prod_eprop": 3, "sigmaa": 3, "sigmab": 3, "sigmaab": 3, "taylor": [3, 9], "product": [3, 7, 8], "ratio_eprop": 3, "test_efficiency_ratio": 3, "test_extreme_npdf": 3, "test_ratio": 3, "tpratio_taylor": 3, "xy_err": 3, "err_x": 3, "err_i": 3, "rho_xi": 3, "weighted_binomial_err": 3, "b1": 3, "b2": 3, "e1": 3, "master": [3, 4, 14], "th1_8cxx_sourc": 3, "l02962": 3, "recov": 3, "proper": 3, "prodratio_eprop": 3, "sigma_a": [3, 9], "sum_i": [3, 8], "w_i": [3, 8], "welch_ttest": 3, "s1": 3, "s2": 3, "n1": 3, "n2": 3, "welch": 3, "27s_t": 3, "hgcal": [4, 13], "cnd": 4, "load_id": 4, "process_tracklet_data": 4, "trk": 4, "read_data_tracklet": 4, "runmod": [4, 8], "compute_edge_attr": 4, "get_node_featur": [4, 6], "p4vec": [4, 6, 8], "num_nod": [4, 6, 8], "num_node_featur": [4, 6], "coord": [4, 6], "parse_graph_data_candid": 4, "candid": 4, "parse_graph_data_trackst": 4, "1000000000": 4, "trackster": 4, "compute_edg": 4, "trk_data": 4, "ass_data": 4, "gra_data": 4, "edge_index": [4, 8], "edge_label": 4, "edge_qu": 4, "logic": [4, 8], "refin": 4, "abhirikshma": 4, "hackathonlink": 4, "blob": [4, 14], "firstmodelandtrain": 4, "ipynb": 4, "node": [4, 8, 13], "edg": [4, 8, 9, 13], "create_trackster_data": 4, "event_loop": 4, "hnl": [5, 13], "electron": [6, 13], "p4track": 6, "parse_tensor_data": 6, "image_var": 6, "simpl": 7, "gamma2tau": 7, "lifetim": 7, "uniform": [7, 8], "annotate_heatmap": [7, 8], "annot": [7, 8], "heatmap": [7, 8], "text": [7, 8], "broken": 7, "tbd": 7, "outer_sim_loop": 7, "m_valu": 7, "ctau_valu": 7, "pt2": [7, 8], "rap": [7, 8], "acc_func": 7, "simul": 7, "helper": 7, "wrapper": [7, 8, 9], "outer_sim_loop_2": 7, "ctau": 7, "pt2_valu": 7, "rap_valu": 7, "produce_acceptance_sim": 7, "fiduci": 7, "pt": [7, 8], "other": [7, 8, 12, 13], "randexp": 7, "randpow": 7, "resonance_gener": 7, "massiv": 7, "reson": 7, "have": [7, 8, 13], "rapid": [7, 8], "phi": [7, 8], "flat": 7, "momentum": [7, 8], "x4": 7, "p4": 7, "set_aspect_true_equ": 7, "plot": [7, 9, 13], "spherical_accept": 7, "spheric": 7, "detector": [7, 13], "radiu": [7, 8], "tau2gamma": 7, "tau": 7, "test_toy_pt_spectrum": 7, "twobodi": 7, "m1": 7, "m2": [7, 8], "bodi": 7, "isotrop": 7, "accord": 7, "dlips_2": 7, "phase": 7, "space": [7, 8, 9, 12], "mother": 7, "lab": 7, "frame": 7, "usual": 7, "daughter": 7, "invari": [7, 8], "mass": [7, 8, 9], "wa": [7, 8], "includ": 8, "structur": 8, "manipul": 8, "variou": [8, 13], "classic": 8, "count_simple_edg": 8, "direct": 8, "self_loop": 8, "semi": 8, "fulli": 8, "adjac": 8, "dr": 8, "massless": 8, "eta": 8, "longitudin": 8, "boost": [8, 13], "With": 8, "fox_wolfram_boost_inv": 8, "10": [8, 12, 13], "1508": 8, "03144": 8, "6": [8, 9, 13], "angular": 8, "moment": 8, "order": [8, 9], "untest": 8, "get_lorentz_edge_featur": 8, "num_edg": 8, "num_edge_featur": 8, "get_simple_edge_index": 8, "gram_matrix": 8, "dot": 8, "gram": 8, "lorentz": 8, "invmass": 8, "pt1": 8, "m1_const": 8, "1396": 8, "m2_const": 8, "exact": 8, "invmass_massless": 8, "ktmetric": 8, "kt2_i": 8, "kt2_j": 8, "dr2_ij": 8, "kt": 8, "particl": 8, "delta2_ij": 8, "seper": 8, "deta": 8, "dphi": 8, "like": 8, "cambridg": 8, "aachen": 8, "anti": 8, "phi_phasewrap": 8, "deltaphi": 8, "b_pdf": 8, "s_pdf": 8, "bin_edg": 8, "return_prob": 8, "classifi": [8, 13], "ml_nmf": 8, "08": 8, "maxit": 8, "500": 8, "frob": 8, "basi": 8, "ml_update_h": 8, "em": 8, "updat": 8, "ml_update_w": 8, "compoment": 8, "xgboostobject": 8, "loss_func": 8, "callabl": 8, "loss_sign": 8, "flatten_grad": 8, "skip_hessian": 8, "pred": 8, "torch_convers": 8, "dmatrix": 8, "convers": 8, "xgboost": [8, 13], "nn": 8, "sequenti": 8, "block": 8, "flow": [8, 13], "requir": [8, 12], "det": 8, "jacobian": 8, "maskedweight": 8, "in_featur": 8, "out_featur": 8, "layer": 8, "matric": 8, "diagon": 8, "moreov": 8, "1602": 8, "07868": 8, "stabil": 8, "grad": 8, "option": 8, "partial": 8, "combin": 8, "get_weight": 8, "It": 8, "permut": [8, 13], "ordereddict": 8, "tanh": 8, "addition": 8, "nchannel": 8, "nrow": 8, "ncol": 8, "dropout_cnn": 8, "dropout_mlp": 8, "softpredict": 8, "cnn_maxo": 8, "num_unit": 8, "dual": 8, "simultan": 8, "imag": 8, "member": 8, "maxout": [8, 13], "layer_list": 8, "gradientrevers": 8, "gradientreversalfunct": 8, "unsupervis": 8, "adapt": [8, 13], "backpropag": 8, "1409": 8, "7495": 8, "ident": 8, "map": 8, "In": 8, "backprog": 8, "revers": [8, 13], "static": 8, "backward": 8, "ctx": 8, "differenti": 8, "alia": 8, "vjp": 8, "must": 8, "context": 8, "mani": [8, 13], "were": 8, "given": 8, "correspond": 8, "retriev": 8, "save": [8, 13], "dure": 8, "ha": 8, "attribut": 8, "needs_input_grad": 8, "tupl": 8, "boolean": 8, "whether": 8, "There": 8, "wai": 8, "usag": 8, "staticmethod": 8, "def": 8, "detail": 8, "separ": [8, 12], "setup_context": 8, "longer": 8, "overrid": 8, "up": 8, "store": 8, "arbitrari": [8, 13], "directli": 8, "though": 8, "current": 8, "enforc": 8, "save_for_backward": 8, "thei": [8, 13], "intend": 8, "equival": 8, "save_for_forward": 8, "jvp": 8, "compute_log_p_x": 8, "j_": 8, "f_k": 8, "minibatch": 8, "create_model": 8, "rngseed": 8, "get_pdf": 8, "load_model": 8, "modelnam": 8, "modeldir": 8, "els": [8, 12], "altern": 8, "trn_x": 8, "val_x": 8, "trn_weight": 8, "val_weight": 8, "valid": 8, "directori": [8, 12], "adaptive_gradient_clipping_": 8, "main_modul": 8, "mi_modul": 8, "09": 8, "clip": 8, "so": [8, 12], "frobeniu": 8, "most": 8, "1801": 8, "04062": 8, "appendix": 8, "generator_modul": 8, "regressor": 8, "task": 8, "regul": [8, 13], "grad_norm": 8, "weights_init_al": 8, "init_func": 8, "mynet": 8, "weights_init_norm": 8, "weights_init_uniform_rul": 8, "z_dim": 8, "phi_lay": 8, "rho_lay": 8, "pool": 8, "equivari": [8, 13], "binarypredict": 8, "pen1_max": 8, "in_dim": 8, "out_dim": 8, "pen": 8, "pen1_mean": 8, "pen_max": 8, "multidimension": 8, "pen_mean": 8, "64": [8, 12], "softmax": 8, "last_act": 8, "multi": 8, "perceptron": 8, "mlp_all_act": 8, "WITH": 8, "THE": 8, "get_act": 8, "act": 8, "silu": 8, "elu": 8, "gcn": 8, "adj_matrix": 8, "gcn_layer": 8, "d_in": 8, "d_out": 8, "reset_param": 8, "gnngener": 8, "d_dim": 8, "c_dim": 8, "u_dim": 8, "e_dim": 8, "conv_typ": 8, "edgeconv": 8, "global_pool": 8, "conv_mlp_act": 8, "conv_mlp_bn": 8, "conv_mlp_dropout": 8, "conv_aggr": 8, "conv_knn": 8, "8": [8, 9, 12, 13], "fusion_mlp_act": 8, "fusion_mlp_bn": 8, "fusion_mlp_dropout": 8, "final_mlp_act": 8, "final_mlp_bn": 8, "final_mlp_dropout": 8, "da_act": 8, "da_alpha": 8, "da_mlp": 8, "da_mlp_act": 8, "da_mlp_bn": 8, "da_mlp_dropout": 8, "technic": 8, "remark": [8, 12], "rememb": 8, "alwai": [8, 12], "intermedi": 8, "otherwis": 8, "bad": 8, "mai": 8, "happen": 8, "messag": [8, 12], "dynamicedgeconv_": 8, "edgeconv_": 8, "gatconv_": 8, "gineconv_": 8, "gine_help": 8, "gineconv": 8, "increas": 8, "nnconv_": 8, "panconv_": 8, "sageconv_": 8, "sgconv_": 8, "splineconv_": 8, "superedgeconv_": 8, "conv_onli": 8, "forward_2pt": 8, "decod": 8, "becaus": 8, "necessarili": 8, "symmetr": 8, "principl": [8, 12], "undirect": 8, "behavior": 8, "forward_with_da": 8, "infer": [8, 13], "superedgeconv": 8, "mlp_edg": 8, "mlp_latent": 8, "aggr": 8, "mp_attn_dim": 8, "use_residu": 8, "custom": [8, 13], "gnn": 8, "aka": [8, 13], "origin": 8, "07829": 8, "sparsetensor": 8, "edge_attr": 8, "edge_weight": 8, "init_": 8, "x_j": 8, "analogi": 8, "phi_": 8, "mathbf": 8, "which": [8, 13], "furthermor": 8, "respect": 8, "_i": 8, "_j": 8, "reset_paramet": 8, "reset": 8, "learnabl": 8, "create_filt": 8, "data_trn": 8, "data_v": 8, "train_xgb": 8, "config": [8, 13], "y_soft": 8, "plot_import": 8, "data_trn_mi": 8, "data_val_mi": 8, "py": [8, 11, 13], "train_": 8, "mi_loss": 8, "binary_cross_entropy_logprob": 8, "log_phat_0": 8, "log_phat_1": 8, "cross": 8, "stabl": 8, "log_softmax": 8, "logsoftmax": 8, "log_sum_exp": 8, "timvieira": 8, "blog": 8, "post": 8, "2014": 8, "02": 8, "11": [8, 12, 13], "trick": 8, "logsumexp": 8, "loss_wrapp": 8, "num_class": 8, "y_da": 8, "weights_da": 8, "linearli": 8, "due": 8, "prod_i": 8, "p_i": 8, "multiclass_cross_entropi": 8, "phat": 8, "multiclass_cross_entropy_logprob": 8, "log_phat": 8, "multiclass_focal_entropi": 8, "focal": 8, "1708": 8, "02002": 8, "multiclass_focal_entropy_logprob": 8, "multiclass_logit_norm_loss": 8, "logit": 8, "07": 8, "2205": 8, "09310": 8, "neuron": 8, "multinomi": [8, 13], "logist": [8, 13], "regress": [8, 13], "w_da": 8, "x_mi": 8, "dualdataset": 8, "batch2tensor": 8, "dict_batch_to_cuda": 8, "transfer": 8, "gpu": 8, "memori": 8, "model_to_cuda": 8, "device_typ": 8, "auto": 8, "setup": [8, 14], "printloss": 8, "precis": 8, "loader": 8, "dataload": 8, "auc": 8, "trackloss": 8, "loss_histori": 8, "opt_param": 8, "implicit": 8, "panconv": 8, "in_channel": 8, "out_channel": 8, "filter_s": 8, "panconv_filter_weight": 8, "edge_mask_list": 8, "panentropi": 8, "panentropy_spars": 8, "afterdrop": 8, "aggr_out": 8, "embed": 8, "gamma_": 8, "mathcal": 8, "aggreg": 8, "pandropout": 8, "panumpool": 8, "min_scor": 8, "multipli": 8, "nonlinear": 8, "built": 8, "specif": [8, 13], "unnorm": 8, "pan": 8, "filter_adj": 8, "perm": 8, "um": 8, "topk": 8, "tol": 8, "panxhmpool": 8, "pan_pool_weight": 8, "panpool_filter_weight": 8, "panxumpool": 8, "pred_cut": 8, "pred_cutset": 8, "pred_flow": 8, "n_dim": 8, "return_model": 8, "pred_flr": 8, "pred_graph_xgb": 8, "pred_torch_gener": 8, "pred_torch_graph": 8, "5000": 8, "pred_torch_scalar": 8, "pred_xgb": 8, "feature_nam": 8, "pred_xgb_logist": 8, "pred_xgb_scalar": 8, "modelwithtemperatur": 8, "temper": 8, "calibr": 8, "set_temperatur": 8, "valid_load": 8, "max_it": 8, "tune": [8, 13], "tempearatur": 8, "temperature_scal": 8, "temperatur": 8, "getgenericmodel": 8, "netparam": 8, "getgenericparam": 8, "getgraphmodel": 8, "getgraphparam": 8, "raytune_main": 8, "train_func": 8, "raytun": [8, 13], "mainloop": 8, "torch_construct": 8, "x_trn": 8, "y_trn": 8, "x_val": 8, "y_val": 8, "x_trn_2d": 8, "x_val_2d": 8, "y_trn_da": 8, "trn_weights_da": 8, "y_val_da": 8, "val_weights_da": 8, "constructor": [8, 9], "train_load": 8, "test_load": 8, "torch_loop": 8, "save_period": 8, "train_cutset": 8, "cutset": 8, "train_flow": 8, "train_flr": 8, "train_graph_xgb": 8, "xgb": 8, "hybrid": 8, "train_torch_gener": 8, "train_torch_graph": 8, "train_xtx": 8, "data_kin": 8, "todo": 8, "add": 8, "latent_dim": 8, "encoder_bn": 8, "encoder_act": 8, "encoder_dropout": 8, "decoder_bn": 8, "decoder_act": 8, "decoder_dropout": 8, "reco_prob": 8, "kl_prob": 8, "anomaly_scor": 8, "kl_reco": 8, "kl_div": 8, "kl": 8, "diverg": 8, "against": 8, "log_pxz": 8, "xhat": 8, "loss_kl_reco": 8, "min": 8, "e_q": 8, "to_devic": 8, "variationalencod": 8, "cuda": 8, "9": [8, 9, 13], "amsgrad": 8, "polyak": 8, "step": [8, 9], "closur": 8, "reevalu": 8, "substitut": 8, "swap": 8, "002": 8, "unless": 8, "specifi": 8, "modifi": 8, "field": 8, "reducelronplateau": 8, "early_stop": 8, "metric": [8, 13], "callback_best": 8, "callback_reduc": 8, "auxiliari": 8, "y_pred": 8, "valrang": 8, "prob": 8, "n_mva_bin": 8, "num_bootstrap": 8, "exclude_neg_class": 8, "ak2numpi": 8, "dtype": 8, "float32": 8, "unzip": 8, "record": 8, "extract": 8, "arrays2matrix": 8, "x_arr": 8, "y_arr": 8, "z_arr": 8, "x_binedg": 8, "y_binedg": 8, "binedg": 8, "bin2int": 8, "integ": 8, "bin_arrai": 8, "num": 8, "bit": 8, "binaryvec2int": 8, "turn": 8, "rep": 8, "binom_coeff_al": 8, "binvec2powersetindex": 8, "binvec_are_equ": 8, "compar": 8, "equal": 8, "cartesian_product": 8, "cartesian": 8, "200": 8, "compute_metr": 8, "count_target": 8, "printout": 8, "identifi": 8, "entrystart": 8, "entrystop": 8, "stdout": 8, "create_model_filenam": 8, "filetyp": 8, "dat": 8, "explicit_rang": 8, "num_entri": 8, "clean": 8, "generatebinari": 8, "ones": 8, "hot": 8, "generatebinary_fix": 8, "getmtim": 8, "modif": 8, "time": 8, "report": 8, "int2onehot": 8, "onehot": 8, "jagged2matrix": 8, "arr": 8, "scalar_var": 8, "jagged_var": 8, "jagged_dim": 8, "contain": [8, 13], "pick": 8, "empti": 8, "entri": 8, "var": 8, "maxdim": 8, "jagged2tensor": 8, "xyz": 8, "channel": [8, 12], "image_clu_eta": 8, "image_clu_phi": 8, "image_clu_": 8, "jagged_ak_to_numpi": 8, "jagged_maxdim": 8, "categori": 8, "fill": 8, "null": 8, "longvec2matrix": 8, "deepset": [8, 13], "similar": [8, 12], "architectur": 8, "md": 8, "reshap": 8, "los2lol": 8, "listoset": 8, "makedir": 8, "targetdir": 8, "exist_ok": 8, "make": [8, 12, 13, 14], "merge_connect": 8, "merg": 8, "common": 8, "7": [8, 9, 12, 13], "multiclass_roc_auc_scor": 8, "macro": [8, 13], "multiclass": 8, "area": 8, "curv": [8, 13], "classif": 8, "soft": 8, "strategi": 8, "number_of_set_bit": 8, "how": [8, 14], "parse_var": 8, "item": 8, "seri": 8, "pick_ind": 8, "minmax": 8, "process_regexp_id": 8, "all_id": 8, "express": 8, "red": 8, "exclude_tag": 8, "exclude_mva_var": 8, "include_tag": 8, "include_mva_var": 8, "reduc": 8, "exclud": 8, "replace_param": 8, "replac": 8, "slice_rang": 8, "stop": [8, 9], "slice": 8, "processor": 8, "split": 8, "approx": 8, "split_siz": 8, "As": 8, "split_start_end": 8, "end_plu": 8, "nympi": 8, "34": [8, 9], "67": 8, "25": [8, 9], "19": 8, "to_edg": 8, "treat": 8, "to_graph": 8, "unmask": 8, "default_valu": 8, "unroll_ak_field": 8, "unrol": 8, "nest": 8, "weighted_avg_and_std": 8, "x2ind": 8, "ind": 8, "count_parameters_torch": 8, "trainabl": 8, "load_torch_checkpoint": 8, "checkpoint": [8, 13], "folder": 8, "load_torch_model": 8, "load_start_epoch": 8, "save_torch_model": 8, "saver": 8, "weight2onehot": 8, "OR": [8, 11, 12], "test_icecube_concat": 8, "test_icecube_index": 8, "events_to_jagged_numpi": 8, "consid": 8, "get_num_ev": 8, "key_index": 8, "dummi": 8, "load_tre": 8, "ak": 8, "load_tree_stat": 8, "read_multipl": 8, "process_func": 8, "read_singl": 8, "hepmc2vec4": 8, "hepmc3": 8, "bind": 8, "fourvector": 8, "vec4": 8, "abs_delta_phi": 8, "properti": 8, "abseta": 8, "sign": 8, "system": [8, 12], "rest": [8, 14], "costheta": 8, "dot3": 8, "dot4": 8, "mt": 8, "p3": 8, "p3mod": 8, "p3mod2": 8, "phi_pipi": 8, "px": 8, "pz": 8, "rotateso3": 8, "rotatex": 8, "angl": 8, "rotatei": 8, "rotatez": 8, "sete": 8, "setmagthetaphi": 8, "mag": 8, "setp3": 8, "setpt2rapphim2": 8, "setptetaphi": 8, "setptetaphim": 8, "setpxpypz": 8, "setx": 8, "setxyz": 8, "setxyzm": 8, "setxyzt": 8, "seti": 8, "setz": 8, "icexyw": 8, "float64": 8, "classfilt": 8, "classid": 8, "apply_madscor": 8, "x_m": 8, "x_mad": 8, "mad": 8, "score": 8, "apply_zscor": 8, "x_mu": 8, "x_std": 8, "apply_zscore_tensor": 8, "calc_madscor": 8, "robust": 8, "calc_zscor": 8, "calc_zscore_tensor": 8, "col": 8, "checkinfnan": 8, "nan": 8, "count_files_in_dir": 8, "fastarray1": 8, "capac": 8, "occupi": 8, "etc": 8, "get_gpu_memory_map": 8, "vram": 8, "gb": 8, "glob_expand_fil": 8, "datapath": 8, "recursive_glob": 8, "do": [8, 12], "brace": 8, "glob": 8, "syntax": 8, "impute_data": 8, "imput": 8, "fill_valu": 8, "knn_k": 8, "treatment": 8, "miss": 8, "special": 8, "textual": 8, "descript": 8, "knn": 8, "nearest": 8, "neighbour": 8, "make_hash_sha256_fil": 8, "sha256": 8, "hash": 8, "make_hash_sha256_object": 8, "make_hash": 8, "hashabl": 8, "recurs": 8, "pick_var": 8, "set_of_var": 8, "choos": 8, "chosen": 8, "newvar": 8, "newind": 8, "process_memory_us": 8, "ram": 8, "rootsaf": 8, "txt": [8, 12], "chang": [8, 9], "charact": 8, "safetxt": 8, "showmem": 8, "color": [8, 9], "showmem_cuda": 8, "split_data": 8, "machin": [8, 12, 13], "seed": 8, "split_data_simpl": 8, "torch_cuda_total_memori": 8, "avail": 8, "mva_plot": 8, "legend_fonts": [8, 9], "roc_plot": 8, "plot_threshold": 8, "thr_points_sign": 8, "85": 8, "95": 8, "roc": [8, 13], "xmin": 8, "receiv": 8, "characterist": 8, "xlabel": [8, 9], "ylabel": [8, 9], "x_rot": 8, "90": 8, "y_rot": 8, "decim": 8, "binengin": 8, "bindef": 8, "explicit": 8, "log10": 8, "boundari": 8, "binned_1d_auc": 8, "x_kin": 8, "ids_kin": 8, "trk_pt": 8, "ids_x_kin": 8, "cell": 8, "figur": [8, 13], "axi": [8, 9], "met": 8, "binned_2d_auc": 8, "trk_eta": 8, "density_cor": 8, "hist_edg": 8, "cmap": 8, "orang": 8, "density_cor_wclass": 8, "class__id": 8, "density_mva_wclass": 8, "draw_error_band": 8, "center": 8, "finit": 8, "except": 8, "matplotlib": 8, "galleri": 8, "lines_bars_and_mark": 8, "curve_error_band": 8, "plot_auc_matrix": 8, "edges_a": 8, "edges_b": 8, "plot_contour_grid": 8, "pred_func": 8, "reso": 8, "npoint": 8, "400": 8, "decis": [8, 13], "contour": 8, "pairwis": 8, "thu": 8, "suitabl": [8, 13], "resolut": 8, "draw": 8, "plot_correlation_comparison": 8, "corr_mstat": 8, "xlim": [8, 9], "plot_correl": 8, "round_threshold": 8, "colorbar": 8, "plot_matrix": 8, "xy": 8, "x_bin": 8, "y_bin": 8, "vmin": 8, "vmax": 8, "rdbu": 8, "figsiz": [8, 9], "grid_on": 8, "plot_reweight_result": 8, "binrang": 8, "linewidth": [8, 9], "plot_unweight": 8, "pure": 8, "plot_select": 8, "plotdir": 8, "varlist": 8, "befor": 8, "plot_train_evolution_multi": 8, "trn_auc": 8, "val_auc": 8, "aspect": 8, "evolut": 8, "plot_xgb_import": 8, "tick_label": 8, "importance_typ": 8, "gain": 8, "sort": 8, "default_nam": 8, "import": [8, 12], "cover": 8, "total_gain": 8, "total_cov": 8, "plotvar": 8, "70": 8, "percentile_rang": 8, "99": 8, "exclude_v": 8, "colored_row": 8, "active_color": 8, "green": 8, "inactive_color": 8, "white": 8, "print_ram_usag": 8, "print_colored_matrix": 8, "print_flow": 8, "infoflow": 8, "print_vari": 8, "printbar": 8, "marker": 8, "mark": 8, "75": [8, 9], "bar": 8, "printbranch": 8, "set_arr_format": 8, "evaluate_model": 8, "ml": 8, "ai": 8, "disk": 8, "generic_flow": 8, "rootnam": 8, "func_load": 8, "func_factor": 8, "impute_dataset": 8, "scikit": 8, "make_plot": 8, "plot_xyz_multiple_model": 8, "plot_xyz_wrap": 8, "x_input": 8, "x_raw": 8, "ids_raw": 8, "process_data": 8, "predata": 8, "mvavar": 8, "further": 8, "read_cli": 8, "read_config": 8, "config_path": 8, "commandlin": 8, "configur": 8, "reader": 8, "read_data": 8, "applic": [8, 13], "read_data_process": 8, "train_model": 8, "balanceweight": 8, "weights_doublet": 8, "reference_class": 8, "balanc": 8, "doublet": 8, "compute_nd_reweight": 8, "support": [8, 13], "pdf_1d_hist": 8, "pdf_2d_hist": 8, "x_a": 8, "x_b": 8, "binedges_a": 8, "binedges_b": 8, "reweightcoeff1d": 8, "max_reg": 8, "interest": 8, "reweightcoeff2d": 8, "apply_cutflow": 8, "xcorr_flow": 8, "return_powerset": 8, "construct_columnar_cut": 8, "cutlist": 8, "trgbit": 8, "construct_exptre": 8, "AND": 8, "tree_nod": 8, "eval_boolean_exptre": 8, "eval_boolean_syntax": 8, "expr": 8, "complet": [8, 12], "filter_constructor": 8, "filter": [8, 13], "diplomat": 8, "parse_boolean_exptre": 8, "instr": 8, "parser": 8, "stackoverflow": 8, "question": 8, "11133339": 8, "pypars": 8, "fashion": 8, "powerset_constructor": 8, "subset": 8, "powerset_cutmask": 8, "num_ev": 8, "print_exptre": 8, "print_parallel_cutflow": 8, "print_stat": 8, "set_constructor": 8, "veto": 8, "test_powerset": 8, "test_syntax_tree_flip": 8, "test_syntax_tree_pars": 8, "test_syntax_tree_simpl": 8, "advanc": 9, "change2density_label": 9, "all_ob": 9, "dn": 9, "xdim": 9, "chi2_cost": 9, "h_mc": 9, "h_data": 9, "cost": 9, "create_ax": 9, "ylabel_ratio": 9, "ylim": 9, "ratio_plot": 9, "fontsiz": 9, "creator": 9, "edge2centerbin": 9, "centerbin": 9, "edgebin": 9, "fuse_histogram": 9, "hist_list": 9, "fuse": 9, "generate_colormap": 9, "colormap": 9, "hist_filled_error": 9, "cbin": 9, "err": 9, "stephist": 9, "hist_obj": 9, "hist_to_dens": 9, "visibl": 9, "hist_to_density_fullspac": 9, "totalweight": 9, "histhepdata": 9, "hepdata": 9, "mc_xs_scale": 9, "1000000000000": 9, "histtyp": 9, "lw": 9, "zorder": 9, "histmc": 9, "mcdata": 9, "binscal": 9, "ordered_legend": 9, "frameon": 9, "uniqu": 9, "legend": 9, "plot_horizontal_lin": 9, "ratioerr": 9, "sigma_ab": 9, "set_axis_tick": 9, "tick": 9, "set_global_styl": 9, "dpi": 9, "120": 9, "font": 9, "serif": 9, "font_siz": 9, "legend_handlelength": 9, "stepspac": 9, "superplot": 9, "yscale": 9, "ratio_error_plot": 9, "legend_count": 9, "legend_properti": 9, "bottom_prc": 9, "superposit": 9, "overlaid": 9, "test_iceplot": 9, "tick_calc": 9, "lim": 9, "tick_creat": 9, "xtick_step": 9, "ytick_step": 9, "ylim_ratio": 9, "minorticks_on": 9, "ytick_ratio_step": 9, "labels": 9, "labelsize_ratio": 9, "hlt": [10, 13], "cat": 11, "id_rsa": 11, "copi": 11, "cd": [11, 12], "cvmf": 11, "cm": 11, "cmsset_default": 11, "sh": [11, 12, 13], "export": [11, 12], "scram_arch": 11, "slc7_amd64_gcc700": 11, "scramv1": 11, "project": 11, "cmssw_10_2_22": 11, "cmsrel": 11, "src": 11, "eval": 11, "scram": 11, "runtim": 11, "cmsenv": 11, "git": [11, 12], "clone": [11, 12], "nanotron": 11, "cmsrun": 11, "produc": 11, "producenano": 11, "framework": 12, "goe": 12, "wget": 12, "repo": 12, "anaconda": 12, "archiv": 12, "anaconda3": 12, "03": 12, "linux": 12, "x86_64": 12, "Then": 12, "execut": 12, "bash": [12, 13], "condarc": 12, "nano": 12, "home": 12, "channel_prior": 12, "strict": [12, 13], "forg": 12, "vol": 12, "softwar": 12, "ic": [12, 13], "howev": 12, "To": 12, "avoid": 12, "No": 12, "pip": 12, "temporari": 12, "mkdir": 12, "tmp": 12, "tmpdir": 12, "cmake": 12, "26": 12, "gxx_linux": 12, "sysroot_linux": 12, "28": 12, "cudatoolkit": 12, "cudnn": 12, "dev": [12, 13], "121": 12, "setenv": 12, "experi": 12, "oserror": 12, "libcuspars": 12, "ld_library_path": 12, "conda_prefix": 12, "lib": 12, "could": 12, "dynam": 12, "libcusolv": 12, "tensorflow": 12, "symbol": 12, "link": 12, "ln": 12, "satisfi": 12, "infinit": 12, "try": 12, "remov": 12, "googl": 12, "show": 12, "graphic": 12, "card": 12, "statu": 12, "nvidia": 12, "smi": 12, "compil": [12, 14], "nvcc": 12, "client": 12, "device_lib": 12, "list_local_devic": 12, "is_avail": 12, "get_device_nam": 12, "qsub": 12, "lxcgpu": 12, "deactiv": 12, "env": 12, "ldd": 12, "That": 13, "discrimin": 13, "quasi": 13, "templat": 13, "manifest": 13, "deploy": 13, "runme_dqcd_vector_init_yaml": 13, "iceqsub": 13, "job": 13, "dqcd_vector_data": 13, "inspect": 13, "launch": 13, "command": 13, "sure": 13, "chmod": 13, "script": 13, "denot": 13, "document": [13, 14], "develop": 13, "bdt": 13, "enhanc": 13, "iceboost": 13, "backend": 13, "agnost": 13, "regard": 13, "underli": 13, "easili": 13, "jax": 13, "multilay": 13, "feedforward": 13, "bnaf": 13, "cnn": 13, "autoencod": 13, "mine": 13, "distil": 13, "hyperparamet": 13, "de": 13, "machineri": 13, "allow": 13, "sophist": 13, "combinatori": 13, "yml": 13, "restucturedtext": 14, "typo3": 14, "restructuredtext": 14, "ralsina": 14, "cheatsheet": 14, "sublim": 14, "sphinx": 14, "guid": 14, "local": 14}, "objects": {"icebrk": [[1, 0, 0, "-", "PDG"], [1, 0, 0, "-", "cutstats"], [1, 0, 0, "-", "fasthistos"], [1, 0, 0, "-", "features"], [1, 0, 0, "-", "histos"], [1, 0, 0, "-", "loop"], [1, 0, 0, "-", "tools"]], "icebrk.cutstats": [[1, 1, 1, "", "apply_cuts"], [1, 1, 1, "", "collect_info_stats"], [1, 1, 1, "", "collect_mcinfo_stats"], [1, 1, 1, "", "init_stat_objects"], [1, 1, 1, "", "triplet_cuts"]], "icebrk.fasthistos": [[1, 1, 1, "", "initialize"]], "icebrk.features": [[1, 1, 1, "", "construct_new_branches"], [1, 1, 1, "", "generate_feature_names"], [1, 1, 1, "", "getdimension"]], "icebrk.histos": [[1, 1, 1, "", "calc_MC_observables"], [1, 1, 1, "", "calc_batch_MC_observables"], [1, 1, 1, "", "calc_batch_observables"], [1, 1, 1, "", "calc_observables"], [1, 1, 1, "", "pickle_files"]], "icebrk.loop": [[1, 1, 1, "", "hdf5_append"], [1, 1, 1, "", "hdf5_write_handles"], [1, 1, 1, "", "hist_flush"], [1, 1, 1, "", "initarrays"], [1, 1, 1, "", "poweranalysis"], [1, 1, 1, "", "process"]], "icebrk.tools": [[1, 1, 1, "", "construct_MC_tree"], [1, 1, 1, "", "construct_MC_truth"], [1, 1, 1, "", "construct_input_vec"], [1, 1, 1, "", "construct_kinematics"], [1, 1, 1, "", "construct_output_vec"], [1, 1, 1, "", "deltar_3"], [1, 1, 1, "", "find_connected_triplets"], [1, 1, 1, "", "get_first_indices"], [1, 1, 1, "", "index_of_first_signal"], [1, 1, 1, "", "index_of_last_signal"], [1, 1, 1, "", "print_MC_event"]], "icedqcd": [[2, 0, 0, "-", "common"], [2, 0, 0, "-", "graphio"]], "icedqcd.common": [[2, 1, 1, "", "load_root_file"], [2, 1, 1, "", "process_root"], [2, 1, 1, "", "splitfactor"]], "icedqcd.graphio": [[2, 1, 1, "", "parse_graph_data"]], "icefit": [[3, 0, 0, "-", "abcd"], [3, 0, 0, "-", "cortools"], [3, 0, 0, "-", "em"], [3, 0, 0, "-", "jacobian"], [3, 0, 0, "-", "lognormal"], [3, 0, 0, "-", "mine"], [3, 0, 0, "-", "peakfit"], [3, 0, 0, "-", "score"], [3, 0, 0, "-", "statstools"]], "icefit.abcd": [[3, 1, 1, "", "ABCD_2NLL"], [3, 1, 1, "", "ABCD_eq"], [3, 1, 1, "", "ABCD_err"], [3, 1, 1, "", "test_abcd"]], "icefit.cortools": [[3, 1, 1, "", "H_score"], [3, 1, 1, "", "I_score"], [3, 1, 1, "", "bw2bins"], [3, 1, 1, "", "corrcoeff_weighted_torch"], [3, 1, 1, "", "distance_corr"], [3, 1, 1, "", "distance_corr_torch"], [3, 1, 1, "", "freedman_diaconis_bin"], [3, 1, 1, "", "gaussian_mutual_information"], [3, 1, 1, "", "hacine_entropy_bin"], [3, 1, 1, "", "hacine_joint_entropy_bin"], [3, 1, 1, "", "mutual_information"], [3, 1, 1, "", "optbins"], [3, 1, 1, "", "optbins2d"], [3, 1, 1, "", "pearson_corr"], [3, 1, 1, "", "percentile_per_dim"], [3, 1, 1, "", "prc_CI"], [3, 1, 1, "", "scott_bin"], [3, 1, 1, "", "test_constant"], [3, 1, 1, "", "test_gaussian"]], "icefit.em": [[3, 1, 1, "", "EM_frac"], [3, 1, 1, "", "gausspdf"], [3, 1, 1, "", "mixture_nll"], [3, 1, 1, "", "test_EM"]], "icefit.jacobian": [[3, 1, 1, "", "get_full_hessian"], [3, 1, 1, "", "get_gradient"], [3, 1, 1, "", "get_jacobian"], [3, 1, 1, "", "observed_fisher_info"], [3, 1, 1, "", "test_dimension_interfaces"], [3, 1, 1, "", "test_hessians"], [3, 1, 1, "", "test_jacobians"]], "icefit.lognormal": [[3, 1, 1, "", "create_label"], [3, 1, 1, "", "lognormal_param"], [3, 1, 1, "", "main"], [3, 1, 1, "", "rand_lognormal"], [3, 1, 1, "", "rand_powexp"], [3, 1, 1, "", "test_accuracy"], [3, 1, 1, "", "test_lognormal"]], "icefit.mine": [[3, 2, 1, "", "MINENet"], [3, 1, 1, "", "apply_mine"], [3, 1, 1, "", "apply_mine_batched"], [3, 1, 1, "", "compute_mine"], [3, 1, 1, "", "estimate"], [3, 1, 1, "", "sample_batch"], [3, 1, 1, "", "train_loop"]], "icefit.mine.MINENet": [[3, 3, 1, "", "forward"]], "icefit.peakfit": [[3, 1, 1, "", "CB_pdf"], [3, 1, 1, "", "DSCB_pdf"], [3, 1, 1, "", "RBW_pdf"], [3, 1, 1, "", "TH1_to_numpy"], [3, 1, 1, "", "analyze_1D_fit"], [3, 1, 1, "", "asym_BW_pdf"], [3, 1, 1, "", "asym_RBW_pdf"], [3, 1, 1, "", "binned_1D_fit"], [3, 1, 1, "", "cauchy_pdf"], [3, 1, 1, "", "exp_pdf"], [3, 1, 1, "", "fit_and_analyze"], [3, 1, 1, "", "fit_task"], [3, 1, 1, "", "gauss_pdf"], [3, 1, 1, "", "generic_conv_pdf"], [3, 1, 1, "", "get_rootfiles_jpsi"], [3, 1, 1, "", "group_systematics"], [3, 1, 1, "", "highres_x"], [3, 1, 1, "", "iminuit2python"], [3, 1, 1, "", "poly_pdf"], [3, 1, 1, "", "read_yaml_input"], [3, 1, 1, "", "readwrap"], [3, 1, 1, "", "run_jpsi_fitpeak"], [3, 1, 1, "", "run_jpsi_tagprobe"], [3, 1, 1, "", "voigt_FWHM"], [3, 1, 1, "", "voigt_pdf"]], "icefit.score": [[3, 1, 1, "", "logL"]], "icefit.statstools": [[3, 1, 1, "", "ADS"], [3, 1, 1, "", "analytical_extreme_npdf"], [3, 1, 1, "", "clopper_pearson_err"], [3, 1, 1, "", "columnar_mask_efficiency"], [3, 1, 1, "", "cormat2covmat"], [3, 1, 1, "", "correlation_matrix"], [3, 1, 1, "", "covmat2corrmat"], [3, 1, 1, "", "error_on_mu"], [3, 1, 1, "", "error_on_std"], [3, 1, 1, "", "geom_mean_2D"], [3, 1, 1, "", "mc_extreme_multivariate_npdf"], [3, 1, 1, "", "mc_extreme_npdf"], [3, 1, 1, "", "p2zscore"], [3, 1, 1, "", "poisson_ratio"], [3, 1, 1, "", "poisson_tail"], [3, 1, 1, "", "prod_eprop"], [3, 1, 1, "", "ratio_eprop"], [3, 1, 1, "", "test_efficiency_ratio"], [3, 1, 1, "", "test_extreme_npdf"], [3, 1, 1, "", "test_ratios"], [3, 1, 1, "", "tpratio_taylor"], [3, 1, 1, "", "weighted_binomial_err"], [3, 1, 1, "", "welch_ttest"]], "icehgcal": [[4, 0, 0, "-", "common"], [4, 0, 0, "-", "graphio"], [4, 0, 0, "-", "preprocess"]], "icehgcal.common": [[4, 1, 1, "", "load_root_file"], [4, 1, 1, "", "process_root"], [4, 1, 1, "", "process_tracklet_data"], [4, 1, 1, "", "read_data_tracklet"], [4, 1, 1, "", "splitfactor"]], "icehgcal.graphio": [[4, 1, 1, "", "compute_edge_attr"], [4, 1, 1, "", "get_node_features"], [4, 1, 1, "", "parse_graph_data_candidate"], [4, 1, 1, "", "parse_graph_data_trackster"]], "icehgcal.preprocess": [[4, 1, 1, "", "compute_edges"], [4, 1, 1, "", "create_trackster_data"], [4, 1, 1, "", "event_loop"]], "icehnl": [[5, 0, 0, "-", "common"]], "icehnl.common": [[5, 1, 1, "", "load_root_file"], [5, 1, 1, "", "splitfactor"]], "iceid": [[6, 0, 0, "-", "common"], [6, 0, 0, "-", "graphio"]], "iceid.common": [[6, 1, 1, "", "load_root_file"], [6, 1, 1, "", "splitfactor"]], "iceid.graphio": [[6, 1, 1, "", "get_node_features"], [6, 1, 1, "", "parse_graph_data"], [6, 1, 1, "", "parse_tensor_data"]], "icemc": [[7, 0, 0, "-", "icemc"]], "icemc.icemc": [[7, 1, 1, "", "Gamma2tau"], [7, 1, 1, "", "U"], [7, 1, 1, "", "annotate_heatmap"], [7, 1, 1, "", "outer_sim_loop"], [7, 1, 1, "", "outer_sim_loop_2"], [7, 1, 1, "", "produce_acceptance_sim"], [7, 1, 1, "", "randexp"], [7, 1, 1, "", "randpow"], [7, 1, 1, "", "resonance_generator"], [7, 1, 1, "", "set_aspect_true_equal"], [7, 1, 1, "", "spherical_acceptance"], [7, 1, 1, "", "tau2Gamma"], [7, 1, 1, "", "test"], [7, 1, 1, "", "test_toy_pt_spectrum"], [7, 1, 1, "", "twobody"]], "icenet.algo": [[8, 0, 0, "-", "analytic"], [8, 0, 0, "-", "flr"], [8, 0, 0, "-", "nmf"]], "icenet.algo.analytic": [[8, 1, 1, "", "count_simple_edges"], [8, 1, 1, "", "deltaR"], [8, 1, 1, "", "fox_wolfram_boost_inv"], [8, 1, 1, "", "get_Lorentz_edge_features"], [8, 1, 1, "", "get_simple_edge_index"], [8, 1, 1, "", "gram_matrix"], [8, 1, 1, "", "invmass"], [8, 1, 1, "", "invmass_massless"], [8, 1, 1, "", "ktmetric"], [8, 1, 1, "", "phi_phasewrap"]], "icenet.algo.flr": [[8, 1, 1, "", "predict"], [8, 1, 1, "", "train"]], "icenet.algo.nmf": [[8, 1, 1, "", "ML_nmf"], [8, 1, 1, "", "ML_update_H"], [8, 1, 1, "", "ML_update_W"]], "icenet.deep": [[8, 0, 0, "-", "autogradxgb"], [8, 0, 0, "-", "bnaf"], [8, 0, 0, "-", "cnn"], [8, 0, 0, "-", "da"], [8, 0, 0, "-", "dbnf"], [8, 0, 0, "-", "deeptools"], [8, 0, 0, "-", "deps"], [8, 0, 0, "-", "dmlp"], [8, 0, 0, "-", "gcnn"], [8, 0, 0, "-", "graph"], [8, 0, 0, "-", "iceboost"], [8, 0, 0, "-", "losstools"], [8, 0, 0, "-", "maxo"], [8, 0, 0, "-", "mlgr"], [8, 0, 0, "-", "optimize"], [8, 0, 0, "-", "pgraph"], [8, 0, 0, "-", "predict"], [8, 0, 0, "-", "tempscale"], [8, 0, 0, "-", "train"], [8, 0, 0, "-", "vae"]], "icenet.deep.autogradxgb": [[8, 2, 1, "", "XgboostObjective"]], "icenet.deep.autogradxgb.XgboostObjective": [[8, 3, 1, "", "derivatives"], [8, 3, 1, "", "torch_conversion"]], "icenet.deep.bnaf": [[8, 2, 1, "", "BNAF"], [8, 2, 1, "", "MaskedWeight"], [8, 2, 1, "", "Permutation"], [8, 2, 1, "", "Sequential"], [8, 2, 1, "", "Tanh"]], "icenet.deep.bnaf.BNAF": [[8, 3, 1, "", "forward"]], "icenet.deep.bnaf.MaskedWeight": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "get_weights"]], "icenet.deep.bnaf.Permutation": [[8, 3, 1, "", "forward"]], "icenet.deep.bnaf.Sequential": [[8, 3, 1, "", "forward"]], "icenet.deep.bnaf.Tanh": [[8, 3, 1, "", "forward"]], "icenet.deep.cnn": [[8, 2, 1, "", "CNN"], [8, 2, 1, "", "CNN_MAXO"]], "icenet.deep.cnn.CNN": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "softpredict"]], "icenet.deep.cnn.CNN_MAXO": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "maxout"], [8, 3, 1, "", "softpredict"]], "icenet.deep.da": [[8, 2, 1, "", "GradientReversal"], [8, 2, 1, "", "GradientReversalFunction"]], "icenet.deep.da.GradientReversal": [[8, 3, 1, "", "forward"]], "icenet.deep.da.GradientReversalFunction": [[8, 3, 1, "", "backward"], [8, 3, 1, "", "forward"]], "icenet.deep.dbnf": [[8, 2, 1, "", "Dataset"], [8, 1, 1, "", "compute_log_p_x"], [8, 1, 1, "", "create_model"], [8, 1, 1, "", "get_pdf"], [8, 1, 1, "", "load_models"], [8, 1, 1, "", "predict"], [8, 1, 1, "", "train"]], "icenet.deep.deeptools": [[8, 1, 1, "", "adaptive_gradient_clipping_"], [8, 1, 1, "", "grad_norm"], [8, 1, 1, "", "weights_init_all"], [8, 1, 1, "", "weights_init_normal"], [8, 1, 1, "", "weights_init_uniform_rule"]], "icenet.deep.deps": [[8, 2, 1, "", "DEPS"], [8, 2, 1, "", "PEN1_max"], [8, 2, 1, "", "PEN1_mean"], [8, 2, 1, "", "PEN_max"], [8, 2, 1, "", "PEN_mean"]], "icenet.deep.deps.DEPS": [[8, 3, 1, "", "binarypredict"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "softpredict"]], "icenet.deep.deps.PEN1_max": [[8, 3, 1, "", "forward"]], "icenet.deep.deps.PEN1_mean": [[8, 3, 1, "", "forward"]], "icenet.deep.deps.PEN_max": [[8, 3, 1, "", "forward"]], "icenet.deep.deps.PEN_mean": [[8, 3, 1, "", "forward"]], "icenet.deep.dmlp": [[8, 2, 1, "", "DMLP"], [8, 1, 1, "", "MLP"], [8, 1, 1, "", "MLP_ALL_ACT"], [8, 1, 1, "", "get_act"]], "icenet.deep.dmlp.DMLP": [[8, 3, 1, "", "binarypredict"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "softpredict"]], "icenet.deep.gcnn": [[8, 2, 1, "", "GCN"], [8, 2, 1, "", "GCN_layer"]], "icenet.deep.gcnn.GCN": [[8, 3, 1, "", "forward"]], "icenet.deep.gcnn.GCN_layer": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "reset_param"]], "icenet.deep.graph": [[8, 2, 1, "", "GNNGeneric"], [8, 2, 1, "", "SuperEdgeConv"]], "icenet.deep.graph.GNNGeneric": [[8, 3, 1, "", "DynamicEdgeConv_"], [8, 3, 1, "", "EdgeConv_"], [8, 3, 1, "", "GATConv_"], [8, 3, 1, "", "GINEConv_"], [8, 3, 1, "", "GINE_helper"], [8, 3, 1, "", "NNConv_"], [8, 3, 1, "", "PANConv_"], [8, 3, 1, "", "SAGEConv_"], [8, 3, 1, "", "SGConv_"], [8, 3, 1, "", "SplineConv_"], [8, 3, 1, "", "SuperEdgeConv_"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "forward_2pt"], [8, 3, 1, "", "forward_with_DA"], [8, 3, 1, "", "inference"], [8, 3, 1, "", "softpredict"]], "icenet.deep.graph.SuperEdgeConv": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "init_"], [8, 3, 1, "", "message"], [8, 3, 1, "", "reset_parameters"]], "icenet.deep.iceboost": [[8, 1, 1, "", "create_filters"], [8, 1, 1, "", "train_xgb"]], "icenet.deep.losstools": [[8, 1, 1, "", "MI_loss"], [8, 1, 1, "", "binary_cross_entropy_logprob"], [8, 1, 1, "", "log_softmax"], [8, 1, 1, "", "log_sum_exp"], [8, 1, 1, "", "logsumexp"], [8, 1, 1, "", "loss_wrapper"], [8, 1, 1, "", "multiclass_cross_entropy"], [8, 1, 1, "", "multiclass_cross_entropy_logprob"], [8, 1, 1, "", "multiclass_focal_entropy"], [8, 1, 1, "", "multiclass_focal_entropy_logprob"], [8, 1, 1, "", "multiclass_logit_norm_loss"]], "icenet.deep.maxo": [[8, 2, 1, "", "MAXOUT"]], "icenet.deep.maxo.MAXOUT": [[8, 3, 1, "", "binarypredict"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "maxout"], [8, 3, 1, "", "softpredict"]], "icenet.deep.mlgr": [[8, 2, 1, "", "MLGR"]], "icenet.deep.mlgr.MLGR": [[8, 3, 1, "", "binarypredict"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "softpredict"]], "icenet.deep.optimize": [[8, 2, 1, "", "Dataset"], [8, 2, 1, "", "DualDataset"], [8, 1, 1, "", "batch2tensor"], [8, 1, 1, "", "dict_batch_to_cuda"], [8, 1, 1, "", "model_to_cuda"], [8, 1, 1, "", "printloss"], [8, 1, 1, "", "test"], [8, 1, 1, "", "trackloss"], [8, 1, 1, "", "train"]], "icenet.deep.pgraph": [[8, 2, 1, "", "PANConv"], [8, 2, 1, "", "PANDropout"], [8, 2, 1, "", "PANUMPooling"], [8, 2, 1, "", "PANXHMPooling"], [8, 2, 1, "", "PANXUMPooling"]], "icenet.deep.pgraph.PANConv": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "message"], [8, 3, 1, "", "panentropy"], [8, 3, 1, "", "panentropy_sparse"], [8, 3, 1, "", "update"]], "icenet.deep.pgraph.PANDropout": [[8, 3, 1, "", "forward"]], "icenet.deep.pgraph.PANUMPooling": [[8, 3, 1, "", "filter_adj"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "topk"]], "icenet.deep.pgraph.PANXHMPooling": [[8, 3, 1, "", "filter_adj"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "panentropy_sparse"], [8, 3, 1, "", "topk"]], "icenet.deep.pgraph.PANXUMPooling": [[8, 3, 1, "", "filter_adj"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "panentropy_sparse"], [8, 3, 1, "", "topk"]], "icenet.deep.predict": [[8, 1, 1, "", "pred_cut"], [8, 1, 1, "", "pred_cutset"], [8, 1, 1, "", "pred_flow"], [8, 1, 1, "", "pred_flr"], [8, 1, 1, "", "pred_graph_xgb"], [8, 1, 1, "", "pred_torch_generic"], [8, 1, 1, "", "pred_torch_graph"], [8, 1, 1, "", "pred_torch_scalar"], [8, 1, 1, "", "pred_xgb"], [8, 1, 1, "", "pred_xgb_logistic"], [8, 1, 1, "", "pred_xgb_scalar"]], "icenet.deep.tempscale": [[8, 2, 1, "", "ModelWithTemperature"]], "icenet.deep.tempscale.ModelWithTemperature": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "set_temperature"], [8, 3, 1, "", "temperature_scale"]], "icenet.deep.train": [[8, 1, 1, "", "getgenericmodel"], [8, 1, 1, "", "getgenericparam"], [8, 1, 1, "", "getgraphmodel"], [8, 1, 1, "", "getgraphparam"], [8, 1, 1, "", "raytune_main"], [8, 1, 1, "", "torch_construct"], [8, 1, 1, "", "torch_loop"], [8, 1, 1, "", "train_cutset"], [8, 1, 1, "", "train_flow"], [8, 1, 1, "", "train_flr"], [8, 1, 1, "", "train_graph_xgb"], [8, 1, 1, "", "train_torch_generic"], [8, 1, 1, "", "train_torch_graph"], [8, 1, 1, "", "train_xtx"]], "icenet.deep.vae": [[8, 2, 1, "", "Decoder"], [8, 2, 1, "", "Encoder"], [8, 2, 1, "", "VAE"], [8, 2, 1, "", "VariationalEncoder"]], "icenet.deep.vae.Decoder": [[8, 3, 1, "", "forward"]], "icenet.deep.vae.Encoder": [[8, 3, 1, "", "forward"]], "icenet.deep.vae.VAE": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "kl_div"], [8, 3, 1, "", "log_pxz"], [8, 3, 1, "", "loss_kl_reco"], [8, 3, 1, "", "softpredict"], [8, 3, 1, "", "to_device"]], "icenet.deep.vae.VariationalEncoder": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "to_device"]], "icenet.optim": [[8, 0, 0, "-", "adam"], [8, 0, 0, "-", "adamax"], [8, 0, 0, "-", "scheduler"]], "icenet.optim.adam": [[8, 2, 1, "", "Adam"]], "icenet.optim.adam.Adam": [[8, 3, 1, "", "step"], [8, 3, 1, "", "substitute"], [8, 3, 1, "", "swap"]], "icenet.optim.adamax": [[8, 2, 1, "", "Adamax"]], "icenet.optim.adamax.Adamax": [[8, 3, 1, "", "step"], [8, 3, 1, "", "substitute"], [8, 3, 1, "", "swap"]], "icenet.optim.scheduler": [[8, 2, 1, "", "ReduceLROnPlateau"]], "icenet.optim.scheduler.ReduceLROnPlateau": [[8, 3, 1, "", "step"]], "icenet.tools": [[8, 0, 0, "-", "aux"], [8, 0, 0, "-", "aux_torch"], [8, 0, 0, "-", "icemap"], [8, 0, 0, "-", "iceroot"], [8, 0, 0, "-", "icevec"], [8, 0, 0, "-", "io"], [8, 0, 0, "-", "plots"], [8, 0, 0, "-", "prints"], [8, 0, 0, "-", "process"], [8, 0, 0, "-", "reweight"], [8, 0, 0, "-", "stx"]], "icenet.tools.aux": [[8, 2, 1, "", "Metric"], [8, 1, 1, "", "ak2numpy"], [8, 1, 1, "", "arrays2matrix"], [8, 1, 1, "", "bin2int"], [8, 1, 1, "", "bin_array"], [8, 1, 1, "", "binaryvec2int"], [8, 1, 1, "", "binom_coeff_all"], [8, 1, 1, "", "binomial"], [8, 1, 1, "", "binvec2powersetindex"], [8, 1, 1, "", "binvec_are_equal"], [8, 1, 1, "", "cartesian_product"], [8, 1, 1, "", "compute_metrics"], [8, 1, 1, "", "count_targets"], [8, 1, 1, "", "create_model_filename"], [8, 1, 1, "", "deltaphi"], [8, 1, 1, "", "deltar"], [8, 1, 1, "", "explicit_range"], [8, 1, 1, "", "generatebinary"], [8, 1, 1, "", "generatebinary_fixed"], [8, 1, 1, "", "getmtime"], [8, 1, 1, "", "int2onehot"], [8, 1, 1, "", "jagged2matrix"], [8, 1, 1, "", "jagged2tensor"], [8, 1, 1, "", "jagged_ak_to_numpy"], [8, 1, 1, "", "longvec2matrix"], [8, 1, 1, "", "los2lol"], [8, 1, 1, "", "makedir"], [8, 1, 1, "", "merge_connected"], [8, 1, 1, "", "multiclass_roc_auc_score"], [8, 1, 1, "", "number_of_set_bits"], [8, 1, 1, "", "parse_vars"], [8, 1, 1, "", "pick_ind"], [8, 1, 1, "", "process_regexp_ids"], [8, 1, 1, "", "red"], [8, 1, 1, "", "replace_param"], [8, 1, 1, "", "slice_range"], [8, 1, 1, "", "split"], [8, 1, 1, "", "split_size"], [8, 1, 1, "", "split_start_end"], [8, 1, 1, "", "to_edges"], [8, 1, 1, "", "to_graph"], [8, 1, 1, "", "unmask"], [8, 1, 1, "", "unroll_ak_fields"], [8, 1, 1, "", "weighted_avg_and_std"], [8, 1, 1, "", "x2ind"]], "icenet.tools.aux_torch": [[8, 1, 1, "", "count_parameters_torch"], [8, 1, 1, "", "load_torch_checkpoint"], [8, 1, 1, "", "load_torch_model"], [8, 1, 1, "", "save_torch_model"], [8, 1, 1, "", "weight2onehot"]], "icenet.tools.icemap": [[8, 2, 1, "", "icemap"], [8, 1, 1, "", "test_icecube_concat"], [8, 1, 1, "", "test_icecube_indexing"]], "icenet.tools.iceroot": [[8, 1, 1, "", "events_to_jagged_numpy"], [8, 1, 1, "", "get_num_events"], [8, 1, 1, "", "load_tree"], [8, 1, 1, "", "load_tree_stats"], [8, 1, 1, "", "read_multiple"], [8, 1, 1, "", "read_single"]], "icenet.tools.icevec": [[8, 1, 1, "", "hepmc2vec4"], [8, 2, 1, "", "vec4"]], "icenet.tools.icevec.vec4": [[8, 3, 1, "", "abs_delta_phi"], [8, 4, 1, "", "abseta"], [8, 4, 1, "", "beta"], [8, 3, 1, "", "boost"], [8, 4, 1, "", "costheta"], [8, 3, 1, "", "deltaR"], [8, 3, 1, "", "deltaphi"], [8, 3, 1, "", "dot3"], [8, 3, 1, "", "dot4"], [8, 4, 1, "", "e"], [8, 4, 1, "", "eta"], [8, 4, 1, "", "gamma"], [8, 4, 1, "", "m"], [8, 4, 1, "", "m2"], [8, 4, 1, "", "mt"], [8, 4, 1, "", "p3"], [8, 4, 1, "", "p3mod"], [8, 4, 1, "", "p3mod2"], [8, 4, 1, "", "phi"], [8, 3, 1, "", "phi_PIPI"], [8, 4, 1, "", "pt"], [8, 4, 1, "", "pt2"], [8, 4, 1, "", "px"], [8, 4, 1, "", "py"], [8, 4, 1, "", "pz"], [8, 4, 1, "", "rapidity"], [8, 3, 1, "", "rotateSO3"], [8, 3, 1, "", "rotateX"], [8, 3, 1, "", "rotateY"], [8, 3, 1, "", "rotateZ"], [8, 3, 1, "", "scale"], [8, 3, 1, "", "setE"], [8, 3, 1, "", "setMagThetaPhi"], [8, 3, 1, "", "setP3"], [8, 3, 1, "", "setPt2RapPhiM2"], [8, 3, 1, "", "setPtEtaPhi"], [8, 3, 1, "", "setPtEtaPhiM"], [8, 3, 1, "", "setPxPyPzE"], [8, 3, 1, "", "setX"], [8, 3, 1, "", "setXYZ"], [8, 3, 1, "", "setXYZM"], [8, 3, 1, "", "setXYZT"], [8, 3, 1, "", "setY"], [8, 3, 1, "", "setZ"], [8, 4, 1, "", "t"], [8, 4, 1, "", "theta"], [8, 4, 1, "", "x"], [8, 4, 1, "", "y"], [8, 4, 1, "", "z"]], "icenet.tools.io": [[8, 2, 1, "", "IceXYW"], [8, 1, 1, "", "apply_madscore"], [8, 1, 1, "", "apply_zscore"], [8, 1, 1, "", "apply_zscore_tensor"], [8, 1, 1, "", "calc_madscore"], [8, 1, 1, "", "calc_zscore"], [8, 1, 1, "", "calc_zscore_tensor"], [8, 1, 1, "", "checkinfnan"], [8, 1, 1, "", "count_files_in_dir"], [8, 2, 1, "", "fastarray1"], [8, 1, 1, "", "get_gpu_memory_map"], [8, 1, 1, "", "glob_expand_files"], [8, 1, 1, "", "impute_data"], [8, 1, 1, "", "make_hash_sha256_file"], [8, 1, 1, "", "make_hash_sha256_object"], [8, 1, 1, "", "make_hashable"], [8, 1, 1, "", "pick_vars"], [8, 1, 1, "", "process_memory_use"], [8, 1, 1, "", "rootsafe"], [8, 1, 1, "", "safetxt"], [8, 1, 1, "", "showmem"], [8, 1, 1, "", "showmem_cuda"], [8, 1, 1, "", "split_data"], [8, 1, 1, "", "split_data_simple"], [8, 1, 1, "", "torch_cuda_total_memory"]], "icenet.tools.io.IceXYW": [[8, 3, 1, "", "classfilter"], [8, 3, 1, "", "permute"]], "icenet.tools.io.fastarray1": [[8, 3, 1, "", "add"], [8, 3, 1, "", "reset"], [8, 3, 1, "", "update"], [8, 3, 1, "", "values"]], "icenet.tools.plots": [[8, 1, 1, "", "MVA_plot"], [8, 1, 1, "", "ROC_plot"], [8, 1, 1, "", "annotate_heatmap"], [8, 1, 1, "", "binengine"], [8, 1, 1, "", "binned_1D_AUC"], [8, 1, 1, "", "binned_2D_AUC"], [8, 1, 1, "", "density_COR"], [8, 1, 1, "", "density_COR_wclass"], [8, 1, 1, "", "density_MVA_wclass"], [8, 1, 1, "", "draw_error_band"], [8, 1, 1, "", "plot_AUC_matrix"], [8, 1, 1, "", "plot_contour_grid"], [8, 1, 1, "", "plot_correlation_comparison"], [8, 1, 1, "", "plot_correlations"], [8, 1, 1, "", "plot_matrix"], [8, 1, 1, "", "plot_reweight_result"], [8, 1, 1, "", "plot_selection"], [8, 1, 1, "", "plot_train_evolution_multi"], [8, 1, 1, "", "plot_xgb_importance"], [8, 1, 1, "", "plotvar"], [8, 1, 1, "", "plotvars"]], "icenet.tools.prints": [[8, 1, 1, "", "colored_row"], [8, 1, 1, "", "print_RAM_usage"], [8, 1, 1, "", "print_colored_matrix"], [8, 1, 1, "", "print_flow"], [8, 1, 1, "", "print_variables"], [8, 1, 1, "", "printbar"], [8, 1, 1, "", "printbranch"], [8, 1, 1, "", "set_arr_format"]], "icenet.tools.process": [[8, 1, 1, "", "evaluate_models"], [8, 1, 1, "", "generic_flow"], [8, 1, 1, "", "impute_datasets"], [8, 1, 1, "", "make_plots"], [8, 1, 1, "", "plot_XYZ_multiple_models"], [8, 1, 1, "", "plot_XYZ_wrap"], [8, 1, 1, "", "process_data"], [8, 1, 1, "", "read_cli"], [8, 1, 1, "", "read_config"], [8, 1, 1, "", "read_data"], [8, 1, 1, "", "read_data_processed"], [8, 1, 1, "", "train_models"]], "icenet.tools.reweight": [[8, 1, 1, "", "balanceweights"], [8, 1, 1, "", "compute_ND_reweights"], [8, 1, 1, "", "pdf_1D_hist"], [8, 1, 1, "", "pdf_2D_hist"], [8, 1, 1, "", "reweightcoeff1D"], [8, 1, 1, "", "reweightcoeff2D"]], "icenet.tools.stx": [[8, 1, 1, "", "apply_cutflow"], [8, 1, 1, "", "construct_columnar_cuts"], [8, 1, 1, "", "construct_exptree"], [8, 1, 1, "", "eval_boolean_exptree"], [8, 1, 1, "", "eval_boolean_syntax"], [8, 1, 1, "", "filter_constructor"], [8, 1, 1, "", "parse_boolean_exptree"], [8, 1, 1, "", "powerset_constructor"], [8, 1, 1, "", "powerset_cutmask"], [8, 1, 1, "", "print_exptree"], [8, 1, 1, "", "print_parallel_cutflow"], [8, 1, 1, "", "print_stats"], [8, 1, 1, "", "set_constructor"], [8, 1, 1, "", "test_powerset"], [8, 1, 1, "", "test_syntax_tree_flip"], [8, 1, 1, "", "test_syntax_tree_parsing"], [8, 1, 1, "", "test_syntax_tree_simple"], [8, 2, 1, "", "tree_node"]], "iceplot": [[9, 0, 0, "-", "iceplot"]], "iceplot.iceplot": [[9, 1, 1, "", "binwidth"], [9, 1, 1, "", "change2density_labels"], [9, 1, 1, "", "chi2_cost"], [9, 1, 1, "", "colors"], [9, 1, 1, "", "create_axes"], [9, 1, 1, "", "edge2centerbins"], [9, 1, 1, "", "fuse_histograms"], [9, 1, 1, "", "generate_colormap"], [9, 1, 1, "", "hist"], [9, 1, 1, "", "hist_filled_error"], [9, 1, 1, "", "hist_obj"], [9, 1, 1, "", "hist_to_density"], [9, 1, 1, "", "hist_to_density_fullspace"], [9, 1, 1, "", "histhepdata"], [9, 1, 1, "", "histmc"], [9, 2, 1, "", "hobj"], [9, 1, 1, "", "ordered_legend"], [9, 1, 1, "", "plot_horizontal_line"], [9, 1, 1, "", "ratioerr"], [9, 1, 1, "", "set_axis_ticks"], [9, 1, 1, "", "set_global_style"], [9, 1, 1, "", "stepspace"], [9, 1, 1, "", "superplot"], [9, 1, 1, "", "test_iceplot"], [9, 1, 1, "", "tick_calc"], [9, 1, 1, "", "tick_creator"]], "icetrg": [[10, 0, 0, "-", "common"]], "icetrg.common": [[10, 1, 1, "", "load_root_file"], [10, 1, 1, "", "process_root"], [10, 1, 1, "", "splitfactor"]]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:method", "4": "py:property"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "method", "Python method"], "4": ["py", "property", "Python property"]}, "titleterms": {"first": 0, "step": 0, "refer": 0, "content": 0, "note": 0, "packag": 0, "indic": 0, "tabl": 0, "icebrk": 1, "common": [1, 2, 4, 5, 6, 10], "cutstat": 1, "fasthisto": 1, "featur": 1, "histo": 1, "loop": 1, "pdg": 1, "tool": [1, 8], "icedqcd": 2, "graphio": [2, 4, 6], "icefit": 3, "abcd": 3, "cortool": 3, "em": 3, "jacobian": 3, "lognorm": 3, "mine": 3, "peakfit": 3, "score": 3, "statstool": 3, "icehgc": 4, "preprocess": 4, "icehnl": 5, "iceid": 6, "icemc": 7, "icenet": 8, "algo": 8, "analyt": 8, "flr": 8, "nmf": 8, "deep": 8, "autogradxgb": 8, "bnaf": 8, "cnn": 8, "da": 8, "dbnf": 8, "deeptool": 8, "dep": 8, "dmlp": 8, "gcnn": 8, "graph": 8, "iceboost": 8, "losstool": 8, "maxo": 8, "mlgr": 8, "optim": 8, "pgraph": 8, "predict": 8, "tempscal": 8, "train": [8, 13], "vae": 8, "adam": 8, "adamax": 8, "schedul": 8, "aux": 8, "aux_torch": 8, "icemap": 8, "iceroot": 8, "icevec": 8, "io": 8, "plot": 8, "print": 8, "process": 8, "reweight": 8, "stx": 8, "iceplot": 9, "icetrg": 10, "cmssw": 11, "setup": [11, 12], "preliminari": [11, 12], "ssh": 11, "public": 11, "kei": 11, "github": 11, "releas": 11, "instal": 12, "conda": 12, "pre": 12, "cuda": 12, "path": 12, "deprec": 12, "autom": [12, 13], "initi": 12, "environ": 12, "possibl": 12, "problem": 12, "gpu": 12, "support": 12, "command": 12, "grid": [12, 13], "engin": 12, "job": 12, "submiss": 12, "virtual": 12, "c": 12, "librari": 12, "version": 12, "introduct": 13, "basic": 13, "design": 13, "principl": 13, "yaml": 13, "configur": 13, "file": 13, "oracl": 13, "execut": 13, "folder": 13, "structur": 13, "ml": 13, "algorithm": 13, "model": 13, "advanc": 13, "technologi": 13, "selector": 13, "combinator": 13, "distribut": 13, "markup": 14}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1, "sphinx": 60}, "alltitles": {"First steps": [[0, "first-steps"]], "References": [[0, "references"]], "Contents": [[0, "contents"]], "Notes": [[0, null]], "Package Reference": [[0, null]], "Indices and Tables": [[0, "indices-and-tables"]], "icebrk": [[1, "icebrk"]], "icebrk.common": [[1, "icebrk-common"]], "icebrk.cutstats": [[1, "module-icebrk.cutstats"]], "icebrk.fasthistos": [[1, "module-icebrk.fasthistos"]], "icebrk.features": [[1, "module-icebrk.features"]], "icebrk.histos": [[1, "module-icebrk.histos"]], "icebrk.loop": [[1, "module-icebrk.loop"]], "icebrk.PDG": [[1, "module-icebrk.PDG"]], "icebrk.tools": [[1, "module-icebrk.tools"]], "icedqcd": [[2, "icedqcd"]], "icedqcd.common": [[2, "module-icedqcd.common"]], "icedqcd.graphio": [[2, "module-icedqcd.graphio"]], "icefit": [[3, "icefit"]], "icefit.abcd": [[3, "module-icefit.abcd"]], "icefit.cortools": [[3, "module-icefit.cortools"]], "icefit.em": [[3, "module-icefit.em"]], "icefit.jacobian": [[3, "module-icefit.jacobian"]], "icefit.lognormal": [[3, "module-icefit.lognormal"]], "icefit.mine": [[3, "module-icefit.mine"]], "icefit.peakfit": [[3, "module-icefit.peakfit"]], "icefit.score": [[3, "module-icefit.score"]], "icefit.statstools": [[3, "module-icefit.statstools"]], "icehgcal": [[4, "icehgcal"]], "icehgcal.common": [[4, "module-icehgcal.common"]], "icehgcal.graphio": [[4, "module-icehgcal.graphio"]], "icehgcal.preprocess": [[4, "module-icehgcal.preprocess"]], "icehnl": [[5, "icehnl"]], "icehnl.common": [[5, "module-icehnl.common"]], "iceid": [[6, "iceid"]], "iceid.common": [[6, "module-iceid.common"]], "iceid.graphio": [[6, "module-iceid.graphio"]], "icemc": [[7, "icemc"]], "icemc.icemc": [[7, "module-icemc.icemc"]], "icenet": [[8, "icenet"]], "icenet.algo": [[8, "icenet-algo"]], "icenet.algo.analytic": [[8, "module-icenet.algo.analytic"]], "icenet.algo.flr": [[8, "module-icenet.algo.flr"]], "icenet.algo.nmf": [[8, "module-icenet.algo.nmf"]], "icenet.deep": [[8, "icenet-deep"]], "icenet.deep.autogradxgb": [[8, "module-icenet.deep.autogradxgb"]], "icenet.deep.bnaf": [[8, "module-icenet.deep.bnaf"]], "icenet.deep.cnn": [[8, "module-icenet.deep.cnn"]], "icenet.deep.da": [[8, "module-icenet.deep.da"]], "icenet.deep.dbnf": [[8, "module-icenet.deep.dbnf"]], "icenet.deep.deeptools": [[8, "module-icenet.deep.deeptools"]], "icenet.deep.deps": [[8, "module-icenet.deep.deps"]], "icenet.deep.dmlp": [[8, "module-icenet.deep.dmlp"]], "icenet.deep.gcnn": [[8, "module-icenet.deep.gcnn"]], "icenet.deep.graph": [[8, "module-icenet.deep.graph"]], "icenet.deep.iceboost": [[8, "module-icenet.deep.iceboost"]], "icenet.deep.losstools": [[8, "module-icenet.deep.losstools"]], "icenet.deep.maxo": [[8, "module-icenet.deep.maxo"]], "icenet.deep.mlgr": [[8, "module-icenet.deep.mlgr"]], "icenet.deep.optimize": [[8, "module-icenet.deep.optimize"]], "icenet.deep.pgraph": [[8, "module-icenet.deep.pgraph"]], "icenet.deep.predict": [[8, "module-icenet.deep.predict"]], "icenet.deep.tempscale": [[8, "module-icenet.deep.tempscale"]], "icenet.deep.train": [[8, "module-icenet.deep.train"]], "icenet.deep.vae": [[8, "module-icenet.deep.vae"]], "icenet.optim": [[8, "icenet-optim"]], "icenet.optim.adam": [[8, "module-icenet.optim.adam"]], "icenet.optim.adamax": [[8, "module-icenet.optim.adamax"]], "icenet.optim.scheduler": [[8, "module-icenet.optim.scheduler"]], "icenet.tools": [[8, "icenet-tools"]], "icenet.tools.aux": [[8, "module-icenet.tools.aux"]], "icenet.tools.aux_torch": [[8, "module-icenet.tools.aux_torch"]], "icenet.tools.icemap": [[8, "module-icenet.tools.icemap"]], "icenet.tools.iceroot": [[8, "module-icenet.tools.iceroot"]], "icenet.tools.icevec": [[8, "module-icenet.tools.icevec"]], "icenet.tools.io": [[8, "module-icenet.tools.io"]], "icenet.tools.plots": [[8, "module-icenet.tools.plots"]], "icenet.tools.prints": [[8, "module-icenet.tools.prints"]], "icenet.tools.process": [[8, "module-icenet.tools.process"]], "icenet.tools.reweight": [[8, "module-icenet.tools.reweight"]], "icenet.tools.stx": [[8, "module-icenet.tools.stx"]], "iceplot": [[9, "iceplot"]], "iceplot.iceplot": [[9, "module-iceplot.iceplot"]], "icetrg": [[10, "icetrg"]], "icetrg.common": [[10, "module-icetrg.common"]], "CMSSW setup": [[11, "cmssw-setup"]], "Preliminaries: SSH public key to github": [[11, "preliminaries-ssh-public-key-to-github"]], "Preliminaries: CMSSW release setup": [[11, "preliminaries-cmssw-release-setup"]], "Installation": [[12, "installation"]], "Preliminaries: Conda installation": [[12, "preliminaries-conda-installation"]], "Pre-installed CUDA paths (DEPRECATED)": [[12, "pre-installed-cuda-paths-deprecated"]], "Automated setup": [[12, "automated-setup"]], "Initialize the environment": [[12, "initialize-the-environment"]], "Possible problems": [[12, "possible-problems"]], "GPU-support commands": [[12, "gpu-support-commands"]], "Grid engine GPU job submission": [[12, "grid-engine-gpu-job-submission"]], "Conda virtual environment commands": [[12, "conda-virtual-environment-commands"]], "C-library versions": [[12, "c-library-versions"]], "Introduction": [[13, "introduction"]], "Basic design principles": [[13, "basic-design-principles"]], "YAML-configuration files": [[13, "yaml-configuration-files"]], "Oracle Grid execution": [[13, "oracle-grid-execution"]], "Folder structure": [[13, "folder-structure"]], "ML-algorithms and models": [[13, "ml-algorithms-and-models"]], "Advanced ML-training technology": [[13, "advanced-ml-training-technology"]], "Automated selectors and combinatorics for distributions": [[13, "automated-selectors-and-combinatorics-for-distributions"]], "Markup": [[14, "markup"]]}, "indexentries": {"apply_cuts() (in module icebrk.cutstats)": [[1, "icebrk.cutstats.apply_cuts"]], "calc_mc_observables() (in module icebrk.histos)": [[1, "icebrk.histos.calc_MC_observables"]], "calc_batch_mc_observables() (in module icebrk.histos)": [[1, "icebrk.histos.calc_batch_MC_observables"]], "calc_batch_observables() (in module icebrk.histos)": [[1, "icebrk.histos.calc_batch_observables"]], "calc_observables() (in module icebrk.histos)": [[1, "icebrk.histos.calc_observables"]], "collect_info_stats() (in module icebrk.cutstats)": [[1, "icebrk.cutstats.collect_info_stats"]], "collect_mcinfo_stats() (in module icebrk.cutstats)": [[1, "icebrk.cutstats.collect_mcinfo_stats"]], "construct_mc_tree() (in module icebrk.tools)": [[1, "icebrk.tools.construct_MC_tree"]], "construct_mc_truth() (in module icebrk.tools)": [[1, "icebrk.tools.construct_MC_truth"]], "construct_input_vec() (in module icebrk.tools)": [[1, "icebrk.tools.construct_input_vec"]], "construct_kinematics() (in module icebrk.tools)": [[1, "icebrk.tools.construct_kinematics"]], "construct_new_branches() (in module icebrk.features)": [[1, "icebrk.features.construct_new_branches"]], "construct_output_vec() (in module icebrk.tools)": [[1, "icebrk.tools.construct_output_vec"]], "deltar_3() (in module icebrk.tools)": [[1, "icebrk.tools.deltar_3"]], "find_connected_triplets() (in module icebrk.tools)": [[1, "icebrk.tools.find_connected_triplets"]], "generate_feature_names() (in module icebrk.features)": [[1, "icebrk.features.generate_feature_names"]], "get_first_indices() (in module icebrk.tools)": [[1, "icebrk.tools.get_first_indices"]], "getdimension() (in module icebrk.features)": [[1, "icebrk.features.getdimension"]], "hdf5_append() (in module icebrk.loop)": [[1, "icebrk.loop.hdf5_append"]], "hdf5_write_handles() (in module icebrk.loop)": [[1, "icebrk.loop.hdf5_write_handles"]], "hist_flush() (in module icebrk.loop)": [[1, "icebrk.loop.hist_flush"]], "icebrk.pdg": [[1, "module-icebrk.PDG"]], "icebrk.cutstats": [[1, "module-icebrk.cutstats"]], "icebrk.fasthistos": [[1, "module-icebrk.fasthistos"]], "icebrk.features": [[1, "module-icebrk.features"]], "icebrk.histos": [[1, "module-icebrk.histos"]], "icebrk.loop": [[1, "module-icebrk.loop"]], "icebrk.tools": [[1, "module-icebrk.tools"]], "index_of_first_signal() (in module icebrk.tools)": [[1, "icebrk.tools.index_of_first_signal"]], "index_of_last_signal() (in module icebrk.tools)": [[1, "icebrk.tools.index_of_last_signal"]], "init_stat_objects() (in module icebrk.cutstats)": [[1, "icebrk.cutstats.init_stat_objects"]], "initarrays() (in module icebrk.loop)": [[1, "icebrk.loop.initarrays"]], "initialize() (in module icebrk.fasthistos)": [[1, "icebrk.fasthistos.initialize"]], "module": [[1, "module-icebrk.PDG"], [1, "module-icebrk.cutstats"], [1, "module-icebrk.fasthistos"], [1, "module-icebrk.features"], [1, "module-icebrk.histos"], [1, "module-icebrk.loop"], [1, "module-icebrk.tools"], [2, "module-icedqcd.common"], [2, "module-icedqcd.graphio"], [3, "module-icefit.abcd"], [3, "module-icefit.cortools"], [3, "module-icefit.em"], [3, "module-icefit.jacobian"], [3, "module-icefit.lognormal"], [3, "module-icefit.mine"], [3, "module-icefit.peakfit"], [3, "module-icefit.score"], [3, "module-icefit.statstools"], [4, "module-icehgcal.common"], [4, "module-icehgcal.graphio"], [4, "module-icehgcal.preprocess"], [5, "module-icehnl.common"], [6, "module-iceid.common"], [6, "module-iceid.graphio"], [7, "module-icemc.icemc"], [8, "module-icenet.algo.analytic"], [8, "module-icenet.algo.flr"], [8, "module-icenet.algo.nmf"], [8, "module-icenet.deep.autogradxgb"], [8, "module-icenet.deep.bnaf"], [8, "module-icenet.deep.cnn"], [8, "module-icenet.deep.da"], [8, "module-icenet.deep.dbnf"], [8, "module-icenet.deep.deeptools"], [8, "module-icenet.deep.deps"], [8, "module-icenet.deep.dmlp"], [8, "module-icenet.deep.gcnn"], [8, "module-icenet.deep.graph"], [8, "module-icenet.deep.iceboost"], [8, "module-icenet.deep.losstools"], [8, "module-icenet.deep.maxo"], [8, "module-icenet.deep.mlgr"], [8, "module-icenet.deep.optimize"], [8, "module-icenet.deep.pgraph"], [8, "module-icenet.deep.predict"], [8, "module-icenet.deep.tempscale"], [8, "module-icenet.deep.train"], [8, "module-icenet.deep.vae"], [8, "module-icenet.optim.adam"], [8, "module-icenet.optim.adamax"], [8, "module-icenet.optim.scheduler"], [8, "module-icenet.tools.aux"], [8, "module-icenet.tools.aux_torch"], [8, "module-icenet.tools.icemap"], [8, "module-icenet.tools.iceroot"], [8, "module-icenet.tools.icevec"], [8, "module-icenet.tools.io"], [8, "module-icenet.tools.plots"], [8, "module-icenet.tools.prints"], [8, "module-icenet.tools.process"], [8, "module-icenet.tools.reweight"], [8, "module-icenet.tools.stx"], [9, "module-iceplot.iceplot"], [10, "module-icetrg.common"]], "pickle_files() (in module icebrk.histos)": [[1, "icebrk.histos.pickle_files"]], "poweranalysis() (in module icebrk.loop)": [[1, "icebrk.loop.poweranalysis"]], "print_mc_event() (in module icebrk.tools)": [[1, "icebrk.tools.print_MC_event"]], "process() (in module icebrk.loop)": [[1, "icebrk.loop.process"]], "triplet_cuts() (in module icebrk.cutstats)": [[1, "icebrk.cutstats.triplet_cuts"]], "icedqcd.common": [[2, "module-icedqcd.common"]], "icedqcd.graphio": [[2, "module-icedqcd.graphio"]], "load_root_file() (in module icedqcd.common)": [[2, "icedqcd.common.load_root_file"]], "parse_graph_data() (in module icedqcd.graphio)": [[2, "icedqcd.graphio.parse_graph_data"]], "process_root() (in module icedqcd.common)": [[2, "icedqcd.common.process_root"]], "splitfactor() (in module icedqcd.common)": [[2, "icedqcd.common.splitfactor"]], "abcd_2nll() (in module icefit.abcd)": [[3, "icefit.abcd.ABCD_2NLL"]], "abcd_eq() (in module icefit.abcd)": [[3, "icefit.abcd.ABCD_eq"]], "abcd_err() (in module icefit.abcd)": [[3, "icefit.abcd.ABCD_err"]], "ads() (in module icefit.statstools)": [[3, "icefit.statstools.ADS"]], "cb_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.CB_pdf"]], "dscb_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.DSCB_pdf"]], "em_frac() (in module icefit.em)": [[3, "icefit.em.EM_frac"]], "h_score() (in module icefit.cortools)": [[3, "icefit.cortools.H_score"]], "i_score() (in module icefit.cortools)": [[3, "icefit.cortools.I_score"]], "minenet (class in icefit.mine)": [[3, "icefit.mine.MINENet"]], "rbw_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.RBW_pdf"]], "th1_to_numpy() (in module icefit.peakfit)": [[3, "icefit.peakfit.TH1_to_numpy"]], "analytical_extreme_npdf() (in module icefit.statstools)": [[3, "icefit.statstools.analytical_extreme_npdf"]], "analyze_1d_fit() (in module icefit.peakfit)": [[3, "icefit.peakfit.analyze_1D_fit"]], "apply_mine() (in module icefit.mine)": [[3, "icefit.mine.apply_mine"]], "apply_mine_batched() (in module icefit.mine)": [[3, "icefit.mine.apply_mine_batched"]], "asym_bw_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.asym_BW_pdf"]], "asym_rbw_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.asym_RBW_pdf"]], "binned_1d_fit() (in module icefit.peakfit)": [[3, "icefit.peakfit.binned_1D_fit"]], "bw2bins() (in module icefit.cortools)": [[3, "icefit.cortools.bw2bins"]], "cauchy_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.cauchy_pdf"]], "clopper_pearson_err() (in module icefit.statstools)": [[3, "icefit.statstools.clopper_pearson_err"]], "columnar_mask_efficiency() (in module icefit.statstools)": [[3, "icefit.statstools.columnar_mask_efficiency"]], "compute_mine() (in module icefit.mine)": [[3, "icefit.mine.compute_mine"]], "cormat2covmat() (in module icefit.statstools)": [[3, "icefit.statstools.cormat2covmat"]], "corrcoeff_weighted_torch() (in module icefit.cortools)": [[3, "icefit.cortools.corrcoeff_weighted_torch"]], "correlation_matrix() (in module icefit.statstools)": [[3, "icefit.statstools.correlation_matrix"]], "covmat2corrmat() (in module icefit.statstools)": [[3, "icefit.statstools.covmat2corrmat"]], "create_label() (in module icefit.lognormal)": [[3, "icefit.lognormal.create_label"]], "distance_corr() (in module icefit.cortools)": [[3, "icefit.cortools.distance_corr"]], "distance_corr_torch() (in module icefit.cortools)": [[3, "icefit.cortools.distance_corr_torch"]], "error_on_mu() (in module icefit.statstools)": [[3, "icefit.statstools.error_on_mu"]], "error_on_std() (in module icefit.statstools)": [[3, "icefit.statstools.error_on_std"]], "estimate() (in module icefit.mine)": [[3, "icefit.mine.estimate"]], "exp_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.exp_pdf"]], "fit_and_analyze() (in module icefit.peakfit)": [[3, "icefit.peakfit.fit_and_analyze"]], "fit_task() (in module icefit.peakfit)": [[3, "icefit.peakfit.fit_task"]], "forward() (minenet method)": [[3, "icefit.mine.MINENet.forward"]], "freedman_diaconis_bin() (in module icefit.cortools)": [[3, "icefit.cortools.freedman_diaconis_bin"]], "gauss_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.gauss_pdf"]], "gaussian_mutual_information() (in module icefit.cortools)": [[3, "icefit.cortools.gaussian_mutual_information"]], "gausspdf() (in module icefit.em)": [[3, "icefit.em.gausspdf"]], "generic_conv_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.generic_conv_pdf"]], "geom_mean_2d() (in module icefit.statstools)": [[3, "icefit.statstools.geom_mean_2D"]], "get_full_hessian() (in module icefit.jacobian)": [[3, "icefit.jacobian.get_full_hessian"]], "get_gradient() (in module icefit.jacobian)": [[3, "icefit.jacobian.get_gradient"]], "get_jacobian() (in module icefit.jacobian)": [[3, "icefit.jacobian.get_jacobian"]], "get_rootfiles_jpsi() (in module icefit.peakfit)": [[3, "icefit.peakfit.get_rootfiles_jpsi"]], "group_systematics() (in module icefit.peakfit)": [[3, "icefit.peakfit.group_systematics"]], "hacine_entropy_bin() (in module icefit.cortools)": [[3, "icefit.cortools.hacine_entropy_bin"]], "hacine_joint_entropy_bin() (in module icefit.cortools)": [[3, "icefit.cortools.hacine_joint_entropy_bin"]], "highres_x() (in module icefit.peakfit)": [[3, "icefit.peakfit.highres_x"]], "icefit.abcd": [[3, "module-icefit.abcd"]], "icefit.cortools": [[3, "module-icefit.cortools"]], "icefit.em": [[3, "module-icefit.em"]], "icefit.jacobian": [[3, "module-icefit.jacobian"]], "icefit.lognormal": [[3, "module-icefit.lognormal"]], "icefit.mine": [[3, "module-icefit.mine"]], "icefit.peakfit": [[3, "module-icefit.peakfit"]], "icefit.score": [[3, "module-icefit.score"]], "icefit.statstools": [[3, "module-icefit.statstools"]], "iminuit2python() (in module icefit.peakfit)": [[3, "icefit.peakfit.iminuit2python"]], "logl() (in module icefit.score)": [[3, "icefit.score.logL"]], "lognormal_param() (in module icefit.lognormal)": [[3, "icefit.lognormal.lognormal_param"]], "main() (in module icefit.lognormal)": [[3, "icefit.lognormal.main"]], "mc_extreme_multivariate_npdf() (in module icefit.statstools)": [[3, "icefit.statstools.mc_extreme_multivariate_npdf"]], "mc_extreme_npdf() (in module icefit.statstools)": [[3, "icefit.statstools.mc_extreme_npdf"]], "mixture_nll() (in module icefit.em)": [[3, "icefit.em.mixture_nll"]], "mutual_information() (in module icefit.cortools)": [[3, "icefit.cortools.mutual_information"]], "observed_fisher_info() (in module icefit.jacobian)": [[3, "icefit.jacobian.observed_fisher_info"]], "optbins() (in module icefit.cortools)": [[3, "icefit.cortools.optbins"]], "optbins2d() (in module icefit.cortools)": [[3, "icefit.cortools.optbins2d"]], "p2zscore() (in module icefit.statstools)": [[3, "icefit.statstools.p2zscore"]], "pearson_corr() (in module icefit.cortools)": [[3, "icefit.cortools.pearson_corr"]], "percentile_per_dim() (in module icefit.cortools)": [[3, "icefit.cortools.percentile_per_dim"]], "poisson_ratio() (in module icefit.statstools)": [[3, "icefit.statstools.poisson_ratio"]], "poisson_tail() (in module icefit.statstools)": [[3, "icefit.statstools.poisson_tail"]], "poly_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.poly_pdf"]], "prc_ci() (in module icefit.cortools)": [[3, "icefit.cortools.prc_CI"]], "prod_eprop() (in module icefit.statstools)": [[3, "icefit.statstools.prod_eprop"]], "rand_lognormal() (in module icefit.lognormal)": [[3, "icefit.lognormal.rand_lognormal"]], "rand_powexp() (in module icefit.lognormal)": [[3, "icefit.lognormal.rand_powexp"]], "ratio_eprop() (in module icefit.statstools)": [[3, "icefit.statstools.ratio_eprop"]], "read_yaml_input() (in module icefit.peakfit)": [[3, "icefit.peakfit.read_yaml_input"]], "readwrap() (in module icefit.peakfit)": [[3, "icefit.peakfit.readwrap"]], "run_jpsi_fitpeak() (in module icefit.peakfit)": [[3, "icefit.peakfit.run_jpsi_fitpeak"]], "run_jpsi_tagprobe() (in module icefit.peakfit)": [[3, "icefit.peakfit.run_jpsi_tagprobe"]], "sample_batch() (in module icefit.mine)": [[3, "icefit.mine.sample_batch"]], "scott_bin() (in module icefit.cortools)": [[3, "icefit.cortools.scott_bin"]], "test_em() (in module icefit.em)": [[3, "icefit.em.test_EM"]], "test_abcd() (in module icefit.abcd)": [[3, "icefit.abcd.test_abcd"]], "test_accuracy() (in module icefit.lognormal)": [[3, "icefit.lognormal.test_accuracy"]], "test_constant() (in module icefit.cortools)": [[3, "icefit.cortools.test_constant"]], "test_dimension_interfaces() (in module icefit.jacobian)": [[3, "icefit.jacobian.test_dimension_interfaces"]], "test_efficiency_ratio() (in module icefit.statstools)": [[3, "icefit.statstools.test_efficiency_ratio"]], "test_extreme_npdf() (in module icefit.statstools)": [[3, "icefit.statstools.test_extreme_npdf"]], "test_gaussian() (in module icefit.cortools)": [[3, "icefit.cortools.test_gaussian"]], "test_hessians() (in module icefit.jacobian)": [[3, "icefit.jacobian.test_hessians"]], "test_jacobians() (in module icefit.jacobian)": [[3, "icefit.jacobian.test_jacobians"]], "test_lognormal() (in module icefit.lognormal)": [[3, "icefit.lognormal.test_lognormal"]], "test_ratios() (in module icefit.statstools)": [[3, "icefit.statstools.test_ratios"]], "tpratio_taylor() (in module icefit.statstools)": [[3, "icefit.statstools.tpratio_taylor"]], "train_loop() (in module icefit.mine)": [[3, "icefit.mine.train_loop"]], "voigt_fwhm() (in module icefit.peakfit)": [[3, "icefit.peakfit.voigt_FWHM"]], "voigt_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.voigt_pdf"]], "weighted_binomial_err() (in module icefit.statstools)": [[3, "icefit.statstools.weighted_binomial_err"]], "welch_ttest() (in module icefit.statstools)": [[3, "icefit.statstools.welch_ttest"]], "compute_edge_attr() (in module icehgcal.graphio)": [[4, "icehgcal.graphio.compute_edge_attr"]], "compute_edges() (in module icehgcal.preprocess)": [[4, "icehgcal.preprocess.compute_edges"]], "create_trackster_data() (in module icehgcal.preprocess)": [[4, "icehgcal.preprocess.create_trackster_data"]], "event_loop() (in module icehgcal.preprocess)": [[4, "icehgcal.preprocess.event_loop"]], "get_node_features() (in module icehgcal.graphio)": [[4, "icehgcal.graphio.get_node_features"]], "icehgcal.common": [[4, "module-icehgcal.common"]], "icehgcal.graphio": [[4, "module-icehgcal.graphio"]], "icehgcal.preprocess": [[4, "module-icehgcal.preprocess"]], "load_root_file() (in module icehgcal.common)": [[4, "icehgcal.common.load_root_file"]], "parse_graph_data_candidate() (in module icehgcal.graphio)": [[4, "icehgcal.graphio.parse_graph_data_candidate"]], "parse_graph_data_trackster() (in module icehgcal.graphio)": [[4, "icehgcal.graphio.parse_graph_data_trackster"]], "process_root() (in module icehgcal.common)": [[4, "icehgcal.common.process_root"]], "process_tracklet_data() (in module icehgcal.common)": [[4, "icehgcal.common.process_tracklet_data"]], "read_data_tracklet() (in module icehgcal.common)": [[4, "icehgcal.common.read_data_tracklet"]], "splitfactor() (in module icehgcal.common)": [[4, "icehgcal.common.splitfactor"]], "icehnl.common": [[5, "module-icehnl.common"]], "load_root_file() (in module icehnl.common)": [[5, "icehnl.common.load_root_file"]], "splitfactor() (in module icehnl.common)": [[5, "icehnl.common.splitfactor"]], "get_node_features() (in module iceid.graphio)": [[6, "iceid.graphio.get_node_features"]], "iceid.common": [[6, "module-iceid.common"]], "iceid.graphio": [[6, "module-iceid.graphio"]], "load_root_file() (in module iceid.common)": [[6, "iceid.common.load_root_file"]], "parse_graph_data() (in module iceid.graphio)": [[6, "iceid.graphio.parse_graph_data"]], "parse_tensor_data() (in module iceid.graphio)": [[6, "iceid.graphio.parse_tensor_data"]], "splitfactor() (in module iceid.common)": [[6, "iceid.common.splitfactor"]], "gamma2tau() (in module icemc.icemc)": [[7, "icemc.icemc.Gamma2tau"]], "u() (in module icemc.icemc)": [[7, "icemc.icemc.U"]], "annotate_heatmap() (in module icemc.icemc)": [[7, "icemc.icemc.annotate_heatmap"]], "icemc.icemc": [[7, "module-icemc.icemc"]], "outer_sim_loop() (in module icemc.icemc)": [[7, "icemc.icemc.outer_sim_loop"]], "outer_sim_loop_2() (in module icemc.icemc)": [[7, "icemc.icemc.outer_sim_loop_2"]], "produce_acceptance_sim() (in module icemc.icemc)": [[7, "icemc.icemc.produce_acceptance_sim"]], "randexp() (in module icemc.icemc)": [[7, "icemc.icemc.randexp"]], "randpow() (in module icemc.icemc)": [[7, "icemc.icemc.randpow"]], "resonance_generator() (in module icemc.icemc)": [[7, "icemc.icemc.resonance_generator"]], "set_aspect_true_equal() (in module icemc.icemc)": [[7, "icemc.icemc.set_aspect_true_equal"]], "spherical_acceptance() (in module icemc.icemc)": [[7, "icemc.icemc.spherical_acceptance"]], "tau2gamma() (in module icemc.icemc)": [[7, "icemc.icemc.tau2Gamma"]], "test() (in module icemc.icemc)": [[7, "icemc.icemc.test"]], "test_toy_pt_spectrum() (in module icemc.icemc)": [[7, "icemc.icemc.test_toy_pt_spectrum"]], "twobody() (in module icemc.icemc)": [[7, "icemc.icemc.twobody"]], "adam (class in icenet.optim.adam)": [[8, "icenet.optim.adam.Adam"]], "adamax (class in icenet.optim.adamax)": [[8, "icenet.optim.adamax.Adamax"]], "bnaf (class in icenet.deep.bnaf)": [[8, "icenet.deep.bnaf.BNAF"]], "cnn (class in icenet.deep.cnn)": [[8, "icenet.deep.cnn.CNN"]], "cnn_maxo (class in icenet.deep.cnn)": [[8, "icenet.deep.cnn.CNN_MAXO"]], "deps (class in icenet.deep.deps)": [[8, "icenet.deep.deps.DEPS"]], "dmlp (class in icenet.deep.dmlp)": [[8, "icenet.deep.dmlp.DMLP"]], "dataset (class in icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.Dataset"]], "dataset (class in icenet.deep.optimize)": [[8, "icenet.deep.optimize.Dataset"]], "decoder (class in icenet.deep.vae)": [[8, "icenet.deep.vae.Decoder"]], "dualdataset (class in icenet.deep.optimize)": [[8, "icenet.deep.optimize.DualDataset"]], "dynamicedgeconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.DynamicEdgeConv_"]], "edgeconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.EdgeConv_"]], "encoder (class in icenet.deep.vae)": [[8, "icenet.deep.vae.Encoder"]], "gatconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.GATConv_"]], "gcn (class in icenet.deep.gcnn)": [[8, "icenet.deep.gcnn.GCN"]], "gcn_layer (class in icenet.deep.gcnn)": [[8, "icenet.deep.gcnn.GCN_layer"]], "gineconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.GINEConv_"]], "gine_helper() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.GINE_helper"]], "gnngeneric (class in icenet.deep.graph)": [[8, "icenet.deep.graph.GNNGeneric"]], "gradientreversal (class in icenet.deep.da)": [[8, "icenet.deep.da.GradientReversal"]], "gradientreversalfunction (class in icenet.deep.da)": [[8, "icenet.deep.da.GradientReversalFunction"]], "icexyw (class in icenet.tools.io)": [[8, "icenet.tools.io.IceXYW"]], "maxout (class in icenet.deep.maxo)": [[8, "icenet.deep.maxo.MAXOUT"]], "mi_loss() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.MI_loss"]], "mlgr (class in icenet.deep.mlgr)": [[8, "icenet.deep.mlgr.MLGR"]], "mlp() (in module icenet.deep.dmlp)": [[8, "icenet.deep.dmlp.MLP"]], "mlp_all_act() (in module icenet.deep.dmlp)": [[8, "icenet.deep.dmlp.MLP_ALL_ACT"]], "ml_nmf() (in module icenet.algo.nmf)": [[8, "icenet.algo.nmf.ML_nmf"]], "ml_update_h() (in module icenet.algo.nmf)": [[8, "icenet.algo.nmf.ML_update_H"]], "ml_update_w() (in module icenet.algo.nmf)": [[8, "icenet.algo.nmf.ML_update_W"]], "mva_plot() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.MVA_plot"]], "maskedweight (class in icenet.deep.bnaf)": [[8, "icenet.deep.bnaf.MaskedWeight"]], "metric (class in icenet.tools.aux)": [[8, "icenet.tools.aux.Metric"]], "modelwithtemperature (class in icenet.deep.tempscale)": [[8, "icenet.deep.tempscale.ModelWithTemperature"]], "nnconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.NNConv_"]], "panconv (class in icenet.deep.pgraph)": [[8, "icenet.deep.pgraph.PANConv"]], "panconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.PANConv_"]], "pandropout (class in icenet.deep.pgraph)": [[8, "icenet.deep.pgraph.PANDropout"]], "panumpooling (class in icenet.deep.pgraph)": [[8, "icenet.deep.pgraph.PANUMPooling"]], "panxhmpooling (class in icenet.deep.pgraph)": [[8, "icenet.deep.pgraph.PANXHMPooling"]], "panxumpooling (class in icenet.deep.pgraph)": [[8, "icenet.deep.pgraph.PANXUMPooling"]], "pen1_max (class in icenet.deep.deps)": [[8, "icenet.deep.deps.PEN1_max"]], "pen1_mean (class in icenet.deep.deps)": [[8, "icenet.deep.deps.PEN1_mean"]], "pen_max (class in icenet.deep.deps)": [[8, "icenet.deep.deps.PEN_max"]], "pen_mean (class in icenet.deep.deps)": [[8, "icenet.deep.deps.PEN_mean"]], "permutation (class in icenet.deep.bnaf)": [[8, "icenet.deep.bnaf.Permutation"]], "roc_plot() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.ROC_plot"]], "reducelronplateau (class in icenet.optim.scheduler)": [[8, "icenet.optim.scheduler.ReduceLROnPlateau"]], "sageconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.SAGEConv_"]], "sgconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.SGConv_"]], "sequential (class in icenet.deep.bnaf)": [[8, "icenet.deep.bnaf.Sequential"]], "splineconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.SplineConv_"]], "superedgeconv (class in icenet.deep.graph)": [[8, "icenet.deep.graph.SuperEdgeConv"]], "superedgeconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.SuperEdgeConv_"]], "tanh (class in icenet.deep.bnaf)": [[8, "icenet.deep.bnaf.Tanh"]], "vae (class in icenet.deep.vae)": [[8, "icenet.deep.vae.VAE"]], "variationalencoder (class in icenet.deep.vae)": [[8, "icenet.deep.vae.VariationalEncoder"]], "xgboostobjective (class in icenet.deep.autogradxgb)": [[8, "icenet.deep.autogradxgb.XgboostObjective"]], "abs_delta_phi() (vec4 method)": [[8, "icenet.tools.icevec.vec4.abs_delta_phi"]], "abseta (vec4 property)": [[8, "icenet.tools.icevec.vec4.abseta"]], "adaptive_gradient_clipping_() (in module icenet.deep.deeptools)": [[8, "icenet.deep.deeptools.adaptive_gradient_clipping_"]], "add() (fastarray1 method)": [[8, "icenet.tools.io.fastarray1.add"]], "ak2numpy() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.ak2numpy"]], "annotate_heatmap() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.annotate_heatmap"]], "apply_cutflow() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.apply_cutflow"]], "apply_madscore() (in module icenet.tools.io)": [[8, "icenet.tools.io.apply_madscore"]], "apply_zscore() (in module icenet.tools.io)": [[8, "icenet.tools.io.apply_zscore"]], "apply_zscore_tensor() (in module icenet.tools.io)": [[8, "icenet.tools.io.apply_zscore_tensor"]], "arrays2matrix() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.arrays2matrix"]], "backward() (gradientreversalfunction static method)": [[8, "icenet.deep.da.GradientReversalFunction.backward"]], "balanceweights() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.balanceweights"]], "batch2tensor() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.batch2tensor"]], "beta (vec4 property)": [[8, "icenet.tools.icevec.vec4.beta"]], "bin2int() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.bin2int"]], "bin_array() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.bin_array"]], "binary_cross_entropy_logprob() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.binary_cross_entropy_logprob"]], "binarypredict() (deps method)": [[8, "icenet.deep.deps.DEPS.binarypredict"]], "binarypredict() (dmlp method)": [[8, "icenet.deep.dmlp.DMLP.binarypredict"]], "binarypredict() (maxout method)": [[8, "icenet.deep.maxo.MAXOUT.binarypredict"]], "binarypredict() (mlgr method)": [[8, "icenet.deep.mlgr.MLGR.binarypredict"]], "binaryvec2int() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.binaryvec2int"]], "binengine() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.binengine"]], "binned_1d_auc() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.binned_1D_AUC"]], "binned_2d_auc() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.binned_2D_AUC"]], "binom_coeff_all() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.binom_coeff_all"]], "binomial() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.binomial"]], "binvec2powersetindex() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.binvec2powersetindex"]], "binvec_are_equal() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.binvec_are_equal"]], "boost() (vec4 method)": [[8, "icenet.tools.icevec.vec4.boost"]], "calc_madscore() (in module icenet.tools.io)": [[8, "icenet.tools.io.calc_madscore"]], "calc_zscore() (in module icenet.tools.io)": [[8, "icenet.tools.io.calc_zscore"]], "calc_zscore_tensor() (in module icenet.tools.io)": [[8, "icenet.tools.io.calc_zscore_tensor"]], "cartesian_product() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.cartesian_product"]], "checkinfnan() (in module icenet.tools.io)": [[8, "icenet.tools.io.checkinfnan"]], "classfilter() (icexyw method)": [[8, "icenet.tools.io.IceXYW.classfilter"]], "colored_row() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.colored_row"]], "compute_nd_reweights() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.compute_ND_reweights"]], "compute_log_p_x() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.compute_log_p_x"]], "compute_metrics() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.compute_metrics"]], "construct_columnar_cuts() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.construct_columnar_cuts"]], "construct_exptree() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.construct_exptree"]], "costheta (vec4 property)": [[8, "icenet.tools.icevec.vec4.costheta"]], "count_files_in_dir() (in module icenet.tools.io)": [[8, "icenet.tools.io.count_files_in_dir"]], "count_parameters_torch() (in module icenet.tools.aux_torch)": [[8, "icenet.tools.aux_torch.count_parameters_torch"]], "count_simple_edges() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.count_simple_edges"]], "count_targets() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.count_targets"]], "create_filters() (in module icenet.deep.iceboost)": [[8, "icenet.deep.iceboost.create_filters"]], "create_model() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.create_model"]], "create_model_filename() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.create_model_filename"]], "deltar() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.deltaR"]], "deltar() (vec4 method)": [[8, "icenet.tools.icevec.vec4.deltaR"]], "deltaphi() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.deltaphi"]], "deltaphi() (vec4 method)": [[8, "icenet.tools.icevec.vec4.deltaphi"]], "deltar() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.deltar"]], "density_cor() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.density_COR"]], "density_cor_wclass() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.density_COR_wclass"]], "density_mva_wclass() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.density_MVA_wclass"]], "derivatives() (xgboostobjective method)": [[8, "icenet.deep.autogradxgb.XgboostObjective.derivatives"]], "dict_batch_to_cuda() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.dict_batch_to_cuda"]], "dot3() (vec4 method)": [[8, "icenet.tools.icevec.vec4.dot3"]], "dot4() (vec4 method)": [[8, "icenet.tools.icevec.vec4.dot4"]], "draw_error_band() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.draw_error_band"]], "e (vec4 property)": [[8, "icenet.tools.icevec.vec4.e"]], "eta (vec4 property)": [[8, "icenet.tools.icevec.vec4.eta"]], "eval_boolean_exptree() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.eval_boolean_exptree"]], "eval_boolean_syntax() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.eval_boolean_syntax"]], "evaluate_models() (in module icenet.tools.process)": [[8, "icenet.tools.process.evaluate_models"]], "events_to_jagged_numpy() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.events_to_jagged_numpy"]], "explicit_range() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.explicit_range"]], "fastarray1 (class in icenet.tools.io)": [[8, "icenet.tools.io.fastarray1"]], "filter_adj() (panumpooling method)": [[8, "icenet.deep.pgraph.PANUMPooling.filter_adj"]], "filter_adj() (panxhmpooling method)": [[8, "icenet.deep.pgraph.PANXHMPooling.filter_adj"]], "filter_adj() (panxumpooling method)": [[8, "icenet.deep.pgraph.PANXUMPooling.filter_adj"]], "filter_constructor() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.filter_constructor"]], "forward() (bnaf method)": [[8, "icenet.deep.bnaf.BNAF.forward"]], "forward() (cnn method)": [[8, "icenet.deep.cnn.CNN.forward"]], "forward() (cnn_maxo method)": [[8, "icenet.deep.cnn.CNN_MAXO.forward"]], "forward() (deps method)": [[8, "icenet.deep.deps.DEPS.forward"]], "forward() (dmlp method)": [[8, "icenet.deep.dmlp.DMLP.forward"]], "forward() (decoder method)": [[8, "icenet.deep.vae.Decoder.forward"]], "forward() (encoder method)": [[8, "icenet.deep.vae.Encoder.forward"]], "forward() (gcn method)": [[8, "icenet.deep.gcnn.GCN.forward"]], "forward() (gcn_layer method)": [[8, "icenet.deep.gcnn.GCN_layer.forward"]], "forward() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.forward"]], "forward() (gradientreversal method)": [[8, "icenet.deep.da.GradientReversal.forward"]], "forward() (gradientreversalfunction static method)": [[8, "icenet.deep.da.GradientReversalFunction.forward"]], "forward() (maxout method)": [[8, "icenet.deep.maxo.MAXOUT.forward"]], "forward() (mlgr method)": [[8, "icenet.deep.mlgr.MLGR.forward"]], "forward() (maskedweight method)": [[8, "icenet.deep.bnaf.MaskedWeight.forward"]], "forward() (modelwithtemperature method)": [[8, "icenet.deep.tempscale.ModelWithTemperature.forward"]], "forward() (panconv method)": [[8, "icenet.deep.pgraph.PANConv.forward"]], "forward() (pandropout method)": [[8, "icenet.deep.pgraph.PANDropout.forward"]], "forward() (panumpooling method)": [[8, "icenet.deep.pgraph.PANUMPooling.forward"]], "forward() (panxhmpooling method)": [[8, "icenet.deep.pgraph.PANXHMPooling.forward"]], "forward() (panxumpooling method)": [[8, "icenet.deep.pgraph.PANXUMPooling.forward"]], "forward() (pen1_max method)": [[8, "icenet.deep.deps.PEN1_max.forward"]], "forward() (pen1_mean method)": [[8, "icenet.deep.deps.PEN1_mean.forward"]], "forward() (pen_max method)": [[8, "icenet.deep.deps.PEN_max.forward"]], "forward() (pen_mean method)": [[8, "icenet.deep.deps.PEN_mean.forward"]], "forward() (permutation method)": [[8, "icenet.deep.bnaf.Permutation.forward"]], "forward() (sequential method)": [[8, "icenet.deep.bnaf.Sequential.forward"]], "forward() (superedgeconv method)": [[8, "icenet.deep.graph.SuperEdgeConv.forward"]], "forward() (tanh method)": [[8, "icenet.deep.bnaf.Tanh.forward"]], "forward() (vae method)": [[8, "icenet.deep.vae.VAE.forward"]], "forward() (variationalencoder method)": [[8, "icenet.deep.vae.VariationalEncoder.forward"]], "forward_2pt() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.forward_2pt"]], "forward_with_da() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.forward_with_DA"]], "fox_wolfram_boost_inv() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.fox_wolfram_boost_inv"]], "gamma (vec4 property)": [[8, "icenet.tools.icevec.vec4.gamma"]], "generatebinary() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.generatebinary"]], "generatebinary_fixed() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.generatebinary_fixed"]], "generic_flow() (in module icenet.tools.process)": [[8, "icenet.tools.process.generic_flow"]], "get_lorentz_edge_features() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.get_Lorentz_edge_features"]], "get_act() (in module icenet.deep.dmlp)": [[8, "icenet.deep.dmlp.get_act"]], "get_gpu_memory_map() (in module icenet.tools.io)": [[8, "icenet.tools.io.get_gpu_memory_map"]], "get_num_events() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.get_num_events"]], "get_pdf() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.get_pdf"]], "get_simple_edge_index() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.get_simple_edge_index"]], "get_weights() (maskedweight method)": [[8, "icenet.deep.bnaf.MaskedWeight.get_weights"]], "getgenericmodel() (in module icenet.deep.train)": [[8, "icenet.deep.train.getgenericmodel"]], "getgenericparam() (in module icenet.deep.train)": [[8, "icenet.deep.train.getgenericparam"]], "getgraphmodel() (in module icenet.deep.train)": [[8, "icenet.deep.train.getgraphmodel"]], "getgraphparam() (in module icenet.deep.train)": [[8, "icenet.deep.train.getgraphparam"]], "getmtime() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.getmtime"]], "glob_expand_files() (in module icenet.tools.io)": [[8, "icenet.tools.io.glob_expand_files"]], "grad_norm() (in module icenet.deep.deeptools)": [[8, "icenet.deep.deeptools.grad_norm"]], "gram_matrix() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.gram_matrix"]], "hepmc2vec4() (in module icenet.tools.icevec)": [[8, "icenet.tools.icevec.hepmc2vec4"]], "icemap (class in icenet.tools.icemap)": [[8, "icenet.tools.icemap.icemap"]], "icenet.algo.analytic": [[8, "module-icenet.algo.analytic"]], "icenet.algo.flr": [[8, "module-icenet.algo.flr"]], "icenet.algo.nmf": [[8, "module-icenet.algo.nmf"]], "icenet.deep.autogradxgb": [[8, "module-icenet.deep.autogradxgb"]], "icenet.deep.bnaf": [[8, "module-icenet.deep.bnaf"]], "icenet.deep.cnn": [[8, "module-icenet.deep.cnn"]], "icenet.deep.da": [[8, "module-icenet.deep.da"]], "icenet.deep.dbnf": [[8, "module-icenet.deep.dbnf"]], "icenet.deep.deeptools": [[8, "module-icenet.deep.deeptools"]], "icenet.deep.deps": [[8, "module-icenet.deep.deps"]], "icenet.deep.dmlp": [[8, "module-icenet.deep.dmlp"]], "icenet.deep.gcnn": [[8, "module-icenet.deep.gcnn"]], "icenet.deep.graph": [[8, "module-icenet.deep.graph"]], "icenet.deep.iceboost": [[8, "module-icenet.deep.iceboost"]], "icenet.deep.losstools": [[8, "module-icenet.deep.losstools"]], "icenet.deep.maxo": [[8, "module-icenet.deep.maxo"]], "icenet.deep.mlgr": [[8, "module-icenet.deep.mlgr"]], "icenet.deep.optimize": [[8, "module-icenet.deep.optimize"]], "icenet.deep.pgraph": [[8, "module-icenet.deep.pgraph"]], "icenet.deep.predict": [[8, "module-icenet.deep.predict"]], "icenet.deep.tempscale": [[8, "module-icenet.deep.tempscale"]], "icenet.deep.train": [[8, "module-icenet.deep.train"]], "icenet.deep.vae": [[8, "module-icenet.deep.vae"]], "icenet.optim.adam": [[8, "module-icenet.optim.adam"]], "icenet.optim.adamax": [[8, "module-icenet.optim.adamax"]], "icenet.optim.scheduler": [[8, "module-icenet.optim.scheduler"]], "icenet.tools.aux": [[8, "module-icenet.tools.aux"]], "icenet.tools.aux_torch": [[8, "module-icenet.tools.aux_torch"]], "icenet.tools.icemap": [[8, "module-icenet.tools.icemap"]], "icenet.tools.iceroot": [[8, "module-icenet.tools.iceroot"]], "icenet.tools.icevec": [[8, "module-icenet.tools.icevec"]], "icenet.tools.io": [[8, "module-icenet.tools.io"]], "icenet.tools.plots": [[8, "module-icenet.tools.plots"]], "icenet.tools.prints": [[8, "module-icenet.tools.prints"]], "icenet.tools.process": [[8, "module-icenet.tools.process"]], "icenet.tools.reweight": [[8, "module-icenet.tools.reweight"]], "icenet.tools.stx": [[8, "module-icenet.tools.stx"]], "impute_data() (in module icenet.tools.io)": [[8, "icenet.tools.io.impute_data"]], "impute_datasets() (in module icenet.tools.process)": [[8, "icenet.tools.process.impute_datasets"]], "inference() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.inference"]], "init_() (superedgeconv method)": [[8, "icenet.deep.graph.SuperEdgeConv.init_"]], "int2onehot() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.int2onehot"]], "invmass() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.invmass"]], "invmass_massless() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.invmass_massless"]], "jagged2matrix() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.jagged2matrix"]], "jagged2tensor() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.jagged2tensor"]], "jagged_ak_to_numpy() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.jagged_ak_to_numpy"]], "kl_div() (vae method)": [[8, "icenet.deep.vae.VAE.kl_div"]], "ktmetric() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.ktmetric"]], "load_models() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.load_models"]], "load_torch_checkpoint() (in module icenet.tools.aux_torch)": [[8, "icenet.tools.aux_torch.load_torch_checkpoint"]], "load_torch_model() (in module icenet.tools.aux_torch)": [[8, "icenet.tools.aux_torch.load_torch_model"]], "load_tree() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.load_tree"]], "load_tree_stats() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.load_tree_stats"]], "log_pxz() (vae method)": [[8, "icenet.deep.vae.VAE.log_pxz"]], "log_softmax() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.log_softmax"]], "log_sum_exp() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.log_sum_exp"]], "logsumexp() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.logsumexp"]], "longvec2matrix() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.longvec2matrix"]], "los2lol() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.los2lol"]], "loss_kl_reco() (vae method)": [[8, "icenet.deep.vae.VAE.loss_kl_reco"]], "loss_wrapper() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.loss_wrapper"]], "m (vec4 property)": [[8, "icenet.tools.icevec.vec4.m"]], "m2 (vec4 property)": [[8, "icenet.tools.icevec.vec4.m2"]], "make_hash_sha256_file() (in module icenet.tools.io)": [[8, "icenet.tools.io.make_hash_sha256_file"]], "make_hash_sha256_object() (in module icenet.tools.io)": [[8, "icenet.tools.io.make_hash_sha256_object"]], "make_hashable() (in module icenet.tools.io)": [[8, "icenet.tools.io.make_hashable"]], "make_plots() (in module icenet.tools.process)": [[8, "icenet.tools.process.make_plots"]], "makedir() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.makedir"]], "maxout() (cnn_maxo method)": [[8, "icenet.deep.cnn.CNN_MAXO.maxout"]], "maxout() (maxout method)": [[8, "icenet.deep.maxo.MAXOUT.maxout"]], "merge_connected() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.merge_connected"]], "message() (panconv method)": [[8, "icenet.deep.pgraph.PANConv.message"]], "message() (superedgeconv method)": [[8, "icenet.deep.graph.SuperEdgeConv.message"]], "model_to_cuda() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.model_to_cuda"]], "mt (vec4 property)": [[8, "icenet.tools.icevec.vec4.mt"]], "multiclass_cross_entropy() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.multiclass_cross_entropy"]], "multiclass_cross_entropy_logprob() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.multiclass_cross_entropy_logprob"]], "multiclass_focal_entropy() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.multiclass_focal_entropy"]], "multiclass_focal_entropy_logprob() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.multiclass_focal_entropy_logprob"]], "multiclass_logit_norm_loss() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.multiclass_logit_norm_loss"]], "multiclass_roc_auc_score() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.multiclass_roc_auc_score"]], "number_of_set_bits() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.number_of_set_bits"]], "p3 (vec4 property)": [[8, "icenet.tools.icevec.vec4.p3"]], "p3mod (vec4 property)": [[8, "icenet.tools.icevec.vec4.p3mod"]], "p3mod2 (vec4 property)": [[8, "icenet.tools.icevec.vec4.p3mod2"]], "panentropy() (panconv method)": [[8, "icenet.deep.pgraph.PANConv.panentropy"]], "panentropy_sparse() (panconv method)": [[8, "icenet.deep.pgraph.PANConv.panentropy_sparse"]], "panentropy_sparse() (panxhmpooling method)": [[8, "icenet.deep.pgraph.PANXHMPooling.panentropy_sparse"]], "panentropy_sparse() (panxumpooling method)": [[8, "icenet.deep.pgraph.PANXUMPooling.panentropy_sparse"]], "parse_boolean_exptree() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.parse_boolean_exptree"]], "parse_vars() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.parse_vars"]], "pdf_1d_hist() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.pdf_1D_hist"]], "pdf_2d_hist() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.pdf_2D_hist"]], "permute() (icexyw method)": [[8, "icenet.tools.io.IceXYW.permute"]], "phi (vec4 property)": [[8, "icenet.tools.icevec.vec4.phi"]], "phi_pipi() (vec4 method)": [[8, "icenet.tools.icevec.vec4.phi_PIPI"]], "phi_phasewrap() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.phi_phasewrap"]], "pick_ind() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.pick_ind"]], "pick_vars() (in module icenet.tools.io)": [[8, "icenet.tools.io.pick_vars"]], "plot_auc_matrix() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_AUC_matrix"]], "plot_xyz_multiple_models() (in module icenet.tools.process)": [[8, "icenet.tools.process.plot_XYZ_multiple_models"]], "plot_xyz_wrap() (in module icenet.tools.process)": [[8, "icenet.tools.process.plot_XYZ_wrap"]], "plot_contour_grid() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_contour_grid"]], "plot_correlation_comparison() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_correlation_comparison"]], "plot_correlations() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_correlations"]], "plot_matrix() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_matrix"]], "plot_reweight_result() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_reweight_result"]], "plot_selection() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_selection"]], "plot_train_evolution_multi() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_train_evolution_multi"]], "plot_xgb_importance() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_xgb_importance"]], "plotvar() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plotvar"]], "plotvars() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plotvars"]], "powerset_constructor() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.powerset_constructor"]], "powerset_cutmask() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.powerset_cutmask"]], "pred_cut() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_cut"]], "pred_cutset() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_cutset"]], "pred_flow() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_flow"]], "pred_flr() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_flr"]], "pred_graph_xgb() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_graph_xgb"]], "pred_torch_generic() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_torch_generic"]], "pred_torch_graph() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_torch_graph"]], "pred_torch_scalar() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_torch_scalar"]], "pred_xgb() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_xgb"]], "pred_xgb_logistic() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_xgb_logistic"]], "pred_xgb_scalar() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_xgb_scalar"]], "predict() (in module icenet.algo.flr)": [[8, "icenet.algo.flr.predict"]], "predict() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.predict"]], "print_ram_usage() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.print_RAM_usage"]], "print_colored_matrix() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.print_colored_matrix"]], "print_exptree() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.print_exptree"]], "print_flow() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.print_flow"]], "print_parallel_cutflow() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.print_parallel_cutflow"]], "print_stats() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.print_stats"]], "print_variables() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.print_variables"]], "printbar() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.printbar"]], "printbranch() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.printbranch"]], "printloss() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.printloss"]], "process_data() (in module icenet.tools.process)": [[8, "icenet.tools.process.process_data"]], "process_memory_use() (in module icenet.tools.io)": [[8, "icenet.tools.io.process_memory_use"]], "process_regexp_ids() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.process_regexp_ids"]], "pt (vec4 property)": [[8, "icenet.tools.icevec.vec4.pt"]], "pt2 (vec4 property)": [[8, "icenet.tools.icevec.vec4.pt2"]], "px (vec4 property)": [[8, "icenet.tools.icevec.vec4.px"]], "py (vec4 property)": [[8, "icenet.tools.icevec.vec4.py"]], "pz (vec4 property)": [[8, "icenet.tools.icevec.vec4.pz"]], "rapidity (vec4 property)": [[8, "icenet.tools.icevec.vec4.rapidity"]], "raytune_main() (in module icenet.deep.train)": [[8, "icenet.deep.train.raytune_main"]], "read_cli() (in module icenet.tools.process)": [[8, "icenet.tools.process.read_cli"]], "read_config() (in module icenet.tools.process)": [[8, "icenet.tools.process.read_config"]], "read_data() (in module icenet.tools.process)": [[8, "icenet.tools.process.read_data"]], "read_data_processed() (in module icenet.tools.process)": [[8, "icenet.tools.process.read_data_processed"]], "read_multiple() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.read_multiple"]], "read_single() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.read_single"]], "red() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.red"]], "replace_param() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.replace_param"]], "reset() (fastarray1 method)": [[8, "icenet.tools.io.fastarray1.reset"]], "reset_param() (gcn_layer method)": [[8, "icenet.deep.gcnn.GCN_layer.reset_param"]], "reset_parameters() (superedgeconv method)": [[8, "icenet.deep.graph.SuperEdgeConv.reset_parameters"]], "reweightcoeff1d() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.reweightcoeff1D"]], "reweightcoeff2d() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.reweightcoeff2D"]], "rootsafe() (in module icenet.tools.io)": [[8, "icenet.tools.io.rootsafe"]], "rotateso3() (vec4 method)": [[8, "icenet.tools.icevec.vec4.rotateSO3"]], "rotatex() (vec4 method)": [[8, "icenet.tools.icevec.vec4.rotateX"]], "rotatey() (vec4 method)": [[8, "icenet.tools.icevec.vec4.rotateY"]], "rotatez() (vec4 method)": [[8, "icenet.tools.icevec.vec4.rotateZ"]], "safetxt() (in module icenet.tools.io)": [[8, "icenet.tools.io.safetxt"]], "save_torch_model() (in module icenet.tools.aux_torch)": [[8, "icenet.tools.aux_torch.save_torch_model"]], "scale() (vec4 method)": [[8, "icenet.tools.icevec.vec4.scale"]], "sete() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setE"]], "setmagthetaphi() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setMagThetaPhi"]], "setp3() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setP3"]], "setpt2rapphim2() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setPt2RapPhiM2"]], "setptetaphi() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setPtEtaPhi"]], "setptetaphim() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setPtEtaPhiM"]], "setpxpypze() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setPxPyPzE"]], "setx() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setX"]], "setxyz() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setXYZ"]], "setxyzm() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setXYZM"]], "setxyzt() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setXYZT"]], "sety() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setY"]], "setz() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setZ"]], "set_arr_format() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.set_arr_format"]], "set_constructor() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.set_constructor"]], "set_temperature() (modelwithtemperature method)": [[8, "icenet.deep.tempscale.ModelWithTemperature.set_temperature"]], "showmem() (in module icenet.tools.io)": [[8, "icenet.tools.io.showmem"]], "showmem_cuda() (in module icenet.tools.io)": [[8, "icenet.tools.io.showmem_cuda"]], "slice_range() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.slice_range"]], "softpredict() (cnn method)": [[8, "icenet.deep.cnn.CNN.softpredict"]], "softpredict() (cnn_maxo method)": [[8, "icenet.deep.cnn.CNN_MAXO.softpredict"]], "softpredict() (deps method)": [[8, "icenet.deep.deps.DEPS.softpredict"]], "softpredict() (dmlp method)": [[8, "icenet.deep.dmlp.DMLP.softpredict"]], "softpredict() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.softpredict"]], "softpredict() (maxout method)": [[8, "icenet.deep.maxo.MAXOUT.softpredict"]], "softpredict() (mlgr method)": [[8, "icenet.deep.mlgr.MLGR.softpredict"]], "softpredict() (vae method)": [[8, "icenet.deep.vae.VAE.softpredict"]], "split() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.split"]], "split_data() (in module icenet.tools.io)": [[8, "icenet.tools.io.split_data"]], "split_data_simple() (in module icenet.tools.io)": [[8, "icenet.tools.io.split_data_simple"]], "split_size() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.split_size"]], "split_start_end() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.split_start_end"]], "step() (adam method)": [[8, "icenet.optim.adam.Adam.step"]], "step() (adamax method)": [[8, "icenet.optim.adamax.Adamax.step"]], "step() (reducelronplateau method)": [[8, "icenet.optim.scheduler.ReduceLROnPlateau.step"]], "substitute() (adam method)": [[8, "icenet.optim.adam.Adam.substitute"]], "substitute() (adamax method)": [[8, "icenet.optim.adamax.Adamax.substitute"]], "swap() (adam method)": [[8, "icenet.optim.adam.Adam.swap"]], "swap() (adamax method)": [[8, "icenet.optim.adamax.Adamax.swap"]], "t (vec4 property)": [[8, "icenet.tools.icevec.vec4.t"]], "temperature_scale() (modelwithtemperature method)": [[8, "icenet.deep.tempscale.ModelWithTemperature.temperature_scale"]], "test() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.test"]], "test_icecube_concat() (in module icenet.tools.icemap)": [[8, "icenet.tools.icemap.test_icecube_concat"]], "test_icecube_indexing() (in module icenet.tools.icemap)": [[8, "icenet.tools.icemap.test_icecube_indexing"]], "test_powerset() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.test_powerset"]], "test_syntax_tree_flip() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.test_syntax_tree_flip"]], "test_syntax_tree_parsing() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.test_syntax_tree_parsing"]], "test_syntax_tree_simple() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.test_syntax_tree_simple"]], "theta (vec4 property)": [[8, "icenet.tools.icevec.vec4.theta"]], "to_device() (vae method)": [[8, "icenet.deep.vae.VAE.to_device"]], "to_device() (variationalencoder method)": [[8, "icenet.deep.vae.VariationalEncoder.to_device"]], "to_edges() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.to_edges"]], "to_graph() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.to_graph"]], "topk() (panumpooling method)": [[8, "icenet.deep.pgraph.PANUMPooling.topk"]], "topk() (panxhmpooling method)": [[8, "icenet.deep.pgraph.PANXHMPooling.topk"]], "topk() (panxumpooling method)": [[8, "icenet.deep.pgraph.PANXUMPooling.topk"]], "torch_construct() (in module icenet.deep.train)": [[8, "icenet.deep.train.torch_construct"]], "torch_conversion() (xgboostobjective method)": [[8, "icenet.deep.autogradxgb.XgboostObjective.torch_conversion"]], "torch_cuda_total_memory() (in module icenet.tools.io)": [[8, "icenet.tools.io.torch_cuda_total_memory"]], "torch_loop() (in module icenet.deep.train)": [[8, "icenet.deep.train.torch_loop"]], "trackloss() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.trackloss"]], "train() (in module icenet.algo.flr)": [[8, "icenet.algo.flr.train"]], "train() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.train"]], "train() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.train"]], "train_cutset() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_cutset"]], "train_flow() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_flow"]], "train_flr() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_flr"]], "train_graph_xgb() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_graph_xgb"]], "train_models() (in module icenet.tools.process)": [[8, "icenet.tools.process.train_models"]], "train_torch_generic() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_torch_generic"]], "train_torch_graph() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_torch_graph"]], "train_xgb() (in module icenet.deep.iceboost)": [[8, "icenet.deep.iceboost.train_xgb"]], "train_xtx() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_xtx"]], "tree_node (class in icenet.tools.stx)": [[8, "icenet.tools.stx.tree_node"]], "unmask() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.unmask"]], "unroll_ak_fields() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.unroll_ak_fields"]], "update() (panconv method)": [[8, "icenet.deep.pgraph.PANConv.update"]], "update() (fastarray1 method)": [[8, "icenet.tools.io.fastarray1.update"]], "values() (fastarray1 method)": [[8, "icenet.tools.io.fastarray1.values"]], "vec4 (class in icenet.tools.icevec)": [[8, "icenet.tools.icevec.vec4"]], "weight2onehot() (in module icenet.tools.aux_torch)": [[8, "icenet.tools.aux_torch.weight2onehot"]], "weighted_avg_and_std() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.weighted_avg_and_std"]], "weights_init_all() (in module icenet.deep.deeptools)": [[8, "icenet.deep.deeptools.weights_init_all"]], "weights_init_normal() (in module icenet.deep.deeptools)": [[8, "icenet.deep.deeptools.weights_init_normal"]], "weights_init_uniform_rule() (in module icenet.deep.deeptools)": [[8, "icenet.deep.deeptools.weights_init_uniform_rule"]], "x (vec4 property)": [[8, "icenet.tools.icevec.vec4.x"]], "x2ind() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.x2ind"]], "y (vec4 property)": [[8, "icenet.tools.icevec.vec4.y"]], "z (vec4 property)": [[8, "icenet.tools.icevec.vec4.z"]], "binwidth() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.binwidth"]], "change2density_labels() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.change2density_labels"]], "chi2_cost() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.chi2_cost"]], "colors() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.colors"]], "create_axes() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.create_axes"]], "edge2centerbins() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.edge2centerbins"]], "fuse_histograms() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.fuse_histograms"]], "generate_colormap() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.generate_colormap"]], "hist() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.hist"]], "hist_filled_error() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.hist_filled_error"]], "hist_obj() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.hist_obj"]], "hist_to_density() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.hist_to_density"]], "hist_to_density_fullspace() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.hist_to_density_fullspace"]], "histhepdata() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.histhepdata"]], "histmc() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.histmc"]], "hobj (class in iceplot.iceplot)": [[9, "iceplot.iceplot.hobj"]], "iceplot.iceplot": [[9, "module-iceplot.iceplot"]], "ordered_legend() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.ordered_legend"]], "plot_horizontal_line() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.plot_horizontal_line"]], "ratioerr() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.ratioerr"]], "set_axis_ticks() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.set_axis_ticks"]], "set_global_style() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.set_global_style"]], "stepspace() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.stepspace"]], "superplot() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.superplot"]], "test_iceplot() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.test_iceplot"]], "tick_calc() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.tick_calc"]], "tick_creator() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.tick_creator"]], "icetrg.common": [[10, "module-icetrg.common"]], "load_root_file() (in module icetrg.common)": [[10, "icetrg.common.load_root_file"]], "process_root() (in module icetrg.common)": [[10, "icetrg.common.process_root"]], "splitfactor() (in module icetrg.common)": [[10, "icetrg.common.splitfactor"]]}})
\ No newline at end of file
+Search.setIndex({"docnames": ["index", "modules/icebrk", "modules/icedqcd", "modules/icefit", "modules/icehgcal", "modules/icehnl", "modules/iceid", "modules/icemc", "modules/icenet", "modules/iceplot", "modules/icetrg", "notes/cmssw", "notes/installation", "notes/introduction", "notes/markup"], "filenames": ["index.rst", "modules/icebrk.rst", "modules/icedqcd.rst", "modules/icefit.rst", "modules/icehgcal.rst", "modules/icehnl.rst", "modules/iceid.rst", "modules/icemc.rst", "modules/icenet.rst", "modules/iceplot.rst", "modules/icetrg.rst", "notes/cmssw.rst", "notes/installation.rst", "notes/introduction.rst", "notes/markup.rst"], "titles": ["First steps", "icebrk", "icedqcd", "icefit", "icehgcal", "icehnl", "iceid", "icemc", "icenet", "iceplot", "icetrg", "CMSSW setup", "Installation", "Introduction", "Markup"], "terms": {"A": [0, 3, 8, 9], "deep": [0, 13], "learn": [0, 3, 8, 13], "driven": 0, "librari": [0, 6, 8, 13], "high": [0, 10, 13], "energi": [0, 13], "physic": [0, 1, 3, 13], "beyond": 0, "http": [0, 3, 4, 8, 11, 12, 14], "github": [0, 4, 8, 12, 14], "com": [0, 4, 8, 11, 12, 14], "mieskolainen": [0, 11, 12], "icenet": [0, 12, 13], "start": [0, 8, 9, 12, 13], "instal": 0, "doc": [0, 3, 13, 14], "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "rst": [0, 14], "For": [0, 3, 9], "end": [0, 3, 8, 13], "exampl": [0, 3, 8, 13], "see": [0, 3, 8, 13], "e": [0, 1, 3, 8, 12, 13], "g": [0, 1, 3, 7, 8, 12], "action": [0, 12], "ci": 0, "workflow": [0, 8, 13], "under": [0, 8, 13, 14], "If": [0, 3, 8, 12], "you": [0, 8, 12, 13], "us": [0, 3, 8, 12, 13, 14], "thi": [0, 1, 3, 8, 12, 14], "work": [0, 3, 8, 12], "your": [0, 12], "research": 0, "especi": 0, "find": [0, 1, 8], "algorithm": [0, 3, 8], "idea": 0, "novel": 0, "pleas": 0, "cite": 0, "misc": 0, "mieskolainen2023icenet": 0, "author": 0, "mikael": 0, "titl": [0, 8], "hep": 0, "year": [0, 3], "2023": [0, 12], "url": 0, "onlin": 0, "code": [0, 13], "access": 0, "xx": 0, "yy": 0, "introduct": 0, "markup": 0, "icebrk": [0, 13], "icedqcd": [0, 13], "icefit": [0, 13], "icehgc": [0, 13], "icehnl": [0, 13], "iceid": [0, 13], "icemc": 0, "iceplot": [0, 13], "icetrg": [0, 13], "index": [0, 3, 8], "modul": [0, 3, 8, 13], "b": [1, 3, 7, 8, 9, 11, 13], "analysi": [1, 2, 3, 5, 13], "class": [1, 2, 3, 4, 5, 6, 8, 9, 10, 13], "apply_cut": 1, "d": [1, 3, 8, 13], "evt_index": 1, "cutflow": [1, 8], "select": [1, 2, 3, 4, 5, 6, 8, 10], "cut": [1, 8, 13], "function": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13], "paramet": [1, 2, 3, 4, 5, 6, 7, 8, 10], "return": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "true": [1, 2, 3, 7, 8, 9], "fals": [1, 2, 3, 7, 8, 9], "collect_info_stat": 1, "infostat": 1, "collect": [1, 8], "event": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "inform": [1, 2, 3, 4, 5, 6, 8, 10, 13], "collect_mcinfo_stat": 1, "y": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12], "qset": 1, "maxt3": 1, "mcinfostat": 1, "mc": [1, 2, 3, 4, 6, 8, 9], "onli": [1, 2, 3, 4, 6, 8, 12], "arg": [1, 2, 3, 4, 5, 6, 8, 10], "init_stat_object": 1, "initi": [1, 8], "statist": [1, 3, 8, 13], "object": [1, 2, 3, 4, 6, 8, 9], "infostats_bc": 1, "mcinfostats_bc": 1, "type": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "triplet_cut": 1, "triplet": [1, 8], "histogram": [1, 3, 8, 9, 13], "dictionari": [1, 2, 3, 4, 5, 6, 8, 10], "obj": 1, "construct_new_branch": 1, "construct": [1, 2, 4, 6, 8], "new": [1, 8, 13], "branch": [1, 8], "generate_feature_nam": 1, "n": [1, 3, 7, 8, 9], "1": [1, 3, 7, 8, 9, 13], "getdimens": 1, "count": [1, 3, 8, 9], "number": [1, 3, 7, 8], "per": [1, 3, 8], "input": [1, 3, 6, 8, 13], "calc_mc_observ": 1, "l1_p4": 1, "l2_p4": 1, "k_p4": 1, "set": [1, 3, 7, 8, 9, 11, 12], "observ": [1, 3, 8, 9], "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13], "calc_batch_mc_observ": 1, "batch": [1, 3, 8], "calc_batch_observ": 1, "jag": [1, 2, 4, 5, 6, 8, 10], "vector": [1, 3, 8], "oper": [1, 8], "calc_observ": 1, "non": [1, 3, 8], "normal": [1, 3, 8, 9, 13], "pickle_fil": 1, "iodir": 1, "n_algo": 1, "label": [1, 2, 3, 4, 5, 6, 8, 9, 10], "mode": [1, 3, 8], "rb": 1, "open": [1, 8], "pickl": [1, 13], "file": [1, 2, 3, 4, 5, 6, 8, 10], "read": [1, 3, 8], "binari": [1, 8], "ab": [1, 3, 8], "append": [1, 8], "wb": 1, "write": [1, 8], "hdf5_append": 1, "dataset": [1, 8], "kei": [1, 8], "chunk": [1, 8], "data": [1, 2, 3, 4, 5, 6, 8, 9, 10], "hdf5": [1, 13], "f": [1, 3, 8, 9], "hdf5_write_handl": 1, "filenam": [1, 8, 12], "n_weight": 1, "rwmode": 1, "w": [1, 2, 3, 4, 5, 6, 8, 10], "creat": [1, 8, 12, 14], "handl": [1, 8, 13], "hist_flush": 1, "reco": 1, "hobj": [1, 9], "h5dataset": 1, "none": [1, 2, 3, 4, 5, 6, 8, 9, 10], "accumul": 1, "previou": [1, 8], "flush": 1, "buffer": [1, 8], "arrai": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "initarrai": 1, "func_predict": [1, 8], "ismc": [1, 2, 4, 10], "init": 1, "poweranalysi": 1, "batch_ob": 1, "ob": 1, "maxn": 1, "bmat": 1, "wnorm": 1, "powerset": [1, 8], "i": [1, 3, 8, 9, 12, 13, 14], "alreadi": [1, 12], "condit": [1, 3, 13], "we": [1, 8], "maximum": [1, 3, 8], "process": [1, 4], "path": [1, 2, 3, 4, 5, 6, 8, 10], "5": [1, 3, 8, 9, 13], "2": [1, 3, 7, 8, 12, 13], "maxev": [1, 2, 4, 5, 6, 8, 10], "10000000000": 1, "evtgroups": 1, "1024": 1, "chunkbuff": 1, "512": 1, "verbos": [1, 3, 8], "superset": 1, "hd5dir": 1, "outputxi": 1, "outputp": 1, "kwarg": [1, 2, 3, 8, 9], "main": [1, 3, 8, 13], "construct_mc_tre": 1, "decai": [1, 7], "tree": [1, 4, 8, 10, 13], "construct_mc_truth": 1, "signal": [1, 3, 8, 13], "truth": [1, 8], "construct_input_vec": 1, "mva": [1, 8], "all": [1, 3, 8, 9], "0": [1, 2, 3, 4, 5, 6, 8, 9, 10, 12], "possibl": [1, 3, 8], "zero": [1, 8], "where": [1, 3, 8], "ar": [1, 3, 8, 13], "pad": 1, "after": [1, 8, 12, 13], "each": [1, 3, 7, 8], "enough": 1, "found": [1, 12], "construct_kinemat": 1, "kinemat": [1, 7], "construct_output_vec": 1, "output": [1, 8, 13], "multilabel": 1, "deltar_3": 1, "eta1": [1, 8], "eta2": [1, 8], "eta3": 1, "phi1": [1, 8], "phi2": [1, 8], "phi3": 1, "dr_match": 1, "match": [1, 3, 8], "deltar": [1, 8], "find_connected_triplet": 1, "01": [1, 3, 8], "connect": [1, 8], "togeth": [1, 8], "via": [1, 3, 8, 13], "get_first_indic": 1, "get": [1, 8, 9], "first": [1, 8, 12], "from": [1, 3, 7, 8, 9, 12, 13], "list": [1, 2, 3, 4, 5, 6, 8, 9, 10, 12], "sublist": 1, "encod": [1, 8], "differ": [1, 2, 3, 4, 5, 6, 8, 10, 13], "reconstruct": [1, 8], "chain": 1, "index_of_first_sign": 1, "check": [1, 8], "last": [1, 8], "index_of_last_sign": 1, "print_mc_ev": 1, "printmax": 1, "10000": [1, 3], "print": [1, 3, 12], "info": [1, 2, 3, 4, 5, 6, 8, 10, 12], "dqcd": [2, 13], "load_root_fil": [2, 4, 5, 6, 10], "root_path": [2, 4, 5, 6, 8, 10], "id": [2, 4, 5, 6, 8, 10, 13], "entry_start": [2, 4, 5, 6, 8, 10], "entry_stop": [2, 4, 5, 6, 8, 10], "load": [2, 4, 5, 6, 8, 10, 12], "root": [2, 3, 4, 5, 6, 8, 10], "columnar": [2, 3, 4, 5, 6, 8, 10], "weight": [2, 3, 4, 5, 6, 8, 9, 10], "variabl": [2, 3, 4, 5, 6, 7, 8, 10], "string": [2, 3, 4, 5, 6, 8, 10], "trigger": [2, 4, 5, 6, 10, 13], "pre": [2, 4, 5, 6, 8, 10], "accept": [2, 4, 5, 6, 7, 8, 10], "effici": [2, 3, 4, 5, 6, 10], "dict": [2, 4, 5, 6, 8, 10], "process_root": [2, 4, 10], "return_mask": 2, "class_id": [2, 8], "appli": [2, 3, 8], "splitfactor": [2, 4, 5, 6, 10], "skip_graph": 2, "use_dequant": 2, "transform": [2, 4, 5, 6, 8, 10], "datatyp": [2, 4, 5, 6, 8, 10], "argument": [2, 3, 4, 5, 6, 8, 10], "represent": [2, 4, 5, 6, 8, 10], "parse_graph_data": [2, 6], "featur": [2, 3, 4, 6, 8], "node_featur": 2, "graph_param": [2, 4, 6], "null_valu": [2, 4, 6, 8], "999": [2, 4, 6, 8], "ep": [2, 3, 4, 6, 8, 9], "1e": [2, 3, 4, 6, 8, 9], "12": [2, 3, 4, 6, 8, 9], "pytorch": [2, 4, 6, 8, 12, 13], "geometr": [2, 3, 4, 6, 7, 8, 12, 13], "style": [2, 3, 4, 6, 8, 9], "format": [2, 4, 6, 8], "awkward": [2, 4, 8], "name": [2, 3, 4, 6, 8, 12, 13], "an": [2, 3, 4, 6, 8, 9], "activ": [2, 3, 4, 6, 8, 12], "global": [2, 4, 6, 7, 8, 9], "graph": [2, 4, 6, 13], "target": [2, 3, 4, 6, 8], "ani": [2, 4, 6, 8, 13], "typic": [2, 3, 4, 6, 13], "re": [2, 3, 4, 6, 8], "bin": [3, 8, 9, 13], "unbin": 3, "fit": [3, 13], "neural": [3, 8, 13], "method": [3, 8], "tool": [3, 12, 13], "abcd_2nll": 3, "c": [3, 8], "mu": [3, 8], "mu_b": 3, "mu_d": 3, "32": [3, 8], "estim": [3, 13], "neg": [3, 8], "log": [3, 8], "likelihood": [3, 8, 13], "definit": [3, 8], "measur": [3, 8], "free": 3, "here": [3, 8], "model": [3, 8], "relat": 3, "ntot": 3, "twiki": 3, "cern": [3, 11], "ch": [3, 11], "pub": [3, 11], "abcdmethod": 3, "abcdguide_draft18oct18": 3, "pdf": [3, 7, 8], "2logl": 3, "abcd_eq": 3, "basic": [3, 8], "formula": [3, 8], "domain": [3, 8, 13], "independ": 3, "give": [3, 8], "u": [3, 7, 8, 14], "abcd_err": 3, "errorprop": 3, "100000": 3, "alpha": [3, 8], "lrang": 3, "uncertainti": 3, "confid": 3, "interv": 3, "valu": [3, 8], "poisson": 3, "bootstrap": 3, "random": [3, 7, 8], "sampl": [3, 8, 9], "base": [3, 4, 8, 13], "level": [3, 4, 8, 10, 13], "fix": [3, 7, 8, 13], "cl68": 3, "scan": 3, "rang": [3, 8, 9], "lower": 3, "upper": 3, "test_abcd": 3, "h_score": 3, "p": [3, 7, 8], "float": [3, 8], "15": [3, 8, 9], "shannon": 3, "entropi": [3, 8], "log_": 3, "nat": 3, "unit": [3, 8, 9], "probabl": [3, 7, 8], "i_scor": 3, "ndarrai": [3, 8], "str": [3, 8], "mutual": [3, 8, 13], "2d": [3, 8], "posit": [3, 7, 8], "version": [3, 8], "addit": 3, "multipl": [3, 8], "bw2bin": 3, "bw": 3, "convert": [3, 8], "binwidth": [3, 9], "outlier": 3, "percentil": 3, "someth": [3, 12], "fail": [3, 8, 12], "corrcoeff_weighted_torch": 3, "tensor": [3, 6, 8, 13], "linear": [3, 8, 9], "pearson": 3, "2x2": 3, "correl": [3, 8, 13], "matrix": [3, 7, 8], "cf": 3, "torch": [3, 4, 8, 12, 13], "corrcoef": 3, "autograd": [3, 8, 13], "compat": [3, 8], "nx1": 3, "distance_corr": 3, "n_bootstrap": 3, "int": [3, 8], "30": [3, 8, 9], "distanc": [3, 8], "en": [3, 8, 14], "wikipedia": [3, 8, 14], "org": [3, 8, 14], "wiki": [3, 8, 14], "distance_correl": 3, "coeffici": [3, 8], "distance_corr_torch": 3, "complex": [3, 7, 8, 13], "o": [3, 8, 13], "dcor": 3, "readthedoc": [3, 14], "io": [3, 14], "latest": [3, 14], "theori": 3, "html": [3, 8, 14], "dim": [3, 8, 9, 13], "can": [3, 8, 12, 13], "same": [3, 7, 8], "than": 3, "implement": [3, 8, 13], "norm": [3, 8], "inf": [3, 8], "freedman_diaconis_bin": 3, "nbin": [3, 8], "freedman": 3, "diaconi": 3, "rule": [3, 8], "1d": [3, 8], "width": [3, 7], "1981": 3, "On": 3, "densiti": [3, 8, 9], "l2": 3, "3": [3, 8, 9, 12, 13], "gaussian_mutual_inform": 3, "rho": 3, "analyt": 3, "gaussian": [3, 8], "x1": 3, "x2": 3, "h": [3, 8], "param": [3, 7, 8], "between": [3, 8, 9], "hacine_entropy_bin": 3, "hacin": 3, "gharbi": 3, "et": 3, "al": 3, "low": [3, 13], "bia": [3, 8], "pattern": 3, "recognit": 3, "letter": 3, "2012": 3, "scott_bin": 3, "hacine_joint_entropy_bin": 3, "ravier": 3, "bi": 3, "joint": 3, "mean": [3, 7, 8], "squar": [3, 7, 8], "error": [3, 8, 9, 12], "minim": [3, 9], "2018": 3, "mutual_inform": 3, "bins_x": 3, "bins_i": 3, "300": 3, "automethod": 3, "scott2d": 3, "minbin": 3, "maxbin": 3, "100": [3, 8], "depend": [3, 12], "default": [3, 8, 9, 12], "automat": [3, 8], "autobin": 3, "hacine2d": 3, "minimum": [3, 8], "dimens": [3, 8], "protect": [3, 8], "optbin": 3, "maxm": 3, "150": 3, "025": 3, "note": [3, 8, 12], "weak": 3, "perform": [3, 8], "studi": 3, "optim": 3, "bayesian": 3, "brute": 3, "forc": 3, "search": 3, "k": [3, 8, 13], "knuth": 3, "arxiv": [3, 8], "0605197": 3, "point": [3, 8], "optbins2d": 3, "40": [3, 8], "pearson_corr": 3, "return_ab": 3, "pearson_correlation_coeffici": 3, "absolut": 3, "percentile_per_dim": 3, "q": [3, 8, 12], "comput": [3, 8, 13], "column": [3, 8], "over": [3, 7, 8, 9], "row": [3, 8], "length": [3, 8], "out": [3, 8], "prc_ci": 3, "scott": 3, "1992": 3, "multivari": [3, 8], "practic": 3, "visual": [3, 8, 9], "case": 3, "4": [3, 7, 8, 9, 12, 13], "one": [3, 8], "bivari": 3, "distribut": [3, 8], "test_const": 3, "constant": [3, 8], "test": [3, 7, 8, 9, 11, 13], "test_gaussian": 3, "em_frac": 3, "iter": [3, 8], "unknown": 3, "integr": [3, 8, 9], "fraction": [3, 8], "frac": [3, 8], "gausspdf": 3, "sigma": [3, 8], "mixture_nl": 3, "mixtur": 3, "sum": [3, 8, 9], "nll": [3, 8], "test_em": 3, "get_full_hessian": 3, "loss": [3, 8, 13], "full": [3, 8], "hessian": 3, "net": [3, 8, 13], "veri": [3, 8], "slow": 3, "www": 3, "toronto": 3, "edu": 3, "rgross": 3, "cours": 3, "csc2541_2021": 3, "l02_taylor_approxim": 3, "get_gradi": 3, "func": 3, "deriv": [3, 8], "df": 3, "dx": [3, 9], "gradient": [3, 8, 13], "r": [3, 7, 8, 12, 13], "get_jacobian": 3, "size": [3, 7, 8], "m": [3, 7, 8, 14], "observed_fisher_info": 3, "logl": 3, "fisher": 3, "second": [3, 8], "The": [3, 8, 12, 13], "evalu": [3, 8], "theta": [3, 8], "repres": [3, 8], "curvatur": 3, "rel": [3, 8], "l": [3, 8, 9], "x_n": 3, "sum_": [3, 8], "x_i": [3, 8], "being": [3, 7], "refer": [3, 8], "observed_inform": 3, "optimal_design": 3, "efron": 3, "hinklei": 3, "v": [3, 8], "1978": 3, "assess": 3, "accuraci": [3, 8], "versu": 3, "expect": [3, 8], "biometrika": 3, "65": 3, "457": 3, "487": 3, "test_dimension_interfac": 3, "test_hessian": 3, "0001": [3, 8], "test_jacobian": 3, "create_label": 3, "lognormal_param": 3, "match_mod": 3, "median": [3, 8], "varianc": [3, 8], "follow": [3, 8, 12, 13], "convent": 3, "normal_distribut": 3, "rand_lognorm": 3, "gener": [3, 8, 13], "rand_powexp": 3, "std": [3, 8], "power": [3, 7, 9], "exp": [3, 7, 8], "parametr": [3, 13], "standard": [3, 8], "deviat": [3, 8], "test_accuraci": 3, "made": 3, "approxim": 3, "test_lognorm": 3, "minenet": 3, "input_s": 3, "mlp_dim": [3, 8], "128": [3, 8], "noise_std": 3, "relu": [3, 8], "dropout": [3, 8], "batch_norm": [3, 8], "network": [3, 8, 13], "total": [3, 8, 9], "two": [3, 8, 9], "mlp": [3, 8, 13], "inner": 3, "dimension": [3, 8, 13], "forward": [3, 8], "defin": [3, 7, 8], "everi": [3, 8], "call": [3, 8], "should": [3, 8], "overridden": [3, 8], "subclass": [3, 8], "although": [3, 8], "recip": [3, 8], "pass": [3, 8], "need": [3, 8], "within": [3, 8], "instanc": [3, 8], "afterward": [3, 8], "instead": [3, 8], "sinc": [3, 8], "former": [3, 8], "take": [3, 8], "care": [3, 8], "run": [3, 8, 13], "regist": [3, 8], "hook": [3, 8], "while": [3, 8], "latter": [3, 8], "silent": [3, 8], "ignor": [3, 8], "them": [3, 8], "apply_min": 3, "z": [3, 7, 8], "losstyp": 3, "train": 3, "apply_mine_batch": 3, "batch_siz": [3, 8], "4096": 3, "compute_min": 3, "margin": 3, "ma_et": 3, "mine_ema": 3, "correct": [3, 8], "descent": 3, "mi": [3, 8], "calcul": [3, 8, 9], "without": [3, 8, 13], "mi_lb": 3, "bound": 3, "sup": 3, "e_": 3, "p_": 3, "xz": 3, "t_theta": 3, "p_x": 3, "otim": 3, "p_z": 3, "epoch": [3, 8], "50": [3, 8], "256": 3, "lr": [3, 8], "001": [3, 8], "weight_decai": [3, 8], "05": [3, 8], "clip_norm": 3, "window_s": 3, "return_ful": 3, "devic": [3, 8, 12], "return_model_onli": 3, "accur": 3, "just": [3, 8, 9], "scalar": [3, 8], "dim1": 3, "dim2": 3, "loop": [3, 7, 8, 12], "num_it": 3, "rate": 3, "hidden_dim": [3, 8], "hidden": 3, "unbias": 3, "exponenti": [3, 7], "move": 3, "averag": [3, 8], "window": 3, "_size": 3, "tail": 3, "final": [3, 8, 12], "sample_batch": 3, "cpu": [3, 8, 12], "either": [3, 8, 13], "train_loop": 3, "opt": 3, "cb_pdf": 3, "par": 3, "bool": [3, 8], "crystal_ball_funct": 3, "consist": 3, "core": [3, 8, 13], "portion": 3, "law": [3, 7], "below": 3, "certain": [3, 8, 13], "threshold": [3, 8], "dscb_pdf": 3, "doubl": 3, "side": 3, "crystal": 3, "ball": 3, "1606": 3, "03833": 3, "n_low": 3, "alpha_low": 3, "n_high": 3, "alpha_high": 3, "rbw_pdf": 3, "relativist": 3, "breit": 3, "wigner": 3, "relativistic_breit": 3, "e2": 3, "80": [3, 8], "93wigner_distribut": 3, "th1_to_numpi": 3, "hist": [3, 8, 9], "th1": 3, "numpi": [3, 8, 13], "uproot": [3, 8], "analyze_1d_fit": 3, "fitfunc": 3, "cfunc": 3, "cov": 3, "var2po": 3, "chi2": [3, 9], "ndof": 3, "nsampl": 3, "1000": [3, 7, 8], "analyz": 3, "result": 3, "compon": [3, 8], "obtain": 3, "covari": 3, "dof": 3, "fig": [3, 8, 13], "ax": [3, 7, 8, 9], "asym_bw_pdf": 3, "asymmetr": 3, "shape": 3, "right": [3, 13], "hand": 3, "left": [3, 12], "asym_rbw_pdf": 3, "binned_1d_fit": 3, "techno": 3, "ncall_simplex": 3, "ncall_gradi": 3, "use_limit": 3, "limit": [3, 8], "max_trial": 3, "restart": 3, "max_chi2": 3, "ndf": 3, "min_count": 3, "mino": 3, "hess": 3, "cauchy_pdf": 3, "cauchi": 3, "lorentzian": 3, "exp_pdf": 3, "fit_and_analyz": 3, "inputfil": 3, "steer": [3, 13], "fit_task": 3, "inputparam": 3, "savepath": 3, "gentyp": 3, "gauss_pdf": 3, "generic_conv_pdf": 3, "pdf_pair": 3, "par_index": 3, "xfactor": 3, "nmin": 3, "convolut": [3, 8], "routin": [3, 7, 8], "cbw_pdf": 3, "g_pdf": 3, "indic": [3, 8], "pair": [3, 7, 8], "extens": 3, "factor": [3, 8, 13], "get_rootfiles_jpsi": 3, "input_path": 3, "2016": 3, "2017": 3, "systemat": 3, "nomin": 3, "rootfil": [3, 4, 8, 10], "j": [3, 8], "psi": 3, "muon": 3, "group_systemat": 3, "group": 3, "variat": [3, 13], "highres_x": 3, "extend": [3, 7, 8], "iminuit2python": 3, "iminuit": 3, "python": [3, 8, 12, 13], "cov_arr": 3, "par_dict": 3, "poly_pdf": 3, "polynomi": 3, "p0": 3, "p1": [3, 7], "p2": [3, 7], "read_yaml_input": 3, "pars": [3, 4, 8], "yaml": [3, 8], "content": 3, "readwrap": 3, "run_jpsi_fitpeak": 3, "peak": 3, "multiprocess": 3, "reserv": 3, "run_jpsi_tagprob": 3, "tag": 3, "probe": 3, "scale": [3, 8, 9], "voigt_fwhm": 3, "gamma": [3, 7, 8], "half": 3, "fwhm": 3, "voigtian": 3, "olivero": 3, "longbothum": 3, "1977": 3, "empir": 3, "voigt": 3, "line": 3, "brief": 3, "review": 3, "voigt_profil": 3, "voigt_pdf": 3, "ad": [3, 13], "": [3, 8, 12], "sigma_b": [3, 9], "06": 3, "asimov": 3, "discoveri": 3, "signific": 3, "background": [3, 8, 13], "indico": 3, "708041": 3, "paper": 3, "3272129": 3, "9437": 3, "acat19directopti": 3, "when": [3, 8], "np": [3, 6, 8], "sqrt": [3, 8], "regular": [3, 8], "analytical_extreme_npdf": 3, "expans": [3, 8, 9], "max": [3, 8], "extrem": 3, "extreme_value_theori": 3, "gumbel_distribut": 3, "clopper_pearson_err": 3, "cl": 3, "975": 3, "clopper": 3, "binomi": [3, 8], "proport": 3, "beta": [3, 8], "ppf": 3, "percent": 3, "invers": 3, "cdf": 3, "quantil": [3, 8], "success": 3, "trial": 3, "columnar_mask_effici": 3, "num_mask": 3, "den_mask": 3, "y_true": [3, 8], "y_target": 3, "mask": [3, 8], "numer": [3, 8], "denomin": 3, "stat": [3, 8], "cormat2covmat": 3, "nxn": [3, 8], "correlation_matrix": 3, "return_cov": 3, "covmat2corrmat": 3, "error_on_mu": 3, "web": 3, "eec": 3, "umich": 3, "fessler": 3, "tr": 3, "stderr": 3, "error_on_std": 3, "geom_mean_2d": 3, "x_err": [3, 8], "y_err": [3, 8], "flip_vert": 3, "understood": 3, "element": [3, 8], "wise": 3, "its": [3, 8], "propag": [3, 8], "taken": [3, 8], "also": [3, 8], "elem": 3, "math": 3, "outer": 3, "_ij": 3, "u_i": 3, "v_j": 3, "uv": 3, "t": [3, 8], "flip": 3, "vertic": 3, "rank": 3, "z_err": 3, "mc_extreme_multivariate_npdf": 3, "1000000": 3, "mont": [3, 7], "carlo": [3, 7], "cast": 3, "univari": 3, "problem": [3, 8, 13], "larg": 3, "more": [3, 7, 8, 13], "maxval": 3, "p_valu": 3, "mc_extreme_npdf": 3, "p2zscore": 3, "divid": 3, "z_": 3, "96": [3, 8], "poisson_ratio": 3, "k1": 3, "k2": 3, "ratio": [3, 8, 9, 13], "lambda1": 3, "lambda2": 3, "1974": 3, "endpoint": 3, "poisson_tail": 3, "singl": [3, 8], "prod_eprop": 3, "sigmaa": 3, "sigmab": 3, "sigmaab": 3, "taylor": [3, 9], "product": [3, 7, 8], "ratio_eprop": 3, "test_efficiency_ratio": 3, "test_extreme_npdf": 3, "test_ratio": 3, "tpratio_taylor": 3, "xy_err": 3, "err_x": 3, "err_i": 3, "rho_xi": 3, "weighted_binomial_err": 3, "b1": 3, "b2": 3, "e1": 3, "master": [3, 4, 14], "th1_8cxx_sourc": 3, "l02962": 3, "recov": 3, "proper": 3, "prodratio_eprop": 3, "sigma_a": [3, 9], "sum_i": [3, 8], "w_i": [3, 8], "welch_ttest": 3, "s1": 3, "s2": 3, "n1": 3, "n2": 3, "welch": 3, "27s_t": 3, "hgcal": [4, 13], "cnd": 4, "load_id": 4, "process_tracklet_data": 4, "trk": 4, "read_data_tracklet": 4, "runmod": [4, 8], "compute_edge_attr": 4, "get_node_featur": [4, 6], "p4vec": [4, 6, 8], "num_nod": [4, 6, 8], "num_node_featur": [4, 6], "coord": [4, 6], "parse_graph_data_candid": 4, "candid": 4, "parse_graph_data_trackst": 4, "1000000000": 4, "trackster": 4, "compute_edg": 4, "trk_data": 4, "ass_data": 4, "gra_data": 4, "edge_index": [4, 8], "edge_label": 4, "edge_qu": 4, "logic": [4, 8], "refin": 4, "abhirikshma": 4, "hackathonlink": 4, "blob": [4, 14], "firstmodelandtrain": 4, "ipynb": 4, "node": [4, 8, 13], "edg": [4, 8, 9, 13], "create_trackster_data": 4, "event_loop": 4, "hnl": [5, 13], "electron": [6, 13], "p4track": 6, "parse_tensor_data": 6, "image_var": 6, "simpl": 7, "gamma2tau": 7, "lifetim": 7, "uniform": [7, 8], "annotate_heatmap": [7, 8], "annot": [7, 8], "heatmap": [7, 8], "text": [7, 8], "broken": 7, "tbd": 7, "outer_sim_loop": 7, "m_valu": 7, "ctau_valu": 7, "pt2": [7, 8], "rap": [7, 8], "acc_func": 7, "simul": 7, "helper": 7, "wrapper": [7, 8, 9], "outer_sim_loop_2": 7, "ctau": 7, "pt2_valu": 7, "rap_valu": 7, "produce_acceptance_sim": 7, "fiduci": 7, "pt": [7, 8], "other": [7, 8, 12, 13], "randexp": 7, "randpow": 7, "resonance_gener": 7, "massiv": 7, "reson": 7, "have": [7, 8, 13], "rapid": [7, 8], "phi": [7, 8], "flat": 7, "momentum": [7, 8], "x4": 7, "p4": 7, "set_aspect_true_equ": 7, "plot": [7, 9, 13], "spherical_accept": 7, "spheric": 7, "detector": [7, 13], "radiu": [7, 8], "tau2gamma": 7, "tau": 7, "test_toy_pt_spectrum": 7, "twobodi": 7, "m1": 7, "m2": [7, 8], "bodi": 7, "isotrop": 7, "accord": 7, "dlips_2": 7, "phase": 7, "space": [7, 8, 9, 12], "mother": 7, "lab": 7, "frame": 7, "usual": 7, "daughter": 7, "invari": [7, 8], "mass": [7, 8, 9], "wa": [7, 8], "includ": 8, "structur": 8, "manipul": 8, "variou": [8, 13], "classic": 8, "count_simple_edg": 8, "direct": 8, "self_loop": 8, "semi": 8, "fulli": 8, "adjac": 8, "dr": 8, "massless": 8, "eta": 8, "longitudin": 8, "boost": [8, 13], "With": 8, "fox_wolfram_boost_inv": 8, "10": [8, 12, 13], "1508": 8, "03144": 8, "6": [8, 9, 13], "angular": 8, "moment": 8, "order": [8, 9], "untest": 8, "get_lorentz_edge_featur": 8, "num_edg": 8, "num_edge_featur": 8, "get_simple_edge_index": 8, "gram_matrix": 8, "dot": 8, "gram": 8, "lorentz": 8, "invmass": 8, "pt1": 8, "m1_const": 8, "1396": 8, "m2_const": 8, "exact": 8, "invmass_massless": 8, "ktmetric": 8, "kt2_i": 8, "kt2_j": 8, "dr2_ij": 8, "kt": 8, "particl": 8, "delta2_ij": 8, "seper": 8, "deta": 8, "dphi": 8, "like": 8, "cambridg": 8, "aachen": 8, "anti": 8, "phi_phasewrap": 8, "deltaphi": 8, "b_pdf": 8, "s_pdf": 8, "bin_edg": 8, "return_prob": 8, "classifi": [8, 13], "ml_nmf": 8, "08": 8, "maxit": 8, "500": 8, "frob": 8, "basi": 8, "ml_update_h": 8, "em": 8, "updat": 8, "ml_update_w": 8, "compoment": 8, "xgboostobject": 8, "loss_func": 8, "callabl": 8, "loss_sign": 8, "flatten_grad": 8, "skip_hessian": 8, "pred": 8, "torch_convers": 8, "dmatrix": 8, "convers": 8, "xgboost": [8, 13], "nn": 8, "sequenti": 8, "block": 8, "flow": [8, 13], "requir": [8, 12], "det": 8, "jacobian": 8, "maskedweight": 8, "in_featur": 8, "out_featur": 8, "layer": 8, "matric": 8, "diagon": 8, "moreov": 8, "1602": 8, "07868": 8, "stabil": 8, "grad": 8, "option": 8, "partial": 8, "combin": 8, "get_weight": 8, "It": 8, "permut": [8, 13], "ordereddict": 8, "tanh": 8, "addition": 8, "nchannel": 8, "nrow": 8, "ncol": 8, "dropout_cnn": 8, "dropout_mlp": 8, "softpredict": 8, "cnn_maxo": 8, "num_unit": 8, "dual": 8, "simultan": 8, "imag": 8, "member": 8, "maxout": [8, 13], "layer_list": 8, "gradientrevers": 8, "gradientreversalfunct": 8, "unsupervis": 8, "adapt": [8, 13], "backpropag": 8, "1409": 8, "7495": 8, "ident": 8, "map": 8, "In": 8, "backprog": 8, "revers": [8, 13], "static": 8, "backward": 8, "ctx": 8, "differenti": 8, "alia": 8, "vjp": 8, "must": 8, "context": 8, "mani": [8, 13], "were": 8, "given": 8, "correspond": 8, "retriev": 8, "save": [8, 13], "dure": 8, "ha": 8, "attribut": 8, "needs_input_grad": 8, "tupl": 8, "boolean": 8, "whether": 8, "There": 8, "wai": 8, "usag": 8, "staticmethod": 8, "def": 8, "detail": 8, "separ": [8, 12], "setup_context": 8, "longer": 8, "overrid": 8, "up": 8, "store": 8, "arbitrari": [8, 13], "directli": 8, "though": 8, "current": 8, "enforc": 8, "save_for_backward": 8, "thei": [8, 13], "intend": 8, "equival": 8, "save_for_forward": 8, "jvp": 8, "compute_log_p_x": 8, "j_": 8, "f_k": 8, "minibatch": 8, "create_model": 8, "rngseed": 8, "get_pdf": 8, "load_model": 8, "modelnam": 8, "modeldir": 8, "els": [8, 12], "altern": 8, "trn_x": 8, "val_x": 8, "trn_weight": 8, "val_weight": 8, "valid": 8, "directori": [8, 12], "adaptive_gradient_clipping_": 8, "main_modul": 8, "mi_modul": 8, "09": 8, "clip": 8, "so": [8, 12], "frobeniu": 8, "most": 8, "1801": 8, "04062": 8, "appendix": 8, "generator_modul": 8, "regressor": 8, "task": 8, "regul": [8, 13], "grad_norm": 8, "weights_init_al": 8, "init_func": 8, "mynet": 8, "weights_init_norm": 8, "weights_init_uniform_rul": 8, "z_dim": 8, "phi_lay": 8, "rho_lay": 8, "pool": 8, "equivari": [8, 13], "binarypredict": 8, "pen1_max": 8, "in_dim": 8, "out_dim": 8, "pen": 8, "pen1_mean": 8, "pen_max": 8, "multidimension": 8, "pen_mean": 8, "64": [8, 12], "softmax": 8, "last_act": 8, "multi": 8, "perceptron": 8, "mlp_all_act": 8, "WITH": 8, "THE": 8, "get_act": 8, "act": 8, "silu": 8, "elu": 8, "gcn": 8, "adj_matrix": 8, "gcn_layer": 8, "d_in": 8, "d_out": 8, "reset_param": 8, "gnngener": 8, "d_dim": 8, "c_dim": 8, "u_dim": 8, "e_dim": 8, "conv_typ": 8, "edgeconv": 8, "global_pool": 8, "conv_mlp_act": 8, "conv_mlp_bn": 8, "conv_mlp_dropout": 8, "conv_aggr": 8, "conv_knn": 8, "8": [8, 9, 12, 13], "fusion_mlp_act": 8, "fusion_mlp_bn": 8, "fusion_mlp_dropout": 8, "final_mlp_act": 8, "final_mlp_bn": 8, "final_mlp_dropout": 8, "da_act": 8, "da_alpha": 8, "da_mlp": 8, "da_mlp_act": 8, "da_mlp_bn": 8, "da_mlp_dropout": 8, "technic": 8, "remark": [8, 12], "rememb": 8, "alwai": [8, 12], "intermedi": 8, "otherwis": 8, "bad": 8, "mai": 8, "happen": 8, "messag": [8, 12], "dynamicedgeconv_": 8, "edgeconv_": 8, "gatconv_": 8, "gineconv_": 8, "gine_help": 8, "gineconv": 8, "increas": 8, "nnconv_": 8, "panconv_": 8, "sageconv_": 8, "sgconv_": 8, "splineconv_": 8, "superedgeconv_": 8, "conv_onli": 8, "forward_2pt": 8, "decod": 8, "becaus": 8, "necessarili": 8, "symmetr": 8, "principl": [8, 12], "undirect": 8, "behavior": 8, "forward_with_da": 8, "infer": [8, 13], "superedgeconv": 8, "mlp_edg": 8, "mlp_latent": 8, "aggr": 8, "mp_attn_dim": 8, "use_residu": 8, "custom": [8, 13], "gnn": 8, "aka": [8, 13], "origin": 8, "07829": 8, "sparsetensor": 8, "edge_attr": 8, "edge_weight": 8, "init_": 8, "x_j": 8, "analogi": 8, "phi_": 8, "mathbf": 8, "which": [8, 13], "furthermor": 8, "respect": 8, "_i": 8, "_j": 8, "reset_paramet": 8, "reset": 8, "learnabl": 8, "create_filt": 8, "data_trn": 8, "data_v": 8, "train_xgb": 8, "config": [8, 13], "y_soft": 8, "plot_import": 8, "data_trn_mi": 8, "data_val_mi": 8, "py": [8, 11, 13], "train_": 8, "mi_loss": 8, "binary_cross_entropy_logprob": 8, "log_phat_0": 8, "log_phat_1": 8, "cross": 8, "stabl": 8, "log_softmax": 8, "logsoftmax": 8, "log_sum_exp": 8, "timvieira": 8, "blog": 8, "post": 8, "2014": 8, "02": 8, "11": [8, 12, 13], "trick": 8, "logsumexp": 8, "loss_wrapp": 8, "num_class": 8, "y_da": 8, "weights_da": 8, "linearli": 8, "due": 8, "prod_i": 8, "p_i": 8, "multiclass_cross_entropi": 8, "phat": 8, "multiclass_cross_entropy_logprob": 8, "log_phat": 8, "multiclass_focal_entropi": 8, "focal": 8, "1708": 8, "02002": 8, "multiclass_focal_entropy_logprob": 8, "multiclass_logit_norm_loss": 8, "logit": 8, "07": 8, "2205": 8, "09310": 8, "neuron": 8, "multinomi": [8, 13], "logist": [8, 13], "regress": [8, 13], "w_da": 8, "x_mi": 8, "dualdataset": 8, "batch2tensor": 8, "dict_batch_to_cuda": 8, "transfer": 8, "gpu": 8, "memori": 8, "model_to_cuda": 8, "device_typ": 8, "auto": 8, "setup": [8, 14], "printloss": 8, "precis": 8, "loader": 8, "dataload": 8, "auc": 8, "trackloss": 8, "loss_histori": 8, "opt_param": 8, "implicit": 8, "panconv": 8, "in_channel": 8, "out_channel": 8, "filter_s": 8, "panconv_filter_weight": 8, "edge_mask_list": 8, "panentropi": 8, "panentropy_spars": 8, "afterdrop": 8, "aggr_out": 8, "embed": 8, "gamma_": 8, "mathcal": 8, "aggreg": 8, "pandropout": 8, "panumpool": 8, "min_scor": 8, "multipli": 8, "nonlinear": 8, "built": 8, "specif": [8, 13], "unnorm": 8, "pan": 8, "filter_adj": 8, "perm": 8, "um": 8, "topk": 8, "tol": 8, "panxhmpool": 8, "pan_pool_weight": 8, "panpool_filter_weight": 8, "panxumpool": 8, "pred_cut": 8, "pred_cutset": 8, "pred_flow": 8, "n_dim": 8, "return_model": 8, "pred_flr": 8, "pred_graph_xgb": 8, "pred_torch_gener": 8, "pred_torch_graph": 8, "5000": 8, "pred_torch_scalar": 8, "pred_xgb": 8, "feature_nam": 8, "pred_xgb_logist": 8, "pred_xgb_scalar": 8, "modelwithtemperatur": 8, "temper": 8, "calibr": 8, "set_temperatur": 8, "valid_load": 8, "max_it": 8, "tune": [8, 13], "tempearatur": 8, "temperature_scal": 8, "temperatur": 8, "getgenericmodel": 8, "netparam": 8, "getgenericparam": 8, "getgraphmodel": 8, "getgraphparam": 8, "raytune_main": 8, "train_func": 8, "raytun": [8, 13], "mainloop": 8, "torch_construct": 8, "x_trn": 8, "y_trn": 8, "x_val": 8, "y_val": 8, "x_trn_2d": 8, "x_val_2d": 8, "y_trn_da": 8, "trn_weights_da": 8, "y_val_da": 8, "val_weights_da": 8, "constructor": [8, 9], "train_load": 8, "test_load": 8, "torch_loop": 8, "save_period": 8, "train_cutset": 8, "cutset": 8, "train_flow": 8, "train_flr": 8, "train_graph_xgb": 8, "xgb": 8, "hybrid": 8, "train_torch_gener": 8, "train_torch_graph": 8, "train_xtx": 8, "data_kin": 8, "todo": 8, "add": 8, "latent_dim": 8, "encoder_bn": 8, "encoder_act": 8, "encoder_dropout": 8, "decoder_bn": 8, "decoder_act": 8, "decoder_dropout": 8, "reco_prob": 8, "kl_prob": 8, "anomaly_scor": 8, "kl_reco": 8, "kl_div": 8, "kl": 8, "diverg": 8, "against": 8, "log_pxz": 8, "xhat": 8, "loss_kl_reco": 8, "min": 8, "e_q": 8, "to_devic": 8, "variationalencod": 8, "cuda": 8, "9": [8, 9, 13], "amsgrad": 8, "polyak": 8, "step": [8, 9], "closur": 8, "reevalu": 8, "substitut": 8, "swap": 8, "002": 8, "unless": 8, "specifi": 8, "modifi": 8, "field": 8, "reducelronplateau": 8, "early_stop": 8, "metric": [8, 13], "callback_best": 8, "callback_reduc": 8, "auxiliari": 8, "y_pred": 8, "valrang": 8, "prob": 8, "n_mva_bin": 8, "num_bootstrap": 8, "exclude_neg_class": 8, "ak2numpi": 8, "dtype": 8, "float32": 8, "unzip": 8, "record": 8, "extract": 8, "arrays2matrix": 8, "x_arr": 8, "y_arr": 8, "z_arr": 8, "x_binedg": 8, "y_binedg": 8, "binedg": 8, "bin2int": 8, "integ": 8, "bin_arrai": 8, "num": 8, "bit": 8, "binaryvec2int": 8, "turn": 8, "rep": 8, "binom_coeff_al": 8, "binvec2powersetindex": 8, "binvec_are_equ": 8, "compar": 8, "equal": 8, "cartesian_product": 8, "cartesian": 8, "200": 8, "compute_metr": 8, "count_target": 8, "printout": 8, "identifi": 8, "entrystart": 8, "entrystop": 8, "stdout": 8, "create_model_filenam": 8, "filetyp": 8, "dat": 8, "explicit_rang": 8, "num_entri": 8, "clean": 8, "generatebinari": 8, "ones": 8, "hot": 8, "generatebinary_fix": 8, "getmtim": 8, "modif": 8, "time": 8, "report": 8, "int2onehot": 8, "onehot": 8, "jagged2matrix": 8, "arr": 8, "scalar_var": 8, "jagged_var": 8, "jagged_dim": 8, "contain": [8, 13], "pick": 8, "empti": 8, "entri": 8, "var": 8, "maxdim": 8, "jagged2tensor": 8, "xyz": 8, "channel": [8, 12], "image_clu_eta": 8, "image_clu_phi": 8, "image_clu_": 8, "jagged_ak_to_numpi": 8, "jagged_maxdim": 8, "categori": 8, "fill": 8, "null": 8, "longvec2matrix": 8, "deepset": [8, 13], "similar": [8, 12], "architectur": 8, "md": 8, "reshap": 8, "los2lol": 8, "listoset": 8, "makedir": 8, "targetdir": 8, "exist_ok": 8, "make": [8, 12, 13, 14], "merge_connect": 8, "merg": 8, "common": 8, "7": [8, 9, 12, 13], "multiclass_roc_auc_scor": 8, "macro": [8, 13], "multiclass": 8, "area": 8, "curv": [8, 13], "classif": 8, "soft": 8, "strategi": 8, "number_of_set_bit": 8, "how": [8, 14], "parse_var": 8, "item": 8, "seri": 8, "pick_ind": 8, "minmax": 8, "process_regexp_id": 8, "all_id": 8, "express": 8, "red": 8, "exclude_tag": 8, "exclude_mva_var": 8, "include_tag": 8, "include_mva_var": 8, "reduc": 8, "exclud": 8, "replace_param": 8, "replac": 8, "slice_rang": 8, "stop": [8, 9], "slice": 8, "processor": 8, "split": 8, "approx": 8, "split_siz": 8, "As": 8, "split_start_end": 8, "end_plu": 8, "nympi": 8, "34": [8, 9], "67": 8, "25": [8, 9], "19": 8, "to_edg": 8, "treat": 8, "to_graph": 8, "unmask": 8, "default_valu": 8, "unroll_ak_field": 8, "unrol": 8, "nest": 8, "weighted_avg_and_std": 8, "x2ind": 8, "ind": 8, "count_parameters_torch": 8, "trainabl": 8, "load_torch_checkpoint": 8, "checkpoint": [8, 13], "folder": 8, "load_torch_model": 8, "load_start_epoch": 8, "save_torch_model": 8, "saver": 8, "weight2onehot": 8, "OR": [8, 11, 12], "test_icecube_concat": 8, "test_icecube_index": 8, "events_to_jagged_numpi": 8, "consid": 8, "get_num_ev": 8, "key_index": 8, "dummi": 8, "load_tre": 8, "ak": 8, "load_tree_stat": 8, "read_multipl": 8, "process_func": 8, "read_singl": 8, "hepmc2vec4": 8, "hepmc3": 8, "bind": 8, "fourvector": 8, "vec4": 8, "abs_delta_phi": 8, "properti": 8, "abseta": 8, "sign": 8, "system": [8, 12], "rest": [8, 14], "costheta": 8, "dot3": 8, "dot4": 8, "mt": 8, "p3": 8, "p3mod": 8, "p3mod2": 8, "phi_pipi": 8, "px": 8, "pz": 8, "rotateso3": 8, "rotatex": 8, "angl": 8, "rotatei": 8, "rotatez": 8, "sete": 8, "setmagthetaphi": 8, "mag": 8, "setp3": 8, "setpt2rapphim2": 8, "setptetaphi": 8, "setptetaphim": 8, "setpxpypz": 8, "setx": 8, "setxyz": 8, "setxyzm": 8, "setxyzt": 8, "seti": 8, "setz": 8, "icexyw": 8, "float64": 8, "classfilt": 8, "classid": 8, "apply_madscor": 8, "x_m": 8, "x_mad": 8, "mad": 8, "score": 8, "apply_zscor": 8, "x_mu": 8, "x_std": 8, "apply_zscore_tensor": 8, "calc_madscor": 8, "robust": 8, "calc_zscor": 8, "calc_zscore_tensor": 8, "col": 8, "checkinfnan": 8, "nan": 8, "count_files_in_dir": 8, "fastarray1": 8, "capac": 8, "occupi": 8, "etc": 8, "get_gpu_memory_map": 8, "vram": 8, "gb": 8, "glob_expand_fil": 8, "datapath": 8, "recursive_glob": 8, "do": [8, 12], "brace": 8, "glob": 8, "syntax": 8, "impute_data": 8, "imput": 8, "fill_valu": 8, "knn_k": 8, "treatment": 8, "miss": 8, "special": 8, "textual": 8, "descript": 8, "knn": 8, "nearest": 8, "neighbour": 8, "make_hash_sha256_fil": 8, "sha256": 8, "hash": 8, "make_hash_sha256_object": 8, "make_hash": 8, "hashabl": 8, "recurs": 8, "pick_var": 8, "set_of_var": 8, "choos": 8, "chosen": 8, "newvar": 8, "newind": 8, "process_memory_us": 8, "ram": 8, "rootsaf": 8, "txt": [8, 12], "chang": [8, 9], "charact": 8, "safetxt": 8, "showmem": 8, "color": [8, 9], "showmem_cuda": 8, "split_data": 8, "machin": [8, 12, 13], "seed": 8, "split_data_simpl": 8, "torch_cuda_total_memori": 8, "avail": 8, "mva_plot": 8, "legend_fonts": [8, 9], "roc_plot": 8, "plot_threshold": 8, "thr_points_sign": 8, "85": 8, "95": 8, "roc": [8, 13], "xmin": 8, "receiv": 8, "characterist": 8, "xlabel": [8, 9], "ylabel": [8, 9], "x_rot": 8, "90": 8, "y_rot": 8, "decim": 8, "binengin": 8, "bindef": 8, "explicit": 8, "log10": 8, "boundari": 8, "binned_1d_auc": 8, "x_kin": 8, "ids_kin": 8, "trk_pt": 8, "ids_x_kin": 8, "cell": 8, "figur": [8, 13], "axi": [8, 9], "met": 8, "binned_2d_auc": 8, "trk_eta": 8, "density_cor": 8, "hist_edg": 8, "cmap": 8, "orang": 8, "density_cor_wclass": 8, "class__id": 8, "density_mva_wclass": 8, "draw_error_band": 8, "center": 8, "finit": 8, "except": 8, "matplotlib": 8, "galleri": 8, "lines_bars_and_mark": 8, "curve_error_band": 8, "plot_auc_matrix": 8, "edges_a": 8, "edges_b": 8, "plot_contour_grid": 8, "pred_func": 8, "reso": 8, "npoint": 8, "400": 8, "decis": [8, 13], "contour": 8, "pairwis": 8, "thu": 8, "suitabl": [8, 13], "resolut": 8, "draw": 8, "plot_correlation_comparison": 8, "corr_mstat": 8, "xlim": [8, 9], "plot_correl": 8, "round_threshold": 8, "colorbar": 8, "plot_matrix": 8, "xy": 8, "x_bin": 8, "y_bin": 8, "vmin": 8, "vmax": 8, "rdbu": 8, "figsiz": [8, 9], "grid_on": 8, "plot_reweight_result": 8, "binrang": 8, "linewidth": [8, 9], "plot_unweight": 8, "pure": 8, "plot_select": 8, "plotdir": 8, "varlist": 8, "befor": 8, "plot_train_evolution_multi": 8, "trn_auc": 8, "val_auc": 8, "aspect": 8, "evolut": 8, "plot_xgb_import": 8, "tick_label": 8, "importance_typ": 8, "gain": 8, "sort": 8, "default_nam": 8, "import": [8, 12], "cover": 8, "total_gain": 8, "total_cov": 8, "plotvar": 8, "70": 8, "percentile_rang": 8, "99": 8, "exclude_v": 8, "colored_row": 8, "active_color": 8, "green": 8, "inactive_color": 8, "white": 8, "print_ram_usag": 8, "print_colored_matrix": 8, "print_flow": 8, "infoflow": 8, "print_vari": 8, "printbar": 8, "marker": 8, "mark": 8, "75": [8, 9], "bar": 8, "printbranch": 8, "set_arr_format": 8, "evaluate_model": 8, "ml": 8, "ai": 8, "disk": 8, "generic_flow": 8, "rootnam": 8, "func_load": 8, "func_factor": 8, "impute_dataset": 8, "scikit": 8, "make_plot": 8, "plot_xyz_multiple_model": 8, "plot_xyz_wrap": 8, "x_input": 8, "x_raw": 8, "ids_raw": 8, "process_data": 8, "predata": 8, "mvavar": 8, "further": 8, "read_cli": 8, "read_config": 8, "config_path": 8, "commandlin": 8, "configur": 8, "reader": 8, "read_data": 8, "applic": [8, 13], "read_data_process": 8, "train_model": 8, "balanceweight": 8, "weights_doublet": 8, "reference_class": 8, "balanc": 8, "doublet": 8, "compute_nd_reweight": 8, "support": [8, 13], "pdf_1d_hist": 8, "pdf_2d_hist": 8, "x_a": 8, "x_b": 8, "binedges_a": 8, "binedges_b": 8, "reweightcoeff1d": 8, "max_reg": 8, "interest": 8, "reweightcoeff2d": 8, "apply_cutflow": 8, "xcorr_flow": 8, "return_powerset": 8, "construct_columnar_cut": 8, "cutlist": 8, "trgbit": 8, "construct_exptre": 8, "AND": 8, "tree_nod": 8, "eval_boolean_exptre": 8, "eval_boolean_syntax": 8, "expr": 8, "complet": [8, 12], "filter_constructor": 8, "filter": [8, 13], "diplomat": 8, "parse_boolean_exptre": 8, "instr": 8, "parser": 8, "stackoverflow": 8, "question": 8, "11133339": 8, "pypars": 8, "fashion": 8, "powerset_constructor": 8, "subset": 8, "powerset_cutmask": 8, "num_ev": 8, "print_exptre": 8, "print_parallel_cutflow": 8, "print_stat": 8, "set_constructor": 8, "veto": 8, "test_powerset": 8, "test_syntax_tree_flip": 8, "test_syntax_tree_pars": 8, "test_syntax_tree_simpl": 8, "advanc": 9, "change2density_label": 9, "all_ob": 9, "dn": 9, "xdim": 9, "chi2_cost": 9, "h_mc": 9, "h_data": 9, "cost": 9, "create_ax": 9, "ylabel_ratio": 9, "ylim": 9, "ratio_plot": 9, "fontsiz": 9, "creator": 9, "edge2centerbin": 9, "centerbin": 9, "edgebin": 9, "fuse_histogram": 9, "hist_list": 9, "fuse": 9, "generate_colormap": 9, "colormap": 9, "hist_filled_error": 9, "cbin": 9, "err": 9, "stephist": 9, "hist_obj": 9, "hist_to_dens": 9, "visibl": 9, "hist_to_density_fullspac": 9, "totalweight": 9, "histhepdata": 9, "hepdata": 9, "mc_xs_scale": 9, "1000000000000": 9, "histtyp": 9, "lw": 9, "zorder": 9, "histmc": 9, "mcdata": 9, "binscal": 9, "ordered_legend": 9, "frameon": 9, "uniqu": 9, "legend": 9, "plot_horizontal_lin": 9, "ratioerr": 9, "sigma_ab": 9, "set_axis_tick": 9, "tick": 9, "set_global_styl": 9, "dpi": 9, "120": 9, "font": 9, "serif": 9, "font_siz": 9, "legend_handlelength": 9, "stepspac": 9, "superplot": 9, "yscale": 9, "ratio_error_plot": 9, "legend_count": 9, "legend_properti": 9, "bottom_prc": 9, "superposit": 9, "overlaid": 9, "test_iceplot": 9, "tick_calc": 9, "lim": 9, "tick_creat": 9, "xtick_step": 9, "ytick_step": 9, "ylim_ratio": 9, "minorticks_on": 9, "ytick_ratio_step": 9, "labels": 9, "labelsize_ratio": 9, "hlt": [10, 13], "cat": 11, "id_rsa": 11, "copi": 11, "cd": [11, 12], "cvmf": 11, "cm": 11, "cmsset_default": 11, "sh": [11, 12, 13], "export": [11, 12], "scram_arch": 11, "slc7_amd64_gcc700": 11, "scramv1": 11, "project": 11, "cmssw_10_2_22": 11, "cmsrel": 11, "src": 11, "eval": 11, "scram": 11, "runtim": 11, "cmsenv": 11, "git": [11, 12], "clone": [11, 12], "nanotron": 11, "cmsrun": 11, "produc": 11, "producenano": 11, "framework": 12, "goe": 12, "wget": 12, "repo": 12, "anaconda": 12, "archiv": 12, "anaconda3": 12, "03": 12, "linux": 12, "x86_64": 12, "Then": 12, "execut": 12, "bash": [12, 13], "condarc": 12, "nano": 12, "home": 12, "channel_prior": 12, "strict": [12, 13], "forg": 12, "vol": 12, "softwar": 12, "ic": [12, 13], "howev": 12, "To": 12, "avoid": 12, "No": 12, "pip": 12, "temporari": 12, "mkdir": 12, "tmp": 12, "tmpdir": 12, "cmake": 12, "26": 12, "gxx_linux": 12, "sysroot_linux": 12, "28": 12, "cudatoolkit": 12, "cudnn": 12, "dev": [12, 13], "121": 12, "setenv": 12, "experi": 12, "oserror": 12, "libcuspars": 12, "ld_library_path": 12, "conda_prefix": 12, "lib": 12, "could": 12, "dynam": 12, "libcusolv": 12, "tensorflow": 12, "symbol": 12, "link": 12, "ln": 12, "satisfi": 12, "infinit": 12, "try": 12, "remov": 12, "googl": 12, "show": 12, "graphic": 12, "card": 12, "statu": 12, "nvidia": 12, "smi": 12, "compil": [12, 14], "nvcc": 12, "client": 12, "device_lib": 12, "list_local_devic": 12, "is_avail": 12, "get_device_nam": 12, "qsub": 12, "lxcgpu": 12, "deactiv": 12, "env": 12, "ldd": 12, "That": 13, "discrimin": 13, "quasi": 13, "templat": 13, "manifest": 13, "deploy": 13, "runme_dqcd_vector_init_yaml": 13, "iceqsub": 13, "job": 13, "dqcd_vector_data": 13, "inspect": 13, "launch": 13, "command": 13, "sure": 13, "chmod": 13, "script": 13, "denot": 13, "document": [13, 14], "develop": 13, "bdt": 13, "enhanc": 13, "iceboost": 13, "backend": 13, "agnost": 13, "regard": 13, "underli": 13, "easili": 13, "jax": 13, "multilay": 13, "feedforward": 13, "bnaf": 13, "cnn": 13, "autoencod": 13, "mine": 13, "distil": 13, "hyperparamet": 13, "de": 13, "machineri": 13, "allow": 13, "sophist": 13, "combinatori": 13, "yml": 13, "restucturedtext": 14, "typo3": 14, "restructuredtext": 14, "ralsina": 14, "cheatsheet": 14, "sublim": 14, "sphinx": 14, "guid": 14, "local": 14}, "objects": {"icebrk": [[1, 0, 0, "-", "PDG"], [1, 0, 0, "-", "cutstats"], [1, 0, 0, "-", "fasthistos"], [1, 0, 0, "-", "features"], [1, 0, 0, "-", "histos"], [1, 0, 0, "-", "loop"], [1, 0, 0, "-", "tools"]], "icebrk.cutstats": [[1, 1, 1, "", "apply_cuts"], [1, 1, 1, "", "collect_info_stats"], [1, 1, 1, "", "collect_mcinfo_stats"], [1, 1, 1, "", "init_stat_objects"], [1, 1, 1, "", "triplet_cuts"]], "icebrk.fasthistos": [[1, 1, 1, "", "initialize"]], "icebrk.features": [[1, 1, 1, "", "construct_new_branches"], [1, 1, 1, "", "generate_feature_names"], [1, 1, 1, "", "getdimension"]], "icebrk.histos": [[1, 1, 1, "", "calc_MC_observables"], [1, 1, 1, "", "calc_batch_MC_observables"], [1, 1, 1, "", "calc_batch_observables"], [1, 1, 1, "", "calc_observables"], [1, 1, 1, "", "pickle_files"]], "icebrk.loop": [[1, 1, 1, "", "hdf5_append"], [1, 1, 1, "", "hdf5_write_handles"], [1, 1, 1, "", "hist_flush"], [1, 1, 1, "", "initarrays"], [1, 1, 1, "", "poweranalysis"], [1, 1, 1, "", "process"]], "icebrk.tools": [[1, 1, 1, "", "construct_MC_tree"], [1, 1, 1, "", "construct_MC_truth"], [1, 1, 1, "", "construct_input_vec"], [1, 1, 1, "", "construct_kinematics"], [1, 1, 1, "", "construct_output_vec"], [1, 1, 1, "", "deltar_3"], [1, 1, 1, "", "find_connected_triplets"], [1, 1, 1, "", "get_first_indices"], [1, 1, 1, "", "index_of_first_signal"], [1, 1, 1, "", "index_of_last_signal"], [1, 1, 1, "", "print_MC_event"]], "icedqcd": [[2, 0, 0, "-", "common"], [2, 0, 0, "-", "graphio"]], "icedqcd.common": [[2, 1, 1, "", "load_root_file"], [2, 1, 1, "", "process_root"], [2, 1, 1, "", "splitfactor"]], "icedqcd.graphio": [[2, 1, 1, "", "parse_graph_data"]], "icefit": [[3, 0, 0, "-", "abcd"], [3, 0, 0, "-", "cortools"], [3, 0, 0, "-", "em"], [3, 0, 0, "-", "jacobian"], [3, 0, 0, "-", "lognormal"], [3, 0, 0, "-", "mine"], [3, 0, 0, "-", "peakfit"], [3, 0, 0, "-", "score"], [3, 0, 0, "-", "statstools"]], "icefit.abcd": [[3, 1, 1, "", "ABCD_2NLL"], [3, 1, 1, "", "ABCD_eq"], [3, 1, 1, "", "ABCD_err"], [3, 1, 1, "", "test_abcd"]], "icefit.cortools": [[3, 1, 1, "", "H_score"], [3, 1, 1, "", "I_score"], [3, 1, 1, "", "bw2bins"], [3, 1, 1, "", "corrcoeff_weighted_torch"], [3, 1, 1, "", "distance_corr"], [3, 1, 1, "", "distance_corr_torch"], [3, 1, 1, "", "freedman_diaconis_bin"], [3, 1, 1, "", "gaussian_mutual_information"], [3, 1, 1, "", "hacine_entropy_bin"], [3, 1, 1, "", "hacine_joint_entropy_bin"], [3, 1, 1, "", "mutual_information"], [3, 1, 1, "", "optbins"], [3, 1, 1, "", "optbins2d"], [3, 1, 1, "", "pearson_corr"], [3, 1, 1, "", "percentile_per_dim"], [3, 1, 1, "", "prc_CI"], [3, 1, 1, "", "scott_bin"], [3, 1, 1, "", "test_constant"], [3, 1, 1, "", "test_gaussian"]], "icefit.em": [[3, 1, 1, "", "EM_frac"], [3, 1, 1, "", "gausspdf"], [3, 1, 1, "", "mixture_nll"], [3, 1, 1, "", "test_EM"]], "icefit.jacobian": [[3, 1, 1, "", "get_full_hessian"], [3, 1, 1, "", "get_gradient"], [3, 1, 1, "", "get_jacobian"], [3, 1, 1, "", "observed_fisher_info"], [3, 1, 1, "", "test_dimension_interfaces"], [3, 1, 1, "", "test_hessians"], [3, 1, 1, "", "test_jacobians"]], "icefit.lognormal": [[3, 1, 1, "", "create_label"], [3, 1, 1, "", "lognormal_param"], [3, 1, 1, "", "main"], [3, 1, 1, "", "rand_lognormal"], [3, 1, 1, "", "rand_powexp"], [3, 1, 1, "", "test_accuracy"], [3, 1, 1, "", "test_lognormal"]], "icefit.mine": [[3, 2, 1, "", "MINENet"], [3, 1, 1, "", "apply_mine"], [3, 1, 1, "", "apply_mine_batched"], [3, 1, 1, "", "compute_mine"], [3, 1, 1, "", "estimate"], [3, 1, 1, "", "sample_batch"], [3, 1, 1, "", "train_loop"]], "icefit.mine.MINENet": [[3, 3, 1, "", "forward"]], "icefit.peakfit": [[3, 1, 1, "", "CB_pdf"], [3, 1, 1, "", "DSCB_pdf"], [3, 1, 1, "", "RBW_pdf"], [3, 1, 1, "", "TH1_to_numpy"], [3, 1, 1, "", "analyze_1D_fit"], [3, 1, 1, "", "asym_BW_pdf"], [3, 1, 1, "", "asym_RBW_pdf"], [3, 1, 1, "", "binned_1D_fit"], [3, 1, 1, "", "cauchy_pdf"], [3, 1, 1, "", "exp_pdf"], [3, 1, 1, "", "fit_and_analyze"], [3, 1, 1, "", "fit_task"], [3, 1, 1, "", "gauss_pdf"], [3, 1, 1, "", "generic_conv_pdf"], [3, 1, 1, "", "get_rootfiles_jpsi"], [3, 1, 1, "", "group_systematics"], [3, 1, 1, "", "highres_x"], [3, 1, 1, "", "iminuit2python"], [3, 1, 1, "", "poly_pdf"], [3, 1, 1, "", "read_yaml_input"], [3, 1, 1, "", "readwrap"], [3, 1, 1, "", "run_jpsi_fitpeak"], [3, 1, 1, "", "run_jpsi_tagprobe"], [3, 1, 1, "", "voigt_FWHM"], [3, 1, 1, "", "voigt_pdf"]], "icefit.score": [[3, 1, 1, "", "logL"]], "icefit.statstools": [[3, 1, 1, "", "ADS"], [3, 1, 1, "", "analytical_extreme_npdf"], [3, 1, 1, "", "clopper_pearson_err"], [3, 1, 1, "", "columnar_mask_efficiency"], [3, 1, 1, "", "cormat2covmat"], [3, 1, 1, "", "correlation_matrix"], [3, 1, 1, "", "covmat2corrmat"], [3, 1, 1, "", "error_on_mu"], [3, 1, 1, "", "error_on_std"], [3, 1, 1, "", "geom_mean_2D"], [3, 1, 1, "", "mc_extreme_multivariate_npdf"], [3, 1, 1, "", "mc_extreme_npdf"], [3, 1, 1, "", "p2zscore"], [3, 1, 1, "", "poisson_ratio"], [3, 1, 1, "", "poisson_tail"], [3, 1, 1, "", "prod_eprop"], [3, 1, 1, "", "ratio_eprop"], [3, 1, 1, "", "test_efficiency_ratio"], [3, 1, 1, "", "test_extreme_npdf"], [3, 1, 1, "", "test_ratios"], [3, 1, 1, "", "tpratio_taylor"], [3, 1, 1, "", "weighted_binomial_err"], [3, 1, 1, "", "welch_ttest"]], "icehgcal": [[4, 0, 0, "-", "common"], [4, 0, 0, "-", "graphio"], [4, 0, 0, "-", "preprocess"]], "icehgcal.common": [[4, 1, 1, "", "load_root_file"], [4, 1, 1, "", "process_root"], [4, 1, 1, "", "process_tracklet_data"], [4, 1, 1, "", "read_data_tracklet"], [4, 1, 1, "", "splitfactor"]], "icehgcal.graphio": [[4, 1, 1, "", "compute_edge_attr"], [4, 1, 1, "", "get_node_features"], [4, 1, 1, "", "parse_graph_data_candidate"], [4, 1, 1, "", "parse_graph_data_trackster"]], "icehgcal.preprocess": [[4, 1, 1, "", "compute_edges"], [4, 1, 1, "", "create_trackster_data"], [4, 1, 1, "", "event_loop"]], "icehnl": [[5, 0, 0, "-", "common"]], "icehnl.common": [[5, 1, 1, "", "load_root_file"], [5, 1, 1, "", "splitfactor"]], "iceid": [[6, 0, 0, "-", "common"], [6, 0, 0, "-", "graphio"]], "iceid.common": [[6, 1, 1, "", "load_root_file"], [6, 1, 1, "", "splitfactor"]], "iceid.graphio": [[6, 1, 1, "", "get_node_features"], [6, 1, 1, "", "parse_graph_data"], [6, 1, 1, "", "parse_tensor_data"]], "icemc": [[7, 0, 0, "-", "icemc"]], "icemc.icemc": [[7, 1, 1, "", "Gamma2tau"], [7, 1, 1, "", "U"], [7, 1, 1, "", "annotate_heatmap"], [7, 1, 1, "", "outer_sim_loop"], [7, 1, 1, "", "outer_sim_loop_2"], [7, 1, 1, "", "produce_acceptance_sim"], [7, 1, 1, "", "randexp"], [7, 1, 1, "", "randpow"], [7, 1, 1, "", "resonance_generator"], [7, 1, 1, "", "set_aspect_true_equal"], [7, 1, 1, "", "spherical_acceptance"], [7, 1, 1, "", "tau2Gamma"], [7, 1, 1, "", "test"], [7, 1, 1, "", "test_toy_pt_spectrum"], [7, 1, 1, "", "twobody"]], "icenet.algo": [[8, 0, 0, "-", "analytic"], [8, 0, 0, "-", "flr"], [8, 0, 0, "-", "nmf"]], "icenet.algo.analytic": [[8, 1, 1, "", "count_simple_edges"], [8, 1, 1, "", "deltaR"], [8, 1, 1, "", "fox_wolfram_boost_inv"], [8, 1, 1, "", "get_Lorentz_edge_features"], [8, 1, 1, "", "get_simple_edge_index"], [8, 1, 1, "", "gram_matrix"], [8, 1, 1, "", "invmass"], [8, 1, 1, "", "invmass_massless"], [8, 1, 1, "", "ktmetric"], [8, 1, 1, "", "phi_phasewrap"]], "icenet.algo.flr": [[8, 1, 1, "", "predict"], [8, 1, 1, "", "train"]], "icenet.algo.nmf": [[8, 1, 1, "", "ML_nmf"], [8, 1, 1, "", "ML_update_H"], [8, 1, 1, "", "ML_update_W"]], "icenet.deep": [[8, 0, 0, "-", "autogradxgb"], [8, 0, 0, "-", "bnaf"], [8, 0, 0, "-", "cnn"], [8, 0, 0, "-", "da"], [8, 0, 0, "-", "dbnf"], [8, 0, 0, "-", "deeptools"], [8, 0, 0, "-", "deps"], [8, 0, 0, "-", "dmlp"], [8, 0, 0, "-", "gcnn"], [8, 0, 0, "-", "graph"], [8, 0, 0, "-", "iceboost"], [8, 0, 0, "-", "losstools"], [8, 0, 0, "-", "maxo"], [8, 0, 0, "-", "mlgr"], [8, 0, 0, "-", "optimize"], [8, 0, 0, "-", "pgraph"], [8, 0, 0, "-", "predict"], [8, 0, 0, "-", "tempscale"], [8, 0, 0, "-", "train"], [8, 0, 0, "-", "vae"]], "icenet.deep.autogradxgb": [[8, 2, 1, "", "XgboostObjective"]], "icenet.deep.autogradxgb.XgboostObjective": [[8, 3, 1, "", "derivatives"], [8, 3, 1, "", "torch_conversion"]], "icenet.deep.bnaf": [[8, 2, 1, "", "BNAF"], [8, 2, 1, "", "MaskedWeight"], [8, 2, 1, "", "Permutation"], [8, 2, 1, "", "Sequential"], [8, 2, 1, "", "Tanh"]], "icenet.deep.bnaf.BNAF": [[8, 3, 1, "", "forward"]], "icenet.deep.bnaf.MaskedWeight": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "get_weights"]], "icenet.deep.bnaf.Permutation": [[8, 3, 1, "", "forward"]], "icenet.deep.bnaf.Sequential": [[8, 3, 1, "", "forward"]], "icenet.deep.bnaf.Tanh": [[8, 3, 1, "", "forward"]], "icenet.deep.cnn": [[8, 2, 1, "", "CNN"], [8, 2, 1, "", "CNN_MAXO"]], "icenet.deep.cnn.CNN": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "softpredict"]], "icenet.deep.cnn.CNN_MAXO": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "maxout"], [8, 3, 1, "", "softpredict"]], "icenet.deep.da": [[8, 2, 1, "", "GradientReversal"], [8, 2, 1, "", "GradientReversalFunction"]], "icenet.deep.da.GradientReversal": [[8, 3, 1, "", "forward"]], "icenet.deep.da.GradientReversalFunction": [[8, 3, 1, "", "backward"], [8, 3, 1, "", "forward"]], "icenet.deep.dbnf": [[8, 2, 1, "", "Dataset"], [8, 1, 1, "", "compute_log_p_x"], [8, 1, 1, "", "create_model"], [8, 1, 1, "", "get_pdf"], [8, 1, 1, "", "load_models"], [8, 1, 1, "", "predict"], [8, 1, 1, "", "train"]], "icenet.deep.deeptools": [[8, 1, 1, "", "adaptive_gradient_clipping_"], [8, 1, 1, "", "grad_norm"], [8, 1, 1, "", "weights_init_all"], [8, 1, 1, "", "weights_init_normal"], [8, 1, 1, "", "weights_init_uniform_rule"]], "icenet.deep.deps": [[8, 2, 1, "", "DEPS"], [8, 2, 1, "", "PEN1_max"], [8, 2, 1, "", "PEN1_mean"], [8, 2, 1, "", "PEN_max"], [8, 2, 1, "", "PEN_mean"]], "icenet.deep.deps.DEPS": [[8, 3, 1, "", "binarypredict"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "softpredict"]], "icenet.deep.deps.PEN1_max": [[8, 3, 1, "", "forward"]], "icenet.deep.deps.PEN1_mean": [[8, 3, 1, "", "forward"]], "icenet.deep.deps.PEN_max": [[8, 3, 1, "", "forward"]], "icenet.deep.deps.PEN_mean": [[8, 3, 1, "", "forward"]], "icenet.deep.dmlp": [[8, 2, 1, "", "DMLP"], [8, 1, 1, "", "MLP"], [8, 1, 1, "", "MLP_ALL_ACT"], [8, 1, 1, "", "get_act"]], "icenet.deep.dmlp.DMLP": [[8, 3, 1, "", "binarypredict"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "softpredict"]], "icenet.deep.gcnn": [[8, 2, 1, "", "GCN"], [8, 2, 1, "", "GCN_layer"]], "icenet.deep.gcnn.GCN": [[8, 3, 1, "", "forward"]], "icenet.deep.gcnn.GCN_layer": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "reset_param"]], "icenet.deep.graph": [[8, 2, 1, "", "GNNGeneric"], [8, 2, 1, "", "SuperEdgeConv"]], "icenet.deep.graph.GNNGeneric": [[8, 3, 1, "", "DynamicEdgeConv_"], [8, 3, 1, "", "EdgeConv_"], [8, 3, 1, "", "GATConv_"], [8, 3, 1, "", "GINEConv_"], [8, 3, 1, "", "GINE_helper"], [8, 3, 1, "", "NNConv_"], [8, 3, 1, "", "PANConv_"], [8, 3, 1, "", "SAGEConv_"], [8, 3, 1, "", "SGConv_"], [8, 3, 1, "", "SplineConv_"], [8, 3, 1, "", "SuperEdgeConv_"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "forward_2pt"], [8, 3, 1, "", "forward_with_DA"], [8, 3, 1, "", "inference"], [8, 3, 1, "", "softpredict"]], "icenet.deep.graph.SuperEdgeConv": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "init_"], [8, 3, 1, "", "message"], [8, 3, 1, "", "reset_parameters"]], "icenet.deep.iceboost": [[8, 1, 1, "", "create_filters"], [8, 1, 1, "", "train_xgb"]], "icenet.deep.losstools": [[8, 1, 1, "", "MI_loss"], [8, 1, 1, "", "binary_cross_entropy_logprob"], [8, 1, 1, "", "log_softmax"], [8, 1, 1, "", "log_sum_exp"], [8, 1, 1, "", "logsumexp"], [8, 1, 1, "", "loss_wrapper"], [8, 1, 1, "", "multiclass_cross_entropy"], [8, 1, 1, "", "multiclass_cross_entropy_logprob"], [8, 1, 1, "", "multiclass_focal_entropy"], [8, 1, 1, "", "multiclass_focal_entropy_logprob"], [8, 1, 1, "", "multiclass_logit_norm_loss"]], "icenet.deep.maxo": [[8, 2, 1, "", "MAXOUT"]], "icenet.deep.maxo.MAXOUT": [[8, 3, 1, "", "binarypredict"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "maxout"], [8, 3, 1, "", "softpredict"]], "icenet.deep.mlgr": [[8, 2, 1, "", "MLGR"]], "icenet.deep.mlgr.MLGR": [[8, 3, 1, "", "binarypredict"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "softpredict"]], "icenet.deep.optimize": [[8, 2, 1, "", "Dataset"], [8, 2, 1, "", "DualDataset"], [8, 1, 1, "", "batch2tensor"], [8, 1, 1, "", "dict_batch_to_cuda"], [8, 1, 1, "", "model_to_cuda"], [8, 1, 1, "", "printloss"], [8, 1, 1, "", "test"], [8, 1, 1, "", "trackloss"], [8, 1, 1, "", "train"]], "icenet.deep.pgraph": [[8, 2, 1, "", "PANConv"], [8, 2, 1, "", "PANDropout"], [8, 2, 1, "", "PANUMPooling"], [8, 2, 1, "", "PANXHMPooling"], [8, 2, 1, "", "PANXUMPooling"]], "icenet.deep.pgraph.PANConv": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "message"], [8, 3, 1, "", "panentropy"], [8, 3, 1, "", "panentropy_sparse"], [8, 3, 1, "", "update"]], "icenet.deep.pgraph.PANDropout": [[8, 3, 1, "", "forward"]], "icenet.deep.pgraph.PANUMPooling": [[8, 3, 1, "", "filter_adj"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "topk"]], "icenet.deep.pgraph.PANXHMPooling": [[8, 3, 1, "", "filter_adj"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "panentropy_sparse"], [8, 3, 1, "", "topk"]], "icenet.deep.pgraph.PANXUMPooling": [[8, 3, 1, "", "filter_adj"], [8, 3, 1, "", "forward"], [8, 3, 1, "", "panentropy_sparse"], [8, 3, 1, "", "topk"]], "icenet.deep.predict": [[8, 1, 1, "", "pred_cut"], [8, 1, 1, "", "pred_cutset"], [8, 1, 1, "", "pred_flow"], [8, 1, 1, "", "pred_flr"], [8, 1, 1, "", "pred_graph_xgb"], [8, 1, 1, "", "pred_torch_generic"], [8, 1, 1, "", "pred_torch_graph"], [8, 1, 1, "", "pred_torch_scalar"], [8, 1, 1, "", "pred_xgb"], [8, 1, 1, "", "pred_xgb_logistic"], [8, 1, 1, "", "pred_xgb_scalar"]], "icenet.deep.tempscale": [[8, 2, 1, "", "ModelWithTemperature"]], "icenet.deep.tempscale.ModelWithTemperature": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "set_temperature"], [8, 3, 1, "", "temperature_scale"]], "icenet.deep.train": [[8, 1, 1, "", "getgenericmodel"], [8, 1, 1, "", "getgenericparam"], [8, 1, 1, "", "getgraphmodel"], [8, 1, 1, "", "getgraphparam"], [8, 1, 1, "", "raytune_main"], [8, 1, 1, "", "torch_construct"], [8, 1, 1, "", "torch_loop"], [8, 1, 1, "", "train_cutset"], [8, 1, 1, "", "train_flow"], [8, 1, 1, "", "train_flr"], [8, 1, 1, "", "train_graph_xgb"], [8, 1, 1, "", "train_torch_generic"], [8, 1, 1, "", "train_torch_graph"], [8, 1, 1, "", "train_xtx"]], "icenet.deep.vae": [[8, 2, 1, "", "Decoder"], [8, 2, 1, "", "Encoder"], [8, 2, 1, "", "VAE"], [8, 2, 1, "", "VariationalEncoder"]], "icenet.deep.vae.Decoder": [[8, 3, 1, "", "forward"]], "icenet.deep.vae.Encoder": [[8, 3, 1, "", "forward"]], "icenet.deep.vae.VAE": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "kl_div"], [8, 3, 1, "", "log_pxz"], [8, 3, 1, "", "loss_kl_reco"], [8, 3, 1, "", "softpredict"], [8, 3, 1, "", "to_device"]], "icenet.deep.vae.VariationalEncoder": [[8, 3, 1, "", "forward"], [8, 3, 1, "", "to_device"]], "icenet.optim": [[8, 0, 0, "-", "adam"], [8, 0, 0, "-", "adamax"], [8, 0, 0, "-", "scheduler"]], "icenet.optim.adam": [[8, 2, 1, "", "Adam"]], "icenet.optim.adam.Adam": [[8, 3, 1, "", "step"], [8, 3, 1, "", "substitute"], [8, 3, 1, "", "swap"]], "icenet.optim.adamax": [[8, 2, 1, "", "Adamax"]], "icenet.optim.adamax.Adamax": [[8, 3, 1, "", "step"], [8, 3, 1, "", "substitute"], [8, 3, 1, "", "swap"]], "icenet.optim.scheduler": [[8, 2, 1, "", "ReduceLROnPlateau"]], "icenet.optim.scheduler.ReduceLROnPlateau": [[8, 3, 1, "", "step"]], "icenet.tools": [[8, 0, 0, "-", "aux"], [8, 0, 0, "-", "aux_torch"], [8, 0, 0, "-", "icemap"], [8, 0, 0, "-", "iceroot"], [8, 0, 0, "-", "icevec"], [8, 0, 0, "-", "io"], [8, 0, 0, "-", "plots"], [8, 0, 0, "-", "prints"], [8, 0, 0, "-", "process"], [8, 0, 0, "-", "reweight"], [8, 0, 0, "-", "stx"]], "icenet.tools.aux": [[8, 2, 1, "", "Metric"], [8, 1, 1, "", "ak2numpy"], [8, 1, 1, "", "arrays2matrix"], [8, 1, 1, "", "bin2int"], [8, 1, 1, "", "bin_array"], [8, 1, 1, "", "binaryvec2int"], [8, 1, 1, "", "binom_coeff_all"], [8, 1, 1, "", "binomial"], [8, 1, 1, "", "binvec2powersetindex"], [8, 1, 1, "", "binvec_are_equal"], [8, 1, 1, "", "cartesian_product"], [8, 1, 1, "", "compute_metrics"], [8, 1, 1, "", "count_targets"], [8, 1, 1, "", "create_model_filename"], [8, 1, 1, "", "deltaphi"], [8, 1, 1, "", "deltar"], [8, 1, 1, "", "explicit_range"], [8, 1, 1, "", "generatebinary"], [8, 1, 1, "", "generatebinary_fixed"], [8, 1, 1, "", "getmtime"], [8, 1, 1, "", "int2onehot"], [8, 1, 1, "", "jagged2matrix"], [8, 1, 1, "", "jagged2tensor"], [8, 1, 1, "", "jagged_ak_to_numpy"], [8, 1, 1, "", "longvec2matrix"], [8, 1, 1, "", "los2lol"], [8, 1, 1, "", "makedir"], [8, 1, 1, "", "merge_connected"], [8, 1, 1, "", "multiclass_roc_auc_score"], [8, 1, 1, "", "number_of_set_bits"], [8, 1, 1, "", "parse_vars"], [8, 1, 1, "", "pick_ind"], [8, 1, 1, "", "process_regexp_ids"], [8, 1, 1, "", "red"], [8, 1, 1, "", "replace_param"], [8, 1, 1, "", "slice_range"], [8, 1, 1, "", "split"], [8, 1, 1, "", "split_size"], [8, 1, 1, "", "split_start_end"], [8, 1, 1, "", "to_edges"], [8, 1, 1, "", "to_graph"], [8, 1, 1, "", "unmask"], [8, 1, 1, "", "unroll_ak_fields"], [8, 1, 1, "", "weighted_avg_and_std"], [8, 1, 1, "", "x2ind"]], "icenet.tools.aux_torch": [[8, 1, 1, "", "count_parameters_torch"], [8, 1, 1, "", "load_torch_checkpoint"], [8, 1, 1, "", "load_torch_model"], [8, 1, 1, "", "save_torch_model"], [8, 1, 1, "", "weight2onehot"]], "icenet.tools.icemap": [[8, 2, 1, "", "icemap"], [8, 1, 1, "", "test_icecube_concat"], [8, 1, 1, "", "test_icecube_indexing"]], "icenet.tools.iceroot": [[8, 1, 1, "", "events_to_jagged_numpy"], [8, 1, 1, "", "get_num_events"], [8, 1, 1, "", "load_tree"], [8, 1, 1, "", "load_tree_stats"], [8, 1, 1, "", "read_multiple"], [8, 1, 1, "", "read_single"]], "icenet.tools.icevec": [[8, 1, 1, "", "hepmc2vec4"], [8, 2, 1, "", "vec4"]], "icenet.tools.icevec.vec4": [[8, 3, 1, "", "abs_delta_phi"], [8, 4, 1, "", "abseta"], [8, 4, 1, "", "beta"], [8, 3, 1, "", "boost"], [8, 4, 1, "", "costheta"], [8, 3, 1, "", "deltaR"], [8, 3, 1, "", "deltaphi"], [8, 3, 1, "", "dot3"], [8, 3, 1, "", "dot4"], [8, 4, 1, "", "e"], [8, 4, 1, "", "eta"], [8, 4, 1, "", "gamma"], [8, 4, 1, "", "m"], [8, 4, 1, "", "m2"], [8, 4, 1, "", "mt"], [8, 4, 1, "", "p3"], [8, 4, 1, "", "p3mod"], [8, 4, 1, "", "p3mod2"], [8, 4, 1, "", "phi"], [8, 3, 1, "", "phi_PIPI"], [8, 4, 1, "", "pt"], [8, 4, 1, "", "pt2"], [8, 4, 1, "", "px"], [8, 4, 1, "", "py"], [8, 4, 1, "", "pz"], [8, 4, 1, "", "rapidity"], [8, 3, 1, "", "rotateSO3"], [8, 3, 1, "", "rotateX"], [8, 3, 1, "", "rotateY"], [8, 3, 1, "", "rotateZ"], [8, 3, 1, "", "scale"], [8, 3, 1, "", "setE"], [8, 3, 1, "", "setMagThetaPhi"], [8, 3, 1, "", "setP3"], [8, 3, 1, "", "setPt2RapPhiM2"], [8, 3, 1, "", "setPtEtaPhi"], [8, 3, 1, "", "setPtEtaPhiM"], [8, 3, 1, "", "setPxPyPzE"], [8, 3, 1, "", "setX"], [8, 3, 1, "", "setXYZ"], [8, 3, 1, "", "setXYZM"], [8, 3, 1, "", "setXYZT"], [8, 3, 1, "", "setY"], [8, 3, 1, "", "setZ"], [8, 4, 1, "", "t"], [8, 4, 1, "", "theta"], [8, 4, 1, "", "x"], [8, 4, 1, "", "y"], [8, 4, 1, "", "z"]], "icenet.tools.io": [[8, 2, 1, "", "IceXYW"], [8, 1, 1, "", "apply_madscore"], [8, 1, 1, "", "apply_zscore"], [8, 1, 1, "", "apply_zscore_tensor"], [8, 1, 1, "", "calc_madscore"], [8, 1, 1, "", "calc_zscore"], [8, 1, 1, "", "calc_zscore_tensor"], [8, 1, 1, "", "checkinfnan"], [8, 1, 1, "", "count_files_in_dir"], [8, 2, 1, "", "fastarray1"], [8, 1, 1, "", "get_gpu_memory_map"], [8, 1, 1, "", "glob_expand_files"], [8, 1, 1, "", "impute_data"], [8, 1, 1, "", "make_hash_sha256_file"], [8, 1, 1, "", "make_hash_sha256_object"], [8, 1, 1, "", "make_hashable"], [8, 1, 1, "", "pick_vars"], [8, 1, 1, "", "process_memory_use"], [8, 1, 1, "", "rootsafe"], [8, 1, 1, "", "safetxt"], [8, 1, 1, "", "showmem"], [8, 1, 1, "", "showmem_cuda"], [8, 1, 1, "", "split_data"], [8, 1, 1, "", "split_data_simple"], [8, 1, 1, "", "torch_cuda_total_memory"]], "icenet.tools.io.IceXYW": [[8, 3, 1, "", "classfilter"], [8, 3, 1, "", "permute"]], "icenet.tools.io.fastarray1": [[8, 3, 1, "", "add"], [8, 3, 1, "", "reset"], [8, 3, 1, "", "update"], [8, 3, 1, "", "values"]], "icenet.tools.plots": [[8, 1, 1, "", "MVA_plot"], [8, 1, 1, "", "ROC_plot"], [8, 1, 1, "", "annotate_heatmap"], [8, 1, 1, "", "binengine"], [8, 1, 1, "", "binned_1D_AUC"], [8, 1, 1, "", "binned_2D_AUC"], [8, 1, 1, "", "density_COR"], [8, 1, 1, "", "density_COR_wclass"], [8, 1, 1, "", "density_MVA_wclass"], [8, 1, 1, "", "draw_error_band"], [8, 1, 1, "", "plot_AUC_matrix"], [8, 1, 1, "", "plot_contour_grid"], [8, 1, 1, "", "plot_correlation_comparison"], [8, 1, 1, "", "plot_correlations"], [8, 1, 1, "", "plot_matrix"], [8, 1, 1, "", "plot_reweight_result"], [8, 1, 1, "", "plot_selection"], [8, 1, 1, "", "plot_train_evolution_multi"], [8, 1, 1, "", "plot_xgb_importance"], [8, 1, 1, "", "plotvar"], [8, 1, 1, "", "plotvars"]], "icenet.tools.prints": [[8, 1, 1, "", "colored_row"], [8, 1, 1, "", "print_RAM_usage"], [8, 1, 1, "", "print_colored_matrix"], [8, 1, 1, "", "print_flow"], [8, 1, 1, "", "print_variables"], [8, 1, 1, "", "printbar"], [8, 1, 1, "", "printbranch"], [8, 1, 1, "", "set_arr_format"]], "icenet.tools.process": [[8, 1, 1, "", "evaluate_models"], [8, 1, 1, "", "generic_flow"], [8, 1, 1, "", "impute_datasets"], [8, 1, 1, "", "make_plots"], [8, 1, 1, "", "plot_XYZ_multiple_models"], [8, 1, 1, "", "plot_XYZ_wrap"], [8, 1, 1, "", "process_data"], [8, 1, 1, "", "read_cli"], [8, 1, 1, "", "read_config"], [8, 1, 1, "", "read_data"], [8, 1, 1, "", "read_data_processed"], [8, 1, 1, "", "train_models"]], "icenet.tools.reweight": [[8, 1, 1, "", "balanceweights"], [8, 1, 1, "", "compute_ND_reweights"], [8, 1, 1, "", "pdf_1D_hist"], [8, 1, 1, "", "pdf_2D_hist"], [8, 1, 1, "", "reweightcoeff1D"], [8, 1, 1, "", "reweightcoeff2D"]], "icenet.tools.stx": [[8, 1, 1, "", "apply_cutflow"], [8, 1, 1, "", "construct_columnar_cuts"], [8, 1, 1, "", "construct_exptree"], [8, 1, 1, "", "eval_boolean_exptree"], [8, 1, 1, "", "eval_boolean_syntax"], [8, 1, 1, "", "filter_constructor"], [8, 1, 1, "", "parse_boolean_exptree"], [8, 1, 1, "", "powerset_constructor"], [8, 1, 1, "", "powerset_cutmask"], [8, 1, 1, "", "print_exptree"], [8, 1, 1, "", "print_parallel_cutflow"], [8, 1, 1, "", "print_stats"], [8, 1, 1, "", "set_constructor"], [8, 1, 1, "", "test_powerset"], [8, 1, 1, "", "test_syntax_tree_flip"], [8, 1, 1, "", "test_syntax_tree_parsing"], [8, 1, 1, "", "test_syntax_tree_simple"], [8, 2, 1, "", "tree_node"]], "iceplot": [[9, 0, 0, "-", "iceplot"]], "iceplot.iceplot": [[9, 1, 1, "", "binwidth"], [9, 1, 1, "", "change2density_labels"], [9, 1, 1, "", "chi2_cost"], [9, 1, 1, "", "colors"], [9, 1, 1, "", "create_axes"], [9, 1, 1, "", "edge2centerbins"], [9, 1, 1, "", "fuse_histograms"], [9, 1, 1, "", "generate_colormap"], [9, 1, 1, "", "hist"], [9, 1, 1, "", "hist_filled_error"], [9, 1, 1, "", "hist_obj"], [9, 1, 1, "", "hist_to_density"], [9, 1, 1, "", "hist_to_density_fullspace"], [9, 1, 1, "", "histhepdata"], [9, 1, 1, "", "histmc"], [9, 2, 1, "", "hobj"], [9, 1, 1, "", "ordered_legend"], [9, 1, 1, "", "plot_horizontal_line"], [9, 1, 1, "", "ratioerr"], [9, 1, 1, "", "set_axis_ticks"], [9, 1, 1, "", "set_global_style"], [9, 1, 1, "", "stepspace"], [9, 1, 1, "", "superplot"], [9, 1, 1, "", "test_iceplot"], [9, 1, 1, "", "tick_calc"], [9, 1, 1, "", "tick_creator"]], "iceplot.iceplot.hobj": [[9, 3, 1, "", "integral"]], "icetrg": [[10, 0, 0, "-", "common"]], "icetrg.common": [[10, 1, 1, "", "load_root_file"], [10, 1, 1, "", "process_root"], [10, 1, 1, "", "splitfactor"]]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:method", "4": "py:property"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "method", "Python method"], "4": ["py", "property", "Python property"]}, "titleterms": {"first": 0, "step": 0, "refer": 0, "content": 0, "note": 0, "packag": 0, "indic": 0, "tabl": 0, "icebrk": 1, "common": [1, 2, 4, 5, 6, 10], "cutstat": 1, "fasthisto": 1, "featur": 1, "histo": 1, "loop": 1, "pdg": 1, "tool": [1, 8], "icedqcd": 2, "graphio": [2, 4, 6], "icefit": 3, "abcd": 3, "cortool": 3, "em": 3, "jacobian": 3, "lognorm": 3, "mine": 3, "peakfit": 3, "score": 3, "statstool": 3, "icehgc": 4, "preprocess": 4, "icehnl": 5, "iceid": 6, "icemc": 7, "icenet": 8, "algo": 8, "analyt": 8, "flr": 8, "nmf": 8, "deep": 8, "autogradxgb": 8, "bnaf": 8, "cnn": 8, "da": 8, "dbnf": 8, "deeptool": 8, "dep": 8, "dmlp": 8, "gcnn": 8, "graph": 8, "iceboost": 8, "losstool": 8, "maxo": 8, "mlgr": 8, "optim": 8, "pgraph": 8, "predict": 8, "tempscal": 8, "train": [8, 13], "vae": 8, "adam": 8, "adamax": 8, "schedul": 8, "aux": 8, "aux_torch": 8, "icemap": 8, "iceroot": 8, "icevec": 8, "io": 8, "plot": 8, "print": 8, "process": 8, "reweight": 8, "stx": 8, "iceplot": 9, "icetrg": 10, "cmssw": 11, "setup": [11, 12], "preliminari": [11, 12], "ssh": 11, "public": 11, "kei": 11, "github": 11, "releas": 11, "instal": 12, "conda": 12, "pre": 12, "cuda": 12, "path": 12, "deprec": 12, "autom": [12, 13], "initi": 12, "environ": 12, "possibl": 12, "problem": 12, "gpu": 12, "support": 12, "command": 12, "grid": [12, 13], "engin": 12, "job": 12, "submiss": 12, "virtual": 12, "c": 12, "librari": 12, "version": 12, "introduct": 13, "basic": 13, "design": 13, "principl": 13, "yaml": 13, "configur": 13, "file": 13, "oracl": 13, "execut": 13, "folder": 13, "structur": 13, "ml": 13, "algorithm": 13, "model": 13, "advanc": 13, "technologi": 13, "selector": 13, "combinator": 13, "distribut": 13, "markup": 14}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1, "sphinx": 60}, "alltitles": {"First steps": [[0, "first-steps"]], "References": [[0, "references"]], "Contents": [[0, "contents"]], "Notes": [[0, null]], "Package Reference": [[0, null]], "Indices and Tables": [[0, "indices-and-tables"]], "icebrk": [[1, "icebrk"]], "icebrk.common": [[1, "icebrk-common"]], "icebrk.cutstats": [[1, "module-icebrk.cutstats"]], "icebrk.fasthistos": [[1, "module-icebrk.fasthistos"]], "icebrk.features": [[1, "module-icebrk.features"]], "icebrk.histos": [[1, "module-icebrk.histos"]], "icebrk.loop": [[1, "module-icebrk.loop"]], "icebrk.PDG": [[1, "module-icebrk.PDG"]], "icebrk.tools": [[1, "module-icebrk.tools"]], "icedqcd": [[2, "icedqcd"]], "icedqcd.common": [[2, "module-icedqcd.common"]], "icedqcd.graphio": [[2, "module-icedqcd.graphio"]], "icefit": [[3, "icefit"]], "icefit.abcd": [[3, "module-icefit.abcd"]], "icefit.cortools": [[3, "module-icefit.cortools"]], "icefit.em": [[3, "module-icefit.em"]], "icefit.jacobian": [[3, "module-icefit.jacobian"]], "icefit.lognormal": [[3, "module-icefit.lognormal"]], "icefit.mine": [[3, "module-icefit.mine"]], "icefit.peakfit": [[3, "module-icefit.peakfit"]], "icefit.score": [[3, "module-icefit.score"]], "icefit.statstools": [[3, "module-icefit.statstools"]], "icehgcal": [[4, "icehgcal"]], "icehgcal.common": [[4, "module-icehgcal.common"]], "icehgcal.graphio": [[4, "module-icehgcal.graphio"]], "icehgcal.preprocess": [[4, "module-icehgcal.preprocess"]], "icehnl": [[5, "icehnl"]], "icehnl.common": [[5, "module-icehnl.common"]], "iceid": [[6, "iceid"]], "iceid.common": [[6, "module-iceid.common"]], "iceid.graphio": [[6, "module-iceid.graphio"]], "icemc": [[7, "icemc"]], "icemc.icemc": [[7, "module-icemc.icemc"]], "icenet": [[8, "icenet"]], "icenet.algo": [[8, "icenet-algo"]], "icenet.algo.analytic": [[8, "module-icenet.algo.analytic"]], "icenet.algo.flr": [[8, "module-icenet.algo.flr"]], "icenet.algo.nmf": [[8, "module-icenet.algo.nmf"]], "icenet.deep": [[8, "icenet-deep"]], "icenet.deep.autogradxgb": [[8, "module-icenet.deep.autogradxgb"]], "icenet.deep.bnaf": [[8, "module-icenet.deep.bnaf"]], "icenet.deep.cnn": [[8, "module-icenet.deep.cnn"]], "icenet.deep.da": [[8, "module-icenet.deep.da"]], "icenet.deep.dbnf": [[8, "module-icenet.deep.dbnf"]], "icenet.deep.deeptools": [[8, "module-icenet.deep.deeptools"]], "icenet.deep.deps": [[8, "module-icenet.deep.deps"]], "icenet.deep.dmlp": [[8, "module-icenet.deep.dmlp"]], "icenet.deep.gcnn": [[8, "module-icenet.deep.gcnn"]], "icenet.deep.graph": [[8, "module-icenet.deep.graph"]], "icenet.deep.iceboost": [[8, "module-icenet.deep.iceboost"]], "icenet.deep.losstools": [[8, "module-icenet.deep.losstools"]], "icenet.deep.maxo": [[8, "module-icenet.deep.maxo"]], "icenet.deep.mlgr": [[8, "module-icenet.deep.mlgr"]], "icenet.deep.optimize": [[8, "module-icenet.deep.optimize"]], "icenet.deep.pgraph": [[8, "module-icenet.deep.pgraph"]], "icenet.deep.predict": [[8, "module-icenet.deep.predict"]], "icenet.deep.tempscale": [[8, "module-icenet.deep.tempscale"]], "icenet.deep.train": [[8, "module-icenet.deep.train"]], "icenet.deep.vae": [[8, "module-icenet.deep.vae"]], "icenet.optim": [[8, "icenet-optim"]], "icenet.optim.adam": [[8, "module-icenet.optim.adam"]], "icenet.optim.adamax": [[8, "module-icenet.optim.adamax"]], "icenet.optim.scheduler": [[8, "module-icenet.optim.scheduler"]], "icenet.tools": [[8, "icenet-tools"]], "icenet.tools.aux": [[8, "module-icenet.tools.aux"]], "icenet.tools.aux_torch": [[8, "module-icenet.tools.aux_torch"]], "icenet.tools.icemap": [[8, "module-icenet.tools.icemap"]], "icenet.tools.iceroot": [[8, "module-icenet.tools.iceroot"]], "icenet.tools.icevec": [[8, "module-icenet.tools.icevec"]], "icenet.tools.io": [[8, "module-icenet.tools.io"]], "icenet.tools.plots": [[8, "module-icenet.tools.plots"]], "icenet.tools.prints": [[8, "module-icenet.tools.prints"]], "icenet.tools.process": [[8, "module-icenet.tools.process"]], "icenet.tools.reweight": [[8, "module-icenet.tools.reweight"]], "icenet.tools.stx": [[8, "module-icenet.tools.stx"]], "iceplot": [[9, "iceplot"]], "iceplot.iceplot": [[9, "module-iceplot.iceplot"]], "icetrg": [[10, "icetrg"]], "icetrg.common": [[10, "module-icetrg.common"]], "CMSSW setup": [[11, "cmssw-setup"]], "Preliminaries: SSH public key to github": [[11, "preliminaries-ssh-public-key-to-github"]], "Preliminaries: CMSSW release setup": [[11, "preliminaries-cmssw-release-setup"]], "Installation": [[12, "installation"]], "Preliminaries: Conda installation": [[12, "preliminaries-conda-installation"]], "Pre-installed CUDA paths (DEPRECATED)": [[12, "pre-installed-cuda-paths-deprecated"]], "Automated setup": [[12, "automated-setup"]], "Initialize the environment": [[12, "initialize-the-environment"]], "Possible problems": [[12, "possible-problems"]], "GPU-support commands": [[12, "gpu-support-commands"]], "Grid engine GPU job submission": [[12, "grid-engine-gpu-job-submission"]], "Conda virtual environment commands": [[12, "conda-virtual-environment-commands"]], "C-library versions": [[12, "c-library-versions"]], "Introduction": [[13, "introduction"]], "Basic design principles": [[13, "basic-design-principles"]], "YAML-configuration files": [[13, "yaml-configuration-files"]], "Oracle Grid execution": [[13, "oracle-grid-execution"]], "Folder structure": [[13, "folder-structure"]], "ML-algorithms and models": [[13, "ml-algorithms-and-models"]], "Advanced ML-training technology": [[13, "advanced-ml-training-technology"]], "Automated selectors and combinatorics for distributions": [[13, "automated-selectors-and-combinatorics-for-distributions"]], "Markup": [[14, "markup"]]}, "indexentries": {"apply_cuts() (in module icebrk.cutstats)": [[1, "icebrk.cutstats.apply_cuts"]], "calc_mc_observables() (in module icebrk.histos)": [[1, "icebrk.histos.calc_MC_observables"]], "calc_batch_mc_observables() (in module icebrk.histos)": [[1, "icebrk.histos.calc_batch_MC_observables"]], "calc_batch_observables() (in module icebrk.histos)": [[1, "icebrk.histos.calc_batch_observables"]], "calc_observables() (in module icebrk.histos)": [[1, "icebrk.histos.calc_observables"]], "collect_info_stats() (in module icebrk.cutstats)": [[1, "icebrk.cutstats.collect_info_stats"]], "collect_mcinfo_stats() (in module icebrk.cutstats)": [[1, "icebrk.cutstats.collect_mcinfo_stats"]], "construct_mc_tree() (in module icebrk.tools)": [[1, "icebrk.tools.construct_MC_tree"]], "construct_mc_truth() (in module icebrk.tools)": [[1, "icebrk.tools.construct_MC_truth"]], "construct_input_vec() (in module icebrk.tools)": [[1, "icebrk.tools.construct_input_vec"]], "construct_kinematics() (in module icebrk.tools)": [[1, "icebrk.tools.construct_kinematics"]], "construct_new_branches() (in module icebrk.features)": [[1, "icebrk.features.construct_new_branches"]], "construct_output_vec() (in module icebrk.tools)": [[1, "icebrk.tools.construct_output_vec"]], "deltar_3() (in module icebrk.tools)": [[1, "icebrk.tools.deltar_3"]], "find_connected_triplets() (in module icebrk.tools)": [[1, "icebrk.tools.find_connected_triplets"]], "generate_feature_names() (in module icebrk.features)": [[1, "icebrk.features.generate_feature_names"]], "get_first_indices() (in module icebrk.tools)": [[1, "icebrk.tools.get_first_indices"]], "getdimension() (in module icebrk.features)": [[1, "icebrk.features.getdimension"]], "hdf5_append() (in module icebrk.loop)": [[1, "icebrk.loop.hdf5_append"]], "hdf5_write_handles() (in module icebrk.loop)": [[1, "icebrk.loop.hdf5_write_handles"]], "hist_flush() (in module icebrk.loop)": [[1, "icebrk.loop.hist_flush"]], "icebrk.pdg": [[1, "module-icebrk.PDG"]], "icebrk.cutstats": [[1, "module-icebrk.cutstats"]], "icebrk.fasthistos": [[1, "module-icebrk.fasthistos"]], "icebrk.features": [[1, "module-icebrk.features"]], "icebrk.histos": [[1, "module-icebrk.histos"]], "icebrk.loop": [[1, "module-icebrk.loop"]], "icebrk.tools": [[1, "module-icebrk.tools"]], "index_of_first_signal() (in module icebrk.tools)": [[1, "icebrk.tools.index_of_first_signal"]], "index_of_last_signal() (in module icebrk.tools)": [[1, "icebrk.tools.index_of_last_signal"]], "init_stat_objects() (in module icebrk.cutstats)": [[1, "icebrk.cutstats.init_stat_objects"]], "initarrays() (in module icebrk.loop)": [[1, "icebrk.loop.initarrays"]], "initialize() (in module icebrk.fasthistos)": [[1, "icebrk.fasthistos.initialize"]], "module": [[1, "module-icebrk.PDG"], [1, "module-icebrk.cutstats"], [1, "module-icebrk.fasthistos"], [1, "module-icebrk.features"], [1, "module-icebrk.histos"], [1, "module-icebrk.loop"], [1, "module-icebrk.tools"], [2, "module-icedqcd.common"], [2, "module-icedqcd.graphio"], [3, "module-icefit.abcd"], [3, "module-icefit.cortools"], [3, "module-icefit.em"], [3, "module-icefit.jacobian"], [3, "module-icefit.lognormal"], [3, "module-icefit.mine"], [3, "module-icefit.peakfit"], [3, "module-icefit.score"], [3, "module-icefit.statstools"], [4, "module-icehgcal.common"], [4, "module-icehgcal.graphio"], [4, "module-icehgcal.preprocess"], [5, "module-icehnl.common"], [6, "module-iceid.common"], [6, "module-iceid.graphio"], [7, "module-icemc.icemc"], [8, "module-icenet.algo.analytic"], [8, "module-icenet.algo.flr"], [8, "module-icenet.algo.nmf"], [8, "module-icenet.deep.autogradxgb"], [8, "module-icenet.deep.bnaf"], [8, "module-icenet.deep.cnn"], [8, "module-icenet.deep.da"], [8, "module-icenet.deep.dbnf"], [8, "module-icenet.deep.deeptools"], [8, "module-icenet.deep.deps"], [8, "module-icenet.deep.dmlp"], [8, "module-icenet.deep.gcnn"], [8, "module-icenet.deep.graph"], [8, "module-icenet.deep.iceboost"], [8, "module-icenet.deep.losstools"], [8, "module-icenet.deep.maxo"], [8, "module-icenet.deep.mlgr"], [8, "module-icenet.deep.optimize"], [8, "module-icenet.deep.pgraph"], [8, "module-icenet.deep.predict"], [8, "module-icenet.deep.tempscale"], [8, "module-icenet.deep.train"], [8, "module-icenet.deep.vae"], [8, "module-icenet.optim.adam"], [8, "module-icenet.optim.adamax"], [8, "module-icenet.optim.scheduler"], [8, "module-icenet.tools.aux"], [8, "module-icenet.tools.aux_torch"], [8, "module-icenet.tools.icemap"], [8, "module-icenet.tools.iceroot"], [8, "module-icenet.tools.icevec"], [8, "module-icenet.tools.io"], [8, "module-icenet.tools.plots"], [8, "module-icenet.tools.prints"], [8, "module-icenet.tools.process"], [8, "module-icenet.tools.reweight"], [8, "module-icenet.tools.stx"], [9, "module-iceplot.iceplot"], [10, "module-icetrg.common"]], "pickle_files() (in module icebrk.histos)": [[1, "icebrk.histos.pickle_files"]], "poweranalysis() (in module icebrk.loop)": [[1, "icebrk.loop.poweranalysis"]], "print_mc_event() (in module icebrk.tools)": [[1, "icebrk.tools.print_MC_event"]], "process() (in module icebrk.loop)": [[1, "icebrk.loop.process"]], "triplet_cuts() (in module icebrk.cutstats)": [[1, "icebrk.cutstats.triplet_cuts"]], "icedqcd.common": [[2, "module-icedqcd.common"]], "icedqcd.graphio": [[2, "module-icedqcd.graphio"]], "load_root_file() (in module icedqcd.common)": [[2, "icedqcd.common.load_root_file"]], "parse_graph_data() (in module icedqcd.graphio)": [[2, "icedqcd.graphio.parse_graph_data"]], "process_root() (in module icedqcd.common)": [[2, "icedqcd.common.process_root"]], "splitfactor() (in module icedqcd.common)": [[2, "icedqcd.common.splitfactor"]], "abcd_2nll() (in module icefit.abcd)": [[3, "icefit.abcd.ABCD_2NLL"]], "abcd_eq() (in module icefit.abcd)": [[3, "icefit.abcd.ABCD_eq"]], "abcd_err() (in module icefit.abcd)": [[3, "icefit.abcd.ABCD_err"]], "ads() (in module icefit.statstools)": [[3, "icefit.statstools.ADS"]], "cb_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.CB_pdf"]], "dscb_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.DSCB_pdf"]], "em_frac() (in module icefit.em)": [[3, "icefit.em.EM_frac"]], "h_score() (in module icefit.cortools)": [[3, "icefit.cortools.H_score"]], "i_score() (in module icefit.cortools)": [[3, "icefit.cortools.I_score"]], "minenet (class in icefit.mine)": [[3, "icefit.mine.MINENet"]], "rbw_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.RBW_pdf"]], "th1_to_numpy() (in module icefit.peakfit)": [[3, "icefit.peakfit.TH1_to_numpy"]], "analytical_extreme_npdf() (in module icefit.statstools)": [[3, "icefit.statstools.analytical_extreme_npdf"]], "analyze_1d_fit() (in module icefit.peakfit)": [[3, "icefit.peakfit.analyze_1D_fit"]], "apply_mine() (in module icefit.mine)": [[3, "icefit.mine.apply_mine"]], "apply_mine_batched() (in module icefit.mine)": [[3, "icefit.mine.apply_mine_batched"]], "asym_bw_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.asym_BW_pdf"]], "asym_rbw_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.asym_RBW_pdf"]], "binned_1d_fit() (in module icefit.peakfit)": [[3, "icefit.peakfit.binned_1D_fit"]], "bw2bins() (in module icefit.cortools)": [[3, "icefit.cortools.bw2bins"]], "cauchy_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.cauchy_pdf"]], "clopper_pearson_err() (in module icefit.statstools)": [[3, "icefit.statstools.clopper_pearson_err"]], "columnar_mask_efficiency() (in module icefit.statstools)": [[3, "icefit.statstools.columnar_mask_efficiency"]], "compute_mine() (in module icefit.mine)": [[3, "icefit.mine.compute_mine"]], "cormat2covmat() (in module icefit.statstools)": [[3, "icefit.statstools.cormat2covmat"]], "corrcoeff_weighted_torch() (in module icefit.cortools)": [[3, "icefit.cortools.corrcoeff_weighted_torch"]], "correlation_matrix() (in module icefit.statstools)": [[3, "icefit.statstools.correlation_matrix"]], "covmat2corrmat() (in module icefit.statstools)": [[3, "icefit.statstools.covmat2corrmat"]], "create_label() (in module icefit.lognormal)": [[3, "icefit.lognormal.create_label"]], "distance_corr() (in module icefit.cortools)": [[3, "icefit.cortools.distance_corr"]], "distance_corr_torch() (in module icefit.cortools)": [[3, "icefit.cortools.distance_corr_torch"]], "error_on_mu() (in module icefit.statstools)": [[3, "icefit.statstools.error_on_mu"]], "error_on_std() (in module icefit.statstools)": [[3, "icefit.statstools.error_on_std"]], "estimate() (in module icefit.mine)": [[3, "icefit.mine.estimate"]], "exp_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.exp_pdf"]], "fit_and_analyze() (in module icefit.peakfit)": [[3, "icefit.peakfit.fit_and_analyze"]], "fit_task() (in module icefit.peakfit)": [[3, "icefit.peakfit.fit_task"]], "forward() (minenet method)": [[3, "icefit.mine.MINENet.forward"]], "freedman_diaconis_bin() (in module icefit.cortools)": [[3, "icefit.cortools.freedman_diaconis_bin"]], "gauss_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.gauss_pdf"]], "gaussian_mutual_information() (in module icefit.cortools)": [[3, "icefit.cortools.gaussian_mutual_information"]], "gausspdf() (in module icefit.em)": [[3, "icefit.em.gausspdf"]], "generic_conv_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.generic_conv_pdf"]], "geom_mean_2d() (in module icefit.statstools)": [[3, "icefit.statstools.geom_mean_2D"]], "get_full_hessian() (in module icefit.jacobian)": [[3, "icefit.jacobian.get_full_hessian"]], "get_gradient() (in module icefit.jacobian)": [[3, "icefit.jacobian.get_gradient"]], "get_jacobian() (in module icefit.jacobian)": [[3, "icefit.jacobian.get_jacobian"]], "get_rootfiles_jpsi() (in module icefit.peakfit)": [[3, "icefit.peakfit.get_rootfiles_jpsi"]], "group_systematics() (in module icefit.peakfit)": [[3, "icefit.peakfit.group_systematics"]], "hacine_entropy_bin() (in module icefit.cortools)": [[3, "icefit.cortools.hacine_entropy_bin"]], "hacine_joint_entropy_bin() (in module icefit.cortools)": [[3, "icefit.cortools.hacine_joint_entropy_bin"]], "highres_x() (in module icefit.peakfit)": [[3, "icefit.peakfit.highres_x"]], "icefit.abcd": [[3, "module-icefit.abcd"]], "icefit.cortools": [[3, "module-icefit.cortools"]], "icefit.em": [[3, "module-icefit.em"]], "icefit.jacobian": [[3, "module-icefit.jacobian"]], "icefit.lognormal": [[3, "module-icefit.lognormal"]], "icefit.mine": [[3, "module-icefit.mine"]], "icefit.peakfit": [[3, "module-icefit.peakfit"]], "icefit.score": [[3, "module-icefit.score"]], "icefit.statstools": [[3, "module-icefit.statstools"]], "iminuit2python() (in module icefit.peakfit)": [[3, "icefit.peakfit.iminuit2python"]], "logl() (in module icefit.score)": [[3, "icefit.score.logL"]], "lognormal_param() (in module icefit.lognormal)": [[3, "icefit.lognormal.lognormal_param"]], "main() (in module icefit.lognormal)": [[3, "icefit.lognormal.main"]], "mc_extreme_multivariate_npdf() (in module icefit.statstools)": [[3, "icefit.statstools.mc_extreme_multivariate_npdf"]], "mc_extreme_npdf() (in module icefit.statstools)": [[3, "icefit.statstools.mc_extreme_npdf"]], "mixture_nll() (in module icefit.em)": [[3, "icefit.em.mixture_nll"]], "mutual_information() (in module icefit.cortools)": [[3, "icefit.cortools.mutual_information"]], "observed_fisher_info() (in module icefit.jacobian)": [[3, "icefit.jacobian.observed_fisher_info"]], "optbins() (in module icefit.cortools)": [[3, "icefit.cortools.optbins"]], "optbins2d() (in module icefit.cortools)": [[3, "icefit.cortools.optbins2d"]], "p2zscore() (in module icefit.statstools)": [[3, "icefit.statstools.p2zscore"]], "pearson_corr() (in module icefit.cortools)": [[3, "icefit.cortools.pearson_corr"]], "percentile_per_dim() (in module icefit.cortools)": [[3, "icefit.cortools.percentile_per_dim"]], "poisson_ratio() (in module icefit.statstools)": [[3, "icefit.statstools.poisson_ratio"]], "poisson_tail() (in module icefit.statstools)": [[3, "icefit.statstools.poisson_tail"]], "poly_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.poly_pdf"]], "prc_ci() (in module icefit.cortools)": [[3, "icefit.cortools.prc_CI"]], "prod_eprop() (in module icefit.statstools)": [[3, "icefit.statstools.prod_eprop"]], "rand_lognormal() (in module icefit.lognormal)": [[3, "icefit.lognormal.rand_lognormal"]], "rand_powexp() (in module icefit.lognormal)": [[3, "icefit.lognormal.rand_powexp"]], "ratio_eprop() (in module icefit.statstools)": [[3, "icefit.statstools.ratio_eprop"]], "read_yaml_input() (in module icefit.peakfit)": [[3, "icefit.peakfit.read_yaml_input"]], "readwrap() (in module icefit.peakfit)": [[3, "icefit.peakfit.readwrap"]], "run_jpsi_fitpeak() (in module icefit.peakfit)": [[3, "icefit.peakfit.run_jpsi_fitpeak"]], "run_jpsi_tagprobe() (in module icefit.peakfit)": [[3, "icefit.peakfit.run_jpsi_tagprobe"]], "sample_batch() (in module icefit.mine)": [[3, "icefit.mine.sample_batch"]], "scott_bin() (in module icefit.cortools)": [[3, "icefit.cortools.scott_bin"]], "test_em() (in module icefit.em)": [[3, "icefit.em.test_EM"]], "test_abcd() (in module icefit.abcd)": [[3, "icefit.abcd.test_abcd"]], "test_accuracy() (in module icefit.lognormal)": [[3, "icefit.lognormal.test_accuracy"]], "test_constant() (in module icefit.cortools)": [[3, "icefit.cortools.test_constant"]], "test_dimension_interfaces() (in module icefit.jacobian)": [[3, "icefit.jacobian.test_dimension_interfaces"]], "test_efficiency_ratio() (in module icefit.statstools)": [[3, "icefit.statstools.test_efficiency_ratio"]], "test_extreme_npdf() (in module icefit.statstools)": [[3, "icefit.statstools.test_extreme_npdf"]], "test_gaussian() (in module icefit.cortools)": [[3, "icefit.cortools.test_gaussian"]], "test_hessians() (in module icefit.jacobian)": [[3, "icefit.jacobian.test_hessians"]], "test_jacobians() (in module icefit.jacobian)": [[3, "icefit.jacobian.test_jacobians"]], "test_lognormal() (in module icefit.lognormal)": [[3, "icefit.lognormal.test_lognormal"]], "test_ratios() (in module icefit.statstools)": [[3, "icefit.statstools.test_ratios"]], "tpratio_taylor() (in module icefit.statstools)": [[3, "icefit.statstools.tpratio_taylor"]], "train_loop() (in module icefit.mine)": [[3, "icefit.mine.train_loop"]], "voigt_fwhm() (in module icefit.peakfit)": [[3, "icefit.peakfit.voigt_FWHM"]], "voigt_pdf() (in module icefit.peakfit)": [[3, "icefit.peakfit.voigt_pdf"]], "weighted_binomial_err() (in module icefit.statstools)": [[3, "icefit.statstools.weighted_binomial_err"]], "welch_ttest() (in module icefit.statstools)": [[3, "icefit.statstools.welch_ttest"]], "compute_edge_attr() (in module icehgcal.graphio)": [[4, "icehgcal.graphio.compute_edge_attr"]], "compute_edges() (in module icehgcal.preprocess)": [[4, "icehgcal.preprocess.compute_edges"]], "create_trackster_data() (in module icehgcal.preprocess)": [[4, "icehgcal.preprocess.create_trackster_data"]], "event_loop() (in module icehgcal.preprocess)": [[4, "icehgcal.preprocess.event_loop"]], "get_node_features() (in module icehgcal.graphio)": [[4, "icehgcal.graphio.get_node_features"]], "icehgcal.common": [[4, "module-icehgcal.common"]], "icehgcal.graphio": [[4, "module-icehgcal.graphio"]], "icehgcal.preprocess": [[4, "module-icehgcal.preprocess"]], "load_root_file() (in module icehgcal.common)": [[4, "icehgcal.common.load_root_file"]], "parse_graph_data_candidate() (in module icehgcal.graphio)": [[4, "icehgcal.graphio.parse_graph_data_candidate"]], "parse_graph_data_trackster() (in module icehgcal.graphio)": [[4, "icehgcal.graphio.parse_graph_data_trackster"]], "process_root() (in module icehgcal.common)": [[4, "icehgcal.common.process_root"]], "process_tracklet_data() (in module icehgcal.common)": [[4, "icehgcal.common.process_tracklet_data"]], "read_data_tracklet() (in module icehgcal.common)": [[4, "icehgcal.common.read_data_tracklet"]], "splitfactor() (in module icehgcal.common)": [[4, "icehgcal.common.splitfactor"]], "icehnl.common": [[5, "module-icehnl.common"]], "load_root_file() (in module icehnl.common)": [[5, "icehnl.common.load_root_file"]], "splitfactor() (in module icehnl.common)": [[5, "icehnl.common.splitfactor"]], "get_node_features() (in module iceid.graphio)": [[6, "iceid.graphio.get_node_features"]], "iceid.common": [[6, "module-iceid.common"]], "iceid.graphio": [[6, "module-iceid.graphio"]], "load_root_file() (in module iceid.common)": [[6, "iceid.common.load_root_file"]], "parse_graph_data() (in module iceid.graphio)": [[6, "iceid.graphio.parse_graph_data"]], "parse_tensor_data() (in module iceid.graphio)": [[6, "iceid.graphio.parse_tensor_data"]], "splitfactor() (in module iceid.common)": [[6, "iceid.common.splitfactor"]], "gamma2tau() (in module icemc.icemc)": [[7, "icemc.icemc.Gamma2tau"]], "u() (in module icemc.icemc)": [[7, "icemc.icemc.U"]], "annotate_heatmap() (in module icemc.icemc)": [[7, "icemc.icemc.annotate_heatmap"]], "icemc.icemc": [[7, "module-icemc.icemc"]], "outer_sim_loop() (in module icemc.icemc)": [[7, "icemc.icemc.outer_sim_loop"]], "outer_sim_loop_2() (in module icemc.icemc)": [[7, "icemc.icemc.outer_sim_loop_2"]], "produce_acceptance_sim() (in module icemc.icemc)": [[7, "icemc.icemc.produce_acceptance_sim"]], "randexp() (in module icemc.icemc)": [[7, "icemc.icemc.randexp"]], "randpow() (in module icemc.icemc)": [[7, "icemc.icemc.randpow"]], "resonance_generator() (in module icemc.icemc)": [[7, "icemc.icemc.resonance_generator"]], "set_aspect_true_equal() (in module icemc.icemc)": [[7, "icemc.icemc.set_aspect_true_equal"]], "spherical_acceptance() (in module icemc.icemc)": [[7, "icemc.icemc.spherical_acceptance"]], "tau2gamma() (in module icemc.icemc)": [[7, "icemc.icemc.tau2Gamma"]], "test() (in module icemc.icemc)": [[7, "icemc.icemc.test"]], "test_toy_pt_spectrum() (in module icemc.icemc)": [[7, "icemc.icemc.test_toy_pt_spectrum"]], "twobody() (in module icemc.icemc)": [[7, "icemc.icemc.twobody"]], "adam (class in icenet.optim.adam)": [[8, "icenet.optim.adam.Adam"]], "adamax (class in icenet.optim.adamax)": [[8, "icenet.optim.adamax.Adamax"]], "bnaf (class in icenet.deep.bnaf)": [[8, "icenet.deep.bnaf.BNAF"]], "cnn (class in icenet.deep.cnn)": [[8, "icenet.deep.cnn.CNN"]], "cnn_maxo (class in icenet.deep.cnn)": [[8, "icenet.deep.cnn.CNN_MAXO"]], "deps (class in icenet.deep.deps)": [[8, "icenet.deep.deps.DEPS"]], "dmlp (class in icenet.deep.dmlp)": [[8, "icenet.deep.dmlp.DMLP"]], "dataset (class in icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.Dataset"]], "dataset (class in icenet.deep.optimize)": [[8, "icenet.deep.optimize.Dataset"]], "decoder (class in icenet.deep.vae)": [[8, "icenet.deep.vae.Decoder"]], "dualdataset (class in icenet.deep.optimize)": [[8, "icenet.deep.optimize.DualDataset"]], "dynamicedgeconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.DynamicEdgeConv_"]], "edgeconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.EdgeConv_"]], "encoder (class in icenet.deep.vae)": [[8, "icenet.deep.vae.Encoder"]], "gatconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.GATConv_"]], "gcn (class in icenet.deep.gcnn)": [[8, "icenet.deep.gcnn.GCN"]], "gcn_layer (class in icenet.deep.gcnn)": [[8, "icenet.deep.gcnn.GCN_layer"]], "gineconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.GINEConv_"]], "gine_helper() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.GINE_helper"]], "gnngeneric (class in icenet.deep.graph)": [[8, "icenet.deep.graph.GNNGeneric"]], "gradientreversal (class in icenet.deep.da)": [[8, "icenet.deep.da.GradientReversal"]], "gradientreversalfunction (class in icenet.deep.da)": [[8, "icenet.deep.da.GradientReversalFunction"]], "icexyw (class in icenet.tools.io)": [[8, "icenet.tools.io.IceXYW"]], "maxout (class in icenet.deep.maxo)": [[8, "icenet.deep.maxo.MAXOUT"]], "mi_loss() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.MI_loss"]], "mlgr (class in icenet.deep.mlgr)": [[8, "icenet.deep.mlgr.MLGR"]], "mlp() (in module icenet.deep.dmlp)": [[8, "icenet.deep.dmlp.MLP"]], "mlp_all_act() (in module icenet.deep.dmlp)": [[8, "icenet.deep.dmlp.MLP_ALL_ACT"]], "ml_nmf() (in module icenet.algo.nmf)": [[8, "icenet.algo.nmf.ML_nmf"]], "ml_update_h() (in module icenet.algo.nmf)": [[8, "icenet.algo.nmf.ML_update_H"]], "ml_update_w() (in module icenet.algo.nmf)": [[8, "icenet.algo.nmf.ML_update_W"]], "mva_plot() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.MVA_plot"]], "maskedweight (class in icenet.deep.bnaf)": [[8, "icenet.deep.bnaf.MaskedWeight"]], "metric (class in icenet.tools.aux)": [[8, "icenet.tools.aux.Metric"]], "modelwithtemperature (class in icenet.deep.tempscale)": [[8, "icenet.deep.tempscale.ModelWithTemperature"]], "nnconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.NNConv_"]], "panconv (class in icenet.deep.pgraph)": [[8, "icenet.deep.pgraph.PANConv"]], "panconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.PANConv_"]], "pandropout (class in icenet.deep.pgraph)": [[8, "icenet.deep.pgraph.PANDropout"]], "panumpooling (class in icenet.deep.pgraph)": [[8, "icenet.deep.pgraph.PANUMPooling"]], "panxhmpooling (class in icenet.deep.pgraph)": [[8, "icenet.deep.pgraph.PANXHMPooling"]], "panxumpooling (class in icenet.deep.pgraph)": [[8, "icenet.deep.pgraph.PANXUMPooling"]], "pen1_max (class in icenet.deep.deps)": [[8, "icenet.deep.deps.PEN1_max"]], "pen1_mean (class in icenet.deep.deps)": [[8, "icenet.deep.deps.PEN1_mean"]], "pen_max (class in icenet.deep.deps)": [[8, "icenet.deep.deps.PEN_max"]], "pen_mean (class in icenet.deep.deps)": [[8, "icenet.deep.deps.PEN_mean"]], "permutation (class in icenet.deep.bnaf)": [[8, "icenet.deep.bnaf.Permutation"]], "roc_plot() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.ROC_plot"]], "reducelronplateau (class in icenet.optim.scheduler)": [[8, "icenet.optim.scheduler.ReduceLROnPlateau"]], "sageconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.SAGEConv_"]], "sgconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.SGConv_"]], "sequential (class in icenet.deep.bnaf)": [[8, "icenet.deep.bnaf.Sequential"]], "splineconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.SplineConv_"]], "superedgeconv (class in icenet.deep.graph)": [[8, "icenet.deep.graph.SuperEdgeConv"]], "superedgeconv_() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.SuperEdgeConv_"]], "tanh (class in icenet.deep.bnaf)": [[8, "icenet.deep.bnaf.Tanh"]], "vae (class in icenet.deep.vae)": [[8, "icenet.deep.vae.VAE"]], "variationalencoder (class in icenet.deep.vae)": [[8, "icenet.deep.vae.VariationalEncoder"]], "xgboostobjective (class in icenet.deep.autogradxgb)": [[8, "icenet.deep.autogradxgb.XgboostObjective"]], "abs_delta_phi() (vec4 method)": [[8, "icenet.tools.icevec.vec4.abs_delta_phi"]], "abseta (vec4 property)": [[8, "icenet.tools.icevec.vec4.abseta"]], "adaptive_gradient_clipping_() (in module icenet.deep.deeptools)": [[8, "icenet.deep.deeptools.adaptive_gradient_clipping_"]], "add() (fastarray1 method)": [[8, "icenet.tools.io.fastarray1.add"]], "ak2numpy() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.ak2numpy"]], "annotate_heatmap() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.annotate_heatmap"]], "apply_cutflow() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.apply_cutflow"]], "apply_madscore() (in module icenet.tools.io)": [[8, "icenet.tools.io.apply_madscore"]], "apply_zscore() (in module icenet.tools.io)": [[8, "icenet.tools.io.apply_zscore"]], "apply_zscore_tensor() (in module icenet.tools.io)": [[8, "icenet.tools.io.apply_zscore_tensor"]], "arrays2matrix() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.arrays2matrix"]], "backward() (gradientreversalfunction static method)": [[8, "icenet.deep.da.GradientReversalFunction.backward"]], "balanceweights() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.balanceweights"]], "batch2tensor() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.batch2tensor"]], "beta (vec4 property)": [[8, "icenet.tools.icevec.vec4.beta"]], "bin2int() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.bin2int"]], "bin_array() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.bin_array"]], "binary_cross_entropy_logprob() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.binary_cross_entropy_logprob"]], "binarypredict() (deps method)": [[8, "icenet.deep.deps.DEPS.binarypredict"]], "binarypredict() (dmlp method)": [[8, "icenet.deep.dmlp.DMLP.binarypredict"]], "binarypredict() (maxout method)": [[8, "icenet.deep.maxo.MAXOUT.binarypredict"]], "binarypredict() (mlgr method)": [[8, "icenet.deep.mlgr.MLGR.binarypredict"]], "binaryvec2int() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.binaryvec2int"]], "binengine() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.binengine"]], "binned_1d_auc() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.binned_1D_AUC"]], "binned_2d_auc() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.binned_2D_AUC"]], "binom_coeff_all() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.binom_coeff_all"]], "binomial() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.binomial"]], "binvec2powersetindex() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.binvec2powersetindex"]], "binvec_are_equal() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.binvec_are_equal"]], "boost() (vec4 method)": [[8, "icenet.tools.icevec.vec4.boost"]], "calc_madscore() (in module icenet.tools.io)": [[8, "icenet.tools.io.calc_madscore"]], "calc_zscore() (in module icenet.tools.io)": [[8, "icenet.tools.io.calc_zscore"]], "calc_zscore_tensor() (in module icenet.tools.io)": [[8, "icenet.tools.io.calc_zscore_tensor"]], "cartesian_product() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.cartesian_product"]], "checkinfnan() (in module icenet.tools.io)": [[8, "icenet.tools.io.checkinfnan"]], "classfilter() (icexyw method)": [[8, "icenet.tools.io.IceXYW.classfilter"]], "colored_row() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.colored_row"]], "compute_nd_reweights() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.compute_ND_reweights"]], "compute_log_p_x() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.compute_log_p_x"]], "compute_metrics() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.compute_metrics"]], "construct_columnar_cuts() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.construct_columnar_cuts"]], "construct_exptree() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.construct_exptree"]], "costheta (vec4 property)": [[8, "icenet.tools.icevec.vec4.costheta"]], "count_files_in_dir() (in module icenet.tools.io)": [[8, "icenet.tools.io.count_files_in_dir"]], "count_parameters_torch() (in module icenet.tools.aux_torch)": [[8, "icenet.tools.aux_torch.count_parameters_torch"]], "count_simple_edges() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.count_simple_edges"]], "count_targets() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.count_targets"]], "create_filters() (in module icenet.deep.iceboost)": [[8, "icenet.deep.iceboost.create_filters"]], "create_model() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.create_model"]], "create_model_filename() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.create_model_filename"]], "deltar() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.deltaR"]], "deltar() (vec4 method)": [[8, "icenet.tools.icevec.vec4.deltaR"]], "deltaphi() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.deltaphi"]], "deltaphi() (vec4 method)": [[8, "icenet.tools.icevec.vec4.deltaphi"]], "deltar() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.deltar"]], "density_cor() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.density_COR"]], "density_cor_wclass() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.density_COR_wclass"]], "density_mva_wclass() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.density_MVA_wclass"]], "derivatives() (xgboostobjective method)": [[8, "icenet.deep.autogradxgb.XgboostObjective.derivatives"]], "dict_batch_to_cuda() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.dict_batch_to_cuda"]], "dot3() (vec4 method)": [[8, "icenet.tools.icevec.vec4.dot3"]], "dot4() (vec4 method)": [[8, "icenet.tools.icevec.vec4.dot4"]], "draw_error_band() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.draw_error_band"]], "e (vec4 property)": [[8, "icenet.tools.icevec.vec4.e"]], "eta (vec4 property)": [[8, "icenet.tools.icevec.vec4.eta"]], "eval_boolean_exptree() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.eval_boolean_exptree"]], "eval_boolean_syntax() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.eval_boolean_syntax"]], "evaluate_models() (in module icenet.tools.process)": [[8, "icenet.tools.process.evaluate_models"]], "events_to_jagged_numpy() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.events_to_jagged_numpy"]], "explicit_range() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.explicit_range"]], "fastarray1 (class in icenet.tools.io)": [[8, "icenet.tools.io.fastarray1"]], "filter_adj() (panumpooling method)": [[8, "icenet.deep.pgraph.PANUMPooling.filter_adj"]], "filter_adj() (panxhmpooling method)": [[8, "icenet.deep.pgraph.PANXHMPooling.filter_adj"]], "filter_adj() (panxumpooling method)": [[8, "icenet.deep.pgraph.PANXUMPooling.filter_adj"]], "filter_constructor() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.filter_constructor"]], "forward() (bnaf method)": [[8, "icenet.deep.bnaf.BNAF.forward"]], "forward() (cnn method)": [[8, "icenet.deep.cnn.CNN.forward"]], "forward() (cnn_maxo method)": [[8, "icenet.deep.cnn.CNN_MAXO.forward"]], "forward() (deps method)": [[8, "icenet.deep.deps.DEPS.forward"]], "forward() (dmlp method)": [[8, "icenet.deep.dmlp.DMLP.forward"]], "forward() (decoder method)": [[8, "icenet.deep.vae.Decoder.forward"]], "forward() (encoder method)": [[8, "icenet.deep.vae.Encoder.forward"]], "forward() (gcn method)": [[8, "icenet.deep.gcnn.GCN.forward"]], "forward() (gcn_layer method)": [[8, "icenet.deep.gcnn.GCN_layer.forward"]], "forward() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.forward"]], "forward() (gradientreversal method)": [[8, "icenet.deep.da.GradientReversal.forward"]], "forward() (gradientreversalfunction static method)": [[8, "icenet.deep.da.GradientReversalFunction.forward"]], "forward() (maxout method)": [[8, "icenet.deep.maxo.MAXOUT.forward"]], "forward() (mlgr method)": [[8, "icenet.deep.mlgr.MLGR.forward"]], "forward() (maskedweight method)": [[8, "icenet.deep.bnaf.MaskedWeight.forward"]], "forward() (modelwithtemperature method)": [[8, "icenet.deep.tempscale.ModelWithTemperature.forward"]], "forward() (panconv method)": [[8, "icenet.deep.pgraph.PANConv.forward"]], "forward() (pandropout method)": [[8, "icenet.deep.pgraph.PANDropout.forward"]], "forward() (panumpooling method)": [[8, "icenet.deep.pgraph.PANUMPooling.forward"]], "forward() (panxhmpooling method)": [[8, "icenet.deep.pgraph.PANXHMPooling.forward"]], "forward() (panxumpooling method)": [[8, "icenet.deep.pgraph.PANXUMPooling.forward"]], "forward() (pen1_max method)": [[8, "icenet.deep.deps.PEN1_max.forward"]], "forward() (pen1_mean method)": [[8, "icenet.deep.deps.PEN1_mean.forward"]], "forward() (pen_max method)": [[8, "icenet.deep.deps.PEN_max.forward"]], "forward() (pen_mean method)": [[8, "icenet.deep.deps.PEN_mean.forward"]], "forward() (permutation method)": [[8, "icenet.deep.bnaf.Permutation.forward"]], "forward() (sequential method)": [[8, "icenet.deep.bnaf.Sequential.forward"]], "forward() (superedgeconv method)": [[8, "icenet.deep.graph.SuperEdgeConv.forward"]], "forward() (tanh method)": [[8, "icenet.deep.bnaf.Tanh.forward"]], "forward() (vae method)": [[8, "icenet.deep.vae.VAE.forward"]], "forward() (variationalencoder method)": [[8, "icenet.deep.vae.VariationalEncoder.forward"]], "forward_2pt() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.forward_2pt"]], "forward_with_da() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.forward_with_DA"]], "fox_wolfram_boost_inv() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.fox_wolfram_boost_inv"]], "gamma (vec4 property)": [[8, "icenet.tools.icevec.vec4.gamma"]], "generatebinary() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.generatebinary"]], "generatebinary_fixed() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.generatebinary_fixed"]], "generic_flow() (in module icenet.tools.process)": [[8, "icenet.tools.process.generic_flow"]], "get_lorentz_edge_features() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.get_Lorentz_edge_features"]], "get_act() (in module icenet.deep.dmlp)": [[8, "icenet.deep.dmlp.get_act"]], "get_gpu_memory_map() (in module icenet.tools.io)": [[8, "icenet.tools.io.get_gpu_memory_map"]], "get_num_events() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.get_num_events"]], "get_pdf() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.get_pdf"]], "get_simple_edge_index() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.get_simple_edge_index"]], "get_weights() (maskedweight method)": [[8, "icenet.deep.bnaf.MaskedWeight.get_weights"]], "getgenericmodel() (in module icenet.deep.train)": [[8, "icenet.deep.train.getgenericmodel"]], "getgenericparam() (in module icenet.deep.train)": [[8, "icenet.deep.train.getgenericparam"]], "getgraphmodel() (in module icenet.deep.train)": [[8, "icenet.deep.train.getgraphmodel"]], "getgraphparam() (in module icenet.deep.train)": [[8, "icenet.deep.train.getgraphparam"]], "getmtime() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.getmtime"]], "glob_expand_files() (in module icenet.tools.io)": [[8, "icenet.tools.io.glob_expand_files"]], "grad_norm() (in module icenet.deep.deeptools)": [[8, "icenet.deep.deeptools.grad_norm"]], "gram_matrix() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.gram_matrix"]], "hepmc2vec4() (in module icenet.tools.icevec)": [[8, "icenet.tools.icevec.hepmc2vec4"]], "icemap (class in icenet.tools.icemap)": [[8, "icenet.tools.icemap.icemap"]], "icenet.algo.analytic": [[8, "module-icenet.algo.analytic"]], "icenet.algo.flr": [[8, "module-icenet.algo.flr"]], "icenet.algo.nmf": [[8, "module-icenet.algo.nmf"]], "icenet.deep.autogradxgb": [[8, "module-icenet.deep.autogradxgb"]], "icenet.deep.bnaf": [[8, "module-icenet.deep.bnaf"]], "icenet.deep.cnn": [[8, "module-icenet.deep.cnn"]], "icenet.deep.da": [[8, "module-icenet.deep.da"]], "icenet.deep.dbnf": [[8, "module-icenet.deep.dbnf"]], "icenet.deep.deeptools": [[8, "module-icenet.deep.deeptools"]], "icenet.deep.deps": [[8, "module-icenet.deep.deps"]], "icenet.deep.dmlp": [[8, "module-icenet.deep.dmlp"]], "icenet.deep.gcnn": [[8, "module-icenet.deep.gcnn"]], "icenet.deep.graph": [[8, "module-icenet.deep.graph"]], "icenet.deep.iceboost": [[8, "module-icenet.deep.iceboost"]], "icenet.deep.losstools": [[8, "module-icenet.deep.losstools"]], "icenet.deep.maxo": [[8, "module-icenet.deep.maxo"]], "icenet.deep.mlgr": [[8, "module-icenet.deep.mlgr"]], "icenet.deep.optimize": [[8, "module-icenet.deep.optimize"]], "icenet.deep.pgraph": [[8, "module-icenet.deep.pgraph"]], "icenet.deep.predict": [[8, "module-icenet.deep.predict"]], "icenet.deep.tempscale": [[8, "module-icenet.deep.tempscale"]], "icenet.deep.train": [[8, "module-icenet.deep.train"]], "icenet.deep.vae": [[8, "module-icenet.deep.vae"]], "icenet.optim.adam": [[8, "module-icenet.optim.adam"]], "icenet.optim.adamax": [[8, "module-icenet.optim.adamax"]], "icenet.optim.scheduler": [[8, "module-icenet.optim.scheduler"]], "icenet.tools.aux": [[8, "module-icenet.tools.aux"]], "icenet.tools.aux_torch": [[8, "module-icenet.tools.aux_torch"]], "icenet.tools.icemap": [[8, "module-icenet.tools.icemap"]], "icenet.tools.iceroot": [[8, "module-icenet.tools.iceroot"]], "icenet.tools.icevec": [[8, "module-icenet.tools.icevec"]], "icenet.tools.io": [[8, "module-icenet.tools.io"]], "icenet.tools.plots": [[8, "module-icenet.tools.plots"]], "icenet.tools.prints": [[8, "module-icenet.tools.prints"]], "icenet.tools.process": [[8, "module-icenet.tools.process"]], "icenet.tools.reweight": [[8, "module-icenet.tools.reweight"]], "icenet.tools.stx": [[8, "module-icenet.tools.stx"]], "impute_data() (in module icenet.tools.io)": [[8, "icenet.tools.io.impute_data"]], "impute_datasets() (in module icenet.tools.process)": [[8, "icenet.tools.process.impute_datasets"]], "inference() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.inference"]], "init_() (superedgeconv method)": [[8, "icenet.deep.graph.SuperEdgeConv.init_"]], "int2onehot() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.int2onehot"]], "invmass() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.invmass"]], "invmass_massless() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.invmass_massless"]], "jagged2matrix() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.jagged2matrix"]], "jagged2tensor() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.jagged2tensor"]], "jagged_ak_to_numpy() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.jagged_ak_to_numpy"]], "kl_div() (vae method)": [[8, "icenet.deep.vae.VAE.kl_div"]], "ktmetric() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.ktmetric"]], "load_models() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.load_models"]], "load_torch_checkpoint() (in module icenet.tools.aux_torch)": [[8, "icenet.tools.aux_torch.load_torch_checkpoint"]], "load_torch_model() (in module icenet.tools.aux_torch)": [[8, "icenet.tools.aux_torch.load_torch_model"]], "load_tree() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.load_tree"]], "load_tree_stats() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.load_tree_stats"]], "log_pxz() (vae method)": [[8, "icenet.deep.vae.VAE.log_pxz"]], "log_softmax() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.log_softmax"]], "log_sum_exp() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.log_sum_exp"]], "logsumexp() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.logsumexp"]], "longvec2matrix() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.longvec2matrix"]], "los2lol() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.los2lol"]], "loss_kl_reco() (vae method)": [[8, "icenet.deep.vae.VAE.loss_kl_reco"]], "loss_wrapper() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.loss_wrapper"]], "m (vec4 property)": [[8, "icenet.tools.icevec.vec4.m"]], "m2 (vec4 property)": [[8, "icenet.tools.icevec.vec4.m2"]], "make_hash_sha256_file() (in module icenet.tools.io)": [[8, "icenet.tools.io.make_hash_sha256_file"]], "make_hash_sha256_object() (in module icenet.tools.io)": [[8, "icenet.tools.io.make_hash_sha256_object"]], "make_hashable() (in module icenet.tools.io)": [[8, "icenet.tools.io.make_hashable"]], "make_plots() (in module icenet.tools.process)": [[8, "icenet.tools.process.make_plots"]], "makedir() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.makedir"]], "maxout() (cnn_maxo method)": [[8, "icenet.deep.cnn.CNN_MAXO.maxout"]], "maxout() (maxout method)": [[8, "icenet.deep.maxo.MAXOUT.maxout"]], "merge_connected() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.merge_connected"]], "message() (panconv method)": [[8, "icenet.deep.pgraph.PANConv.message"]], "message() (superedgeconv method)": [[8, "icenet.deep.graph.SuperEdgeConv.message"]], "model_to_cuda() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.model_to_cuda"]], "mt (vec4 property)": [[8, "icenet.tools.icevec.vec4.mt"]], "multiclass_cross_entropy() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.multiclass_cross_entropy"]], "multiclass_cross_entropy_logprob() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.multiclass_cross_entropy_logprob"]], "multiclass_focal_entropy() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.multiclass_focal_entropy"]], "multiclass_focal_entropy_logprob() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.multiclass_focal_entropy_logprob"]], "multiclass_logit_norm_loss() (in module icenet.deep.losstools)": [[8, "icenet.deep.losstools.multiclass_logit_norm_loss"]], "multiclass_roc_auc_score() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.multiclass_roc_auc_score"]], "number_of_set_bits() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.number_of_set_bits"]], "p3 (vec4 property)": [[8, "icenet.tools.icevec.vec4.p3"]], "p3mod (vec4 property)": [[8, "icenet.tools.icevec.vec4.p3mod"]], "p3mod2 (vec4 property)": [[8, "icenet.tools.icevec.vec4.p3mod2"]], "panentropy() (panconv method)": [[8, "icenet.deep.pgraph.PANConv.panentropy"]], "panentropy_sparse() (panconv method)": [[8, "icenet.deep.pgraph.PANConv.panentropy_sparse"]], "panentropy_sparse() (panxhmpooling method)": [[8, "icenet.deep.pgraph.PANXHMPooling.panentropy_sparse"]], "panentropy_sparse() (panxumpooling method)": [[8, "icenet.deep.pgraph.PANXUMPooling.panentropy_sparse"]], "parse_boolean_exptree() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.parse_boolean_exptree"]], "parse_vars() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.parse_vars"]], "pdf_1d_hist() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.pdf_1D_hist"]], "pdf_2d_hist() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.pdf_2D_hist"]], "permute() (icexyw method)": [[8, "icenet.tools.io.IceXYW.permute"]], "phi (vec4 property)": [[8, "icenet.tools.icevec.vec4.phi"]], "phi_pipi() (vec4 method)": [[8, "icenet.tools.icevec.vec4.phi_PIPI"]], "phi_phasewrap() (in module icenet.algo.analytic)": [[8, "icenet.algo.analytic.phi_phasewrap"]], "pick_ind() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.pick_ind"]], "pick_vars() (in module icenet.tools.io)": [[8, "icenet.tools.io.pick_vars"]], "plot_auc_matrix() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_AUC_matrix"]], "plot_xyz_multiple_models() (in module icenet.tools.process)": [[8, "icenet.tools.process.plot_XYZ_multiple_models"]], "plot_xyz_wrap() (in module icenet.tools.process)": [[8, "icenet.tools.process.plot_XYZ_wrap"]], "plot_contour_grid() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_contour_grid"]], "plot_correlation_comparison() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_correlation_comparison"]], "plot_correlations() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_correlations"]], "plot_matrix() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_matrix"]], "plot_reweight_result() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_reweight_result"]], "plot_selection() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_selection"]], "plot_train_evolution_multi() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_train_evolution_multi"]], "plot_xgb_importance() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plot_xgb_importance"]], "plotvar() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plotvar"]], "plotvars() (in module icenet.tools.plots)": [[8, "icenet.tools.plots.plotvars"]], "powerset_constructor() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.powerset_constructor"]], "powerset_cutmask() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.powerset_cutmask"]], "pred_cut() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_cut"]], "pred_cutset() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_cutset"]], "pred_flow() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_flow"]], "pred_flr() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_flr"]], "pred_graph_xgb() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_graph_xgb"]], "pred_torch_generic() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_torch_generic"]], "pred_torch_graph() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_torch_graph"]], "pred_torch_scalar() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_torch_scalar"]], "pred_xgb() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_xgb"]], "pred_xgb_logistic() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_xgb_logistic"]], "pred_xgb_scalar() (in module icenet.deep.predict)": [[8, "icenet.deep.predict.pred_xgb_scalar"]], "predict() (in module icenet.algo.flr)": [[8, "icenet.algo.flr.predict"]], "predict() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.predict"]], "print_ram_usage() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.print_RAM_usage"]], "print_colored_matrix() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.print_colored_matrix"]], "print_exptree() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.print_exptree"]], "print_flow() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.print_flow"]], "print_parallel_cutflow() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.print_parallel_cutflow"]], "print_stats() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.print_stats"]], "print_variables() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.print_variables"]], "printbar() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.printbar"]], "printbranch() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.printbranch"]], "printloss() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.printloss"]], "process_data() (in module icenet.tools.process)": [[8, "icenet.tools.process.process_data"]], "process_memory_use() (in module icenet.tools.io)": [[8, "icenet.tools.io.process_memory_use"]], "process_regexp_ids() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.process_regexp_ids"]], "pt (vec4 property)": [[8, "icenet.tools.icevec.vec4.pt"]], "pt2 (vec4 property)": [[8, "icenet.tools.icevec.vec4.pt2"]], "px (vec4 property)": [[8, "icenet.tools.icevec.vec4.px"]], "py (vec4 property)": [[8, "icenet.tools.icevec.vec4.py"]], "pz (vec4 property)": [[8, "icenet.tools.icevec.vec4.pz"]], "rapidity (vec4 property)": [[8, "icenet.tools.icevec.vec4.rapidity"]], "raytune_main() (in module icenet.deep.train)": [[8, "icenet.deep.train.raytune_main"]], "read_cli() (in module icenet.tools.process)": [[8, "icenet.tools.process.read_cli"]], "read_config() (in module icenet.tools.process)": [[8, "icenet.tools.process.read_config"]], "read_data() (in module icenet.tools.process)": [[8, "icenet.tools.process.read_data"]], "read_data_processed() (in module icenet.tools.process)": [[8, "icenet.tools.process.read_data_processed"]], "read_multiple() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.read_multiple"]], "read_single() (in module icenet.tools.iceroot)": [[8, "icenet.tools.iceroot.read_single"]], "red() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.red"]], "replace_param() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.replace_param"]], "reset() (fastarray1 method)": [[8, "icenet.tools.io.fastarray1.reset"]], "reset_param() (gcn_layer method)": [[8, "icenet.deep.gcnn.GCN_layer.reset_param"]], "reset_parameters() (superedgeconv method)": [[8, "icenet.deep.graph.SuperEdgeConv.reset_parameters"]], "reweightcoeff1d() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.reweightcoeff1D"]], "reweightcoeff2d() (in module icenet.tools.reweight)": [[8, "icenet.tools.reweight.reweightcoeff2D"]], "rootsafe() (in module icenet.tools.io)": [[8, "icenet.tools.io.rootsafe"]], "rotateso3() (vec4 method)": [[8, "icenet.tools.icevec.vec4.rotateSO3"]], "rotatex() (vec4 method)": [[8, "icenet.tools.icevec.vec4.rotateX"]], "rotatey() (vec4 method)": [[8, "icenet.tools.icevec.vec4.rotateY"]], "rotatez() (vec4 method)": [[8, "icenet.tools.icevec.vec4.rotateZ"]], "safetxt() (in module icenet.tools.io)": [[8, "icenet.tools.io.safetxt"]], "save_torch_model() (in module icenet.tools.aux_torch)": [[8, "icenet.tools.aux_torch.save_torch_model"]], "scale() (vec4 method)": [[8, "icenet.tools.icevec.vec4.scale"]], "sete() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setE"]], "setmagthetaphi() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setMagThetaPhi"]], "setp3() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setP3"]], "setpt2rapphim2() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setPt2RapPhiM2"]], "setptetaphi() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setPtEtaPhi"]], "setptetaphim() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setPtEtaPhiM"]], "setpxpypze() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setPxPyPzE"]], "setx() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setX"]], "setxyz() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setXYZ"]], "setxyzm() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setXYZM"]], "setxyzt() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setXYZT"]], "sety() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setY"]], "setz() (vec4 method)": [[8, "icenet.tools.icevec.vec4.setZ"]], "set_arr_format() (in module icenet.tools.prints)": [[8, "icenet.tools.prints.set_arr_format"]], "set_constructor() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.set_constructor"]], "set_temperature() (modelwithtemperature method)": [[8, "icenet.deep.tempscale.ModelWithTemperature.set_temperature"]], "showmem() (in module icenet.tools.io)": [[8, "icenet.tools.io.showmem"]], "showmem_cuda() (in module icenet.tools.io)": [[8, "icenet.tools.io.showmem_cuda"]], "slice_range() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.slice_range"]], "softpredict() (cnn method)": [[8, "icenet.deep.cnn.CNN.softpredict"]], "softpredict() (cnn_maxo method)": [[8, "icenet.deep.cnn.CNN_MAXO.softpredict"]], "softpredict() (deps method)": [[8, "icenet.deep.deps.DEPS.softpredict"]], "softpredict() (dmlp method)": [[8, "icenet.deep.dmlp.DMLP.softpredict"]], "softpredict() (gnngeneric method)": [[8, "icenet.deep.graph.GNNGeneric.softpredict"]], "softpredict() (maxout method)": [[8, "icenet.deep.maxo.MAXOUT.softpredict"]], "softpredict() (mlgr method)": [[8, "icenet.deep.mlgr.MLGR.softpredict"]], "softpredict() (vae method)": [[8, "icenet.deep.vae.VAE.softpredict"]], "split() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.split"]], "split_data() (in module icenet.tools.io)": [[8, "icenet.tools.io.split_data"]], "split_data_simple() (in module icenet.tools.io)": [[8, "icenet.tools.io.split_data_simple"]], "split_size() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.split_size"]], "split_start_end() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.split_start_end"]], "step() (adam method)": [[8, "icenet.optim.adam.Adam.step"]], "step() (adamax method)": [[8, "icenet.optim.adamax.Adamax.step"]], "step() (reducelronplateau method)": [[8, "icenet.optim.scheduler.ReduceLROnPlateau.step"]], "substitute() (adam method)": [[8, "icenet.optim.adam.Adam.substitute"]], "substitute() (adamax method)": [[8, "icenet.optim.adamax.Adamax.substitute"]], "swap() (adam method)": [[8, "icenet.optim.adam.Adam.swap"]], "swap() (adamax method)": [[8, "icenet.optim.adamax.Adamax.swap"]], "t (vec4 property)": [[8, "icenet.tools.icevec.vec4.t"]], "temperature_scale() (modelwithtemperature method)": [[8, "icenet.deep.tempscale.ModelWithTemperature.temperature_scale"]], "test() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.test"]], "test_icecube_concat() (in module icenet.tools.icemap)": [[8, "icenet.tools.icemap.test_icecube_concat"]], "test_icecube_indexing() (in module icenet.tools.icemap)": [[8, "icenet.tools.icemap.test_icecube_indexing"]], "test_powerset() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.test_powerset"]], "test_syntax_tree_flip() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.test_syntax_tree_flip"]], "test_syntax_tree_parsing() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.test_syntax_tree_parsing"]], "test_syntax_tree_simple() (in module icenet.tools.stx)": [[8, "icenet.tools.stx.test_syntax_tree_simple"]], "theta (vec4 property)": [[8, "icenet.tools.icevec.vec4.theta"]], "to_device() (vae method)": [[8, "icenet.deep.vae.VAE.to_device"]], "to_device() (variationalencoder method)": [[8, "icenet.deep.vae.VariationalEncoder.to_device"]], "to_edges() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.to_edges"]], "to_graph() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.to_graph"]], "topk() (panumpooling method)": [[8, "icenet.deep.pgraph.PANUMPooling.topk"]], "topk() (panxhmpooling method)": [[8, "icenet.deep.pgraph.PANXHMPooling.topk"]], "topk() (panxumpooling method)": [[8, "icenet.deep.pgraph.PANXUMPooling.topk"]], "torch_construct() (in module icenet.deep.train)": [[8, "icenet.deep.train.torch_construct"]], "torch_conversion() (xgboostobjective method)": [[8, "icenet.deep.autogradxgb.XgboostObjective.torch_conversion"]], "torch_cuda_total_memory() (in module icenet.tools.io)": [[8, "icenet.tools.io.torch_cuda_total_memory"]], "torch_loop() (in module icenet.deep.train)": [[8, "icenet.deep.train.torch_loop"]], "trackloss() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.trackloss"]], "train() (in module icenet.algo.flr)": [[8, "icenet.algo.flr.train"]], "train() (in module icenet.deep.dbnf)": [[8, "icenet.deep.dbnf.train"]], "train() (in module icenet.deep.optimize)": [[8, "icenet.deep.optimize.train"]], "train_cutset() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_cutset"]], "train_flow() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_flow"]], "train_flr() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_flr"]], "train_graph_xgb() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_graph_xgb"]], "train_models() (in module icenet.tools.process)": [[8, "icenet.tools.process.train_models"]], "train_torch_generic() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_torch_generic"]], "train_torch_graph() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_torch_graph"]], "train_xgb() (in module icenet.deep.iceboost)": [[8, "icenet.deep.iceboost.train_xgb"]], "train_xtx() (in module icenet.deep.train)": [[8, "icenet.deep.train.train_xtx"]], "tree_node (class in icenet.tools.stx)": [[8, "icenet.tools.stx.tree_node"]], "unmask() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.unmask"]], "unroll_ak_fields() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.unroll_ak_fields"]], "update() (panconv method)": [[8, "icenet.deep.pgraph.PANConv.update"]], "update() (fastarray1 method)": [[8, "icenet.tools.io.fastarray1.update"]], "values() (fastarray1 method)": [[8, "icenet.tools.io.fastarray1.values"]], "vec4 (class in icenet.tools.icevec)": [[8, "icenet.tools.icevec.vec4"]], "weight2onehot() (in module icenet.tools.aux_torch)": [[8, "icenet.tools.aux_torch.weight2onehot"]], "weighted_avg_and_std() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.weighted_avg_and_std"]], "weights_init_all() (in module icenet.deep.deeptools)": [[8, "icenet.deep.deeptools.weights_init_all"]], "weights_init_normal() (in module icenet.deep.deeptools)": [[8, "icenet.deep.deeptools.weights_init_normal"]], "weights_init_uniform_rule() (in module icenet.deep.deeptools)": [[8, "icenet.deep.deeptools.weights_init_uniform_rule"]], "x (vec4 property)": [[8, "icenet.tools.icevec.vec4.x"]], "x2ind() (in module icenet.tools.aux)": [[8, "icenet.tools.aux.x2ind"]], "y (vec4 property)": [[8, "icenet.tools.icevec.vec4.y"]], "z (vec4 property)": [[8, "icenet.tools.icevec.vec4.z"]], "binwidth() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.binwidth"]], "change2density_labels() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.change2density_labels"]], "chi2_cost() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.chi2_cost"]], "colors() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.colors"]], "create_axes() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.create_axes"]], "edge2centerbins() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.edge2centerbins"]], "fuse_histograms() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.fuse_histograms"]], "generate_colormap() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.generate_colormap"]], "hist() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.hist"]], "hist_filled_error() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.hist_filled_error"]], "hist_obj() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.hist_obj"]], "hist_to_density() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.hist_to_density"]], "hist_to_density_fullspace() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.hist_to_density_fullspace"]], "histhepdata() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.histhepdata"]], "histmc() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.histmc"]], "hobj (class in iceplot.iceplot)": [[9, "iceplot.iceplot.hobj"]], "iceplot.iceplot": [[9, "module-iceplot.iceplot"]], "integral() (hobj method)": [[9, "iceplot.iceplot.hobj.integral"]], "ordered_legend() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.ordered_legend"]], "plot_horizontal_line() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.plot_horizontal_line"]], "ratioerr() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.ratioerr"]], "set_axis_ticks() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.set_axis_ticks"]], "set_global_style() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.set_global_style"]], "stepspace() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.stepspace"]], "superplot() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.superplot"]], "test_iceplot() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.test_iceplot"]], "tick_calc() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.tick_calc"]], "tick_creator() (in module iceplot.iceplot)": [[9, "iceplot.iceplot.tick_creator"]], "icetrg.common": [[10, "module-icetrg.common"]], "load_root_file() (in module icetrg.common)": [[10, "icetrg.common.load_root_file"]], "process_root() (in module icetrg.common)": [[10, "icetrg.common.process_root"]], "splitfactor() (in module icetrg.common)": [[10, "icetrg.common.splitfactor"]]}})
\ No newline at end of file