Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cbourjau/alice-rs
/ functions
Functions
210 in github.com/cbourjau/alice-rs
⨍
Functions
210
◇
Types & classes
43
↓ 1 callers
Function
read_cpp
(n_files: usize)
malice/benches/rust_vs_root.rs:39
↓ 1 callers
Function
read_rust
(n_files: usize)
malice/benches/rust_vs_root.rs:16
↓ 1 callers
Function
remove_whitespace
(s: &str)
root-io/src/core/typeid.rs:252
↓ 1 callers
Function
sanitize
(n: &str)
root-io/src/code_gen/utils.rs:23
↓ 1 callers
Function
sinfo_to_yaml
(f: &RootFile)
root-ls/src/main.rs:77
↓ 1 callers
Function
streamers
Return all `TSreamerInfo` for the data in this file
root-io/src/core/tstreamer.rs:188
↓ 1 callers
Function
string_to_mask
Convert a given trigger description to a `TriggerMask`. This mapping may depend on the run number
malice/src/event.rs:227
↓ 1 callers
Function
tbasket2vec
Return a tuple indicating the number of elements in this basket and the content as a Vec<u8>
root-io/src/tree_reader/container.rs:40
↓ 1 callers
Method
theta
Longitudinal (not boosted) angle of the `Track`
malice/src/track.rs:119
↓ 1 callers
Function
tkey_headers
Special thing for the keylist in the file header
root-io/src/core/tkey.rs:86
↓ 1 callers
Function
tnamed
Parser for `TNamed` objects
root-io/src/core/parsers.rs:88
↓ 1 callers
Method
to_inline_parser
(&self)
root-io/src/core/tstreamerinfo.rs:53
↓ 1 callers
Method
to_named_parser
(&self)
root-io/src/core/tstreamerinfo.rs:85
↓ 1 callers
Function
to_rust
(f: &RootFile)
root-ls/src/main.rs:85
↓ 1 callers
Function
tobjstring
Parser for `TObjString`
root-io/src/core/parsers.rs:139
↓ 1 callers
Method
tpc_chi2_per_cluster
Chi<sup>2</sup> normalized to the number of clusters. This is a measure of how well the reconstruction fit the observed clusters
malice/src/track.rs:185
↓ 1 callers
Method
trigger_mask
The `TriggerMask` of this event. Use this to select minimum bias events, for example
malice/src/event.rs:123
↓ 1 callers
Function
try_download
(url: Url)
alice-open-data/src/lib.rs:53
↓ 1 callers
Function
tstreamer
Parse a `TStreamer` from a `Raw` buffer. This is usually the case after reading the `TList` of `TStreamerInfo`s from a ROOT file Parse a `TStreamer` f
root-io/src/core/tstreamer.rs:103
↓ 1 callers
Function
tstreamerinfo
Parse one `TStreamerInfo` object (as found in the `TList`)
root-io/src/core/tstreamerinfo.rs:24
↓ 1 callers
Function
ttree
Parse a `Tree` from the given buffer. Usually used through `FileItem::parse_with`.
root-io/src/tree_reader/tree.rs:128
↓ 1 callers
Method
type_doc
(&self)
root-io/src/core/tstreamerinfo.rs:125
↓ 1 callers
Method
type_name
(&self)
root-io/src/core/tstreamer.rs:300
↓ 1 callers
Method
type_name
(&self)
root-io/src/tree_reader/leafs.rs:215
↓ 1 callers
Method
type_name_str
(&self)
root-io/src/core/typeid.rs:219
↓ 1 callers
Method
visualize
Visualized the data using gnuplot-rs
examples/simple-analysis/src/distribution.rs:79
↓ 1 callers
Method
write_to_disc
Example of how one may write the results to disc
examples/simple-analysis/src/distribution.rs:70
Method
add_variable_width_axis
(mut self, edges1d: &[f64])
histogram/src/lib.rs:154
Function
basket_simple
()
root-io/src/tree_reader/container.rs:74
Function
bench_cpp
(b: &mut Bencher, n_files: &usize)
malice/benches/rust_vs_root.rs:57
Function
bench_cpp
()
malice/src/lib.rs:304
Function
bench_rust
(b: &mut Bencher, n_files: &usize)
malice/benches/rust_vs_root.rs:53
Function
bin_edges
()
histogram/src/lib.rs:281
Method
branches
Return the endpoints of all sub-branches of this branch
root-io/src/tree_reader/branch.rs:59
Function
calc_indices
()
histogram/src/lib.rs:202
Function
classinfo_not_complete_read
()
root-io/src/core/parsers.rs:344
Function
criterion_benchmark
(c: &mut Criterion)
root-io/benches/iter_branch.rs:62
Function
criterion_benchmark
(c: &mut Criterion)
malice/benches/rust_vs_root.rs:61
Method
deref
(&self)
root-io/src/tree_reader/tree.rs:26
Function
directory_test_local
()
root-io/src/core/file.rs:364
Function
directory_test_remote
()
root-io/src/core/file.rs:370
Function
download_partial
()
alice-open-data/src/tests.rs:11
Function
edges_and_centers
()
histogram/src/lib.rs:266
Function
event_stream_from_esd_file
A helper function which turns a path to an ALICE ESD file into a stream over the `Events` of that file.
malice/src/lib.rs:64
Function
event_stream_from_files
Create a stream of events found in the given files (local or remote). You probably want to use `event_iterator_from_files` instead unless you are a on
malice/src/lib.rs:127
Function
faulty_init
()
histogram/src/lib.rs:238
Function
file_header_test_local
()
root-io/src/core/file.rs:316
Function
file_header_test_remote
()
root-io/src/core/file.rs:322
Function
filling
()
histogram/src/lib.rs:245
Function
fixed_size_branch
()
root-io/benches/iter_branch.rs:14
Method
fmt
(&self, f: &mut fmt::Formatter)
root-io/src/core/types.rs:76
Method
fmt
(&self, f: &mut fmt::Formatter)
root-io/src/tree_reader/tree.rs:32
Method
from
(url: Url)
root-io/src/core/data_source.rs:61
Method
from
(event: &Event)
examples/convert_to_msgpack/src/main.rs:23
Function
init_histogram
()
histogram/src/lib.rs:218
Function
is_hybrid_track
So called hybrid tracks are sometimes used in order to achieve a more uniform distribution of tracks in eta and phi. This function cannot be used with
malice/src/utils.rs:49
Function
list_of_rules
()
root-io/src/tests/basic_io.rs:7
Function
log
Print a debuggable object to the console
root-io/src/test_utils.rs:11
Function
main
()
root-ls/src/main.rs:10
Function
main
()
alice-download/src/main.rs:7
Function
main
()
examples/simple-analysis/src/main.rs:7
Function
main
()
examples/convert_to_msgpack/src/main.rs:48
Method
new
(id: i32, comment_str: &str)
root-io/src/core/typeid.rs:66
Method
new
New file item from the information in a TKeyHeader and the associated file
root-io/src/core/file_item.rs:16
Method
new
Open a new ROOT file either from a `Url`, or from a `Path` (not available on `wasm32`).
root-io/src/core/file.rs:150
Method
new
(thing: T)
root-io/src/core/data_source.rs:32
Method
new
In AliESD files, these parameters are saved in "Tracks.fP[5]"
malice/src/track.rs:105
Method
new
()
examples/simple-analysis/src/distribution.rs:21
Method
new
()
histogram/src/lib.rs:124
Function
open_esd
()
root-io/src/core/file_item.rs:92
Function
open_simple
()
root-io/src/core/file_item.rs:81
Method
parse_from_raw
A helper function to get around some lifetime issues on the caller sider
root-io/src/tree_reader/leafs.rs:32
Function
parse_pid_probabilities
(input: &[u8])
malice/src/event.rs:244
Function
parse_tobjarray_of_tnameds
ESD trigger classes are strings describing a particular Trigger. Each event (but in reality every run) might have a different "menu" of available trig
root-io/src/core/parsers.rs:296
Method
px
(&self)
malice/src/track.rs:157
Method
py
(&self)
malice/src/track.rs:160
Method
pz
(&self)
malice/src/track.rs:163
Function
raw_no_context
Same as `raw` but doesn't require a `Context` as input. Panics if a `Context` is required to parse the underlying buffer (i.e., the given buffer conta
root-io/src/core/parsers.rs:278
Function
read_cms_file_remote
()
root-io/src/core/file.rs:275
Function
read_esd_local_and_remote
()
root-io/tests/read_esd.rs:142
Function
read_esd_wasm
()
root-io/tests/read_esd.rs:119
Function
read_simple_local
()
root-io/tests/read_simple.rs:48
Function
read_simple_remote
()
root-io/tests/read_simple.rs:63
Function
root_file_methods
()
root-io/tests/high_level_io.rs:61
Function
root_file_methods_esd
()
root-io/tests/high_level_io.rs:81
Function
rust_cpp_identical_funky_file_1
()
malice/src/lib.rs:205
Function
rust_cpp_identical_funky_file_2
()
malice/src/lib.rs:238
Function
rust_cpp_identical_many_files
()
malice/src/lib.rs:174
Function
simple_tree
()
root-io/src/tree_reader/mod.rs:23
Method
stream_from_tree
(t: &Tree)
root-io/tests/read_esd.rs:33
Method
stream_from_tree
(t: Tree)
root-io/tests/read_simple.rs:20
Function
streamerinfo_test_local
()
root-io/src/core/file.rs:404
Function
streamerinfo_test_remote
()
root-io/src/core/file.rs:410
Function
tbranch_hdr
`TBranchElements` are a subclass of `TBranch` if the content is an Object We ignore the extra information for now and just parse the TBranch"Header" i
root-io/src/tree_reader/branch.rs:176
Function
test_download_file
()
alice-open-data/src/tests.rs:45
Function
test_download_file_high_level
()
alice-open-data/src/tests.rs:71
Function
test_filters
()
malice/src/lib.rs:147
Function
test_get_file_lists
()
alice-open-data/src/tests.rs:37
Method
to_inline_parser
The definition of the parser parsing this thing such that it can be used in-line
root-io/src/code_gen/rust.rs:13
Method
to_inline_parser
(&self)
root-io/src/core/typeid.rs:186
← previous
next →
101–200 of 210, ranked by callers