
The library contains a set of Python classes which can be used to loop over event data, summarize them, and store the results for further analysis or visualization. Event data here are defined as any data with one row (or entry) for one event; for example, data in ROOT TTrees are event data when they have one entry for one proton-proton collision event. Outputs of this library are typically not event data but multi-dimensional categorical data, which have one row for one category. Therefore, the outputs can be imported into R or pandas as data frames. Then, users can continue a multi-dimensional categorical analysis with R, pandas, and other modern data analysis tools.
Contents:
- alphatwirl package
- Subpackages
- alphatwirl.binning package
- alphatwirl.cmsedm package
- alphatwirl.collector package
- Submodules
- alphatwirl.collector.ToDataFrame module
- alphatwirl.collector.ToDataFrameWithDatasetColumn module
- alphatwirl.collector.ToTupleList module
- alphatwirl.collector.ToTupleListWithDatasetColumn module
- alphatwirl.collector.WriteListToFile module
- alphatwirl.collector.WritePandasDataFrameToFile module
- Module contents
- alphatwirl.concurrently package
- Submodules
- alphatwirl.concurrently.CommunicationChannel module
- alphatwirl.concurrently.CommunicationChannel0 module
- alphatwirl.concurrently.HTCondorJobSubmitter module
- alphatwirl.concurrently.MultiprocessingDropbox module
- alphatwirl.concurrently.SubprocessRunner module
- alphatwirl.concurrently.TaskPackage module
- alphatwirl.concurrently.TaskPackageDropbox module
- alphatwirl.concurrently.Worker module
- alphatwirl.concurrently.WorkingArea module
- alphatwirl.concurrently.example_load module
- alphatwirl.concurrently.example_load_result module
- alphatwirl.concurrently.example_submit_htcondor module
- alphatwirl.concurrently.run module
- Module contents
- alphatwirl.configure package
- Submodules
- alphatwirl.configure.TableConfigCompleter module
- alphatwirl.configure.TableFileNameComposer module
- alphatwirl.configure.TableFileNameComposer2 module
- alphatwirl.configure.build_counter_collector_pair module
- alphatwirl.configure.build_progressMonitor_communicationChannel module
- Module contents
- alphatwirl.delphes package
- alphatwirl.heppyresult package
- Submodules
- alphatwirl.heppyresult.Analyzer module
- alphatwirl.heppyresult.Component module
- alphatwirl.heppyresult.ComponentLoop module
- alphatwirl.heppyresult.ComponentReaderComposite module
- alphatwirl.heppyresult.EventBuilder module
- alphatwirl.heppyresult.EventBuilderConfig module
- alphatwirl.heppyresult.EventBuilderConfigMaker module
- alphatwirl.heppyresult.HeppyResult module
- alphatwirl.heppyresult.ReadComponentConfig module
- alphatwirl.heppyresult.ReadCounter module
- alphatwirl.heppyresult.ReadVersionInfo module
- alphatwirl.heppyresult.TblBranch module
- alphatwirl.heppyresult.TblBrilCalc module
- alphatwirl.heppyresult.TblComponentConfig module
- alphatwirl.heppyresult.TblCounter module
- alphatwirl.heppyresult.TblCounterLong module
- alphatwirl.heppyresult.TblTree module
- Module contents
- alphatwirl.loop package
- Submodules
- alphatwirl.loop.Collector module
- alphatwirl.loop.CollectorComposite module
- alphatwirl.loop.CollectorDelegate module
- alphatwirl.loop.DatasetIntoEventBuildersSplitter module
- alphatwirl.loop.EventLoop module
- alphatwirl.loop.EventLoopProgressReportWriter module
- alphatwirl.loop.EventLoopRunner module
- alphatwirl.loop.EventsInDatasetReader module
- alphatwirl.loop.MPEventLoopRunner module
- alphatwirl.loop.NullCollector module
- alphatwirl.loop.ReaderComposite module
- alphatwirl.loop.splitfuncs module
- Module contents
- alphatwirl.misc package
- alphatwirl.progressbar package
- Submodules
- alphatwirl.progressbar.BProgressMonitor module
- alphatwirl.progressbar.NullProgressMonitor module
- alphatwirl.progressbar.ProgressBar module
- alphatwirl.progressbar.ProgressMonitor module
- alphatwirl.progressbar.ProgressPrint module
- alphatwirl.progressbar.ProgressReport module
- alphatwirl.progressbar.ProgressReportPickup module
- alphatwirl.progressbar.ProgressReporter module
- Module contents
- alphatwirl.roottree package
- Submodules
- alphatwirl.roottree.BEventBuilder module
- alphatwirl.roottree.BEvents module
- alphatwirl.roottree.Branch module
- alphatwirl.roottree.BranchAddressManager module
- alphatwirl.roottree.BranchAddressManagerForVector module
- alphatwirl.roottree.BranchBuilder module
- alphatwirl.roottree.EventBuilder module
- alphatwirl.roottree.EventBuilderConfig module
- alphatwirl.roottree.Events module
- Module contents
- alphatwirl.selection package
- alphatwirl.summary package
- Submodules
- alphatwirl.summary.BackrefMultipleArrayReader module
- alphatwirl.summary.Count module
- alphatwirl.summary.KeyValueComposer module
- alphatwirl.summary.NextKeyComposer module
- alphatwirl.summary.Reader module
- alphatwirl.summary.Scan module
- alphatwirl.summary.Sum module
- alphatwirl.summary.Summarizer module
- alphatwirl.summary.WeightCalculatorOne module
- alphatwirl.summary.parse_indices_config module
- Module contents
- Module contents
- Subpackages