File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -165,3 +165,14 @@ tests/kinematics03
165
165
tests /memorytests
166
166
tests /propagatortests
167
167
tests /rave_version
168
+ ar-lib
169
+ autom4te.cache /
170
+ compile
171
+ config.guess
172
+ config.h.in
173
+ config.sub
174
+ configure
175
+ depcomp
176
+ install-sh
177
+ missing
178
+ test-driver
Original file line number Diff line number Diff line change
1
+ Rave is a toolkit that takes a set of reconstructed particle tracks as its
2
+ input and produces reconstructed interaction vertices as its output. It deals
3
+ both with finding (pattern recognition) and with fitting (statistical
4
+ estimation) of the interaction vertices. Its main design goals are ease of
5
+ use, high integratability in existing software projects, extensibility, and
6
+ generality. To this end the API is defined in an as simple as possible way.
7
+ The various algorithms, and optionally, their parameter settings, are
8
+ referenced by a simple string. This guarantees that the user code decouples
9
+ completely from the toolkit internals. Also, maintaining backwards
10
+ compatibility should become a trivial task. The Rave Toolkit is complemented
11
+ by a simple standalone framework, called "Vertigo". Implementation,
12
+ verification, and performance analysis of reconstruction algorithms should thus
13
+ be possible in a very fast and straightforward manner. Rave has its roots in
14
+ the CMS vertex reconstruction community. The current algorithmic parts of the
15
+ toolkit are source code compatible with the original CMS software, but
16
+ contributions from "outside" are highly welcome.
You can’t perform that action at this time.
0 commit comments