
AlphaTwirl is a python library that loops over event data and summarizes them into multi-dimensional categorical data as data frames. Event data, input to AlphaTwirl, are data with one entry (or row) for one event: for example, data in ROOT TTrees with one entry per collision event of an LHC experiment at CERN. Event data are often large—too large to be loaded in memory—because they have as many entries as events. Multi-dimensional categorical data, the output of AlphaTwirl, have one row for one category. They are usually small—small enough to be loaded in memory—because they only have as many rows as categories. Users can, for example, import them as data frames into R and pandas, which usually load all data in memory, and can perform categorical data analyses with a rich set of data operations available in R and pandas.
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
- 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
- alphatwirl.roottree.inspect 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