Skip to content

Commit 8c53ccf

Browse files
readme added
1 parent 4314014 commit 8c53ccf

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,14 @@ tests/kinematics03
165165
tests/memorytests
166166
tests/propagatortests
167167
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

README

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

0 commit comments

Comments
 (0)