Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
a2347c46
Commit
a2347c46
authored
Jun 08, 2021
by
Annika Vauth
Browse files
fix typos
parent
f60a1a1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTracks/AnalysisTracks.cpp
View file @
a2347c46
...
...
@@ -29,7 +29,7 @@ void AnalysisTracks::initialize() {
throw
RuntimeError
(
"Cannot create or access local ROOT directory for module "
+
this
->
getUniqueName
());
}
local_directory
->
cd
();
title
=
"Disance between tracks ; distance [mm]; entries"
;
title
=
"Dis
t
ance between tracks ; distance [mm]; entries"
;
_distance_between_tracks_
[
detector
->
getName
().
c_str
()]
=
new
TH1F
(
"distance_tracks"
,
title
.
c_str
(),
1000
,
0
,
10
);
title
=
"Tracks with same hits ; # tracks with same hit; entries"
;
_tracks_per_hit_
[
detector
->
getName
().
c_str
()]
=
new
TH1F
(
"number_tracks_with same hit"
,
title
.
c_str
(),
15
,
0
,
15
);
...
...
src/modules/AnalysisTracks/README.md
View file @
a2347c46
...
...
@@ -4,7 +4,7 @@
**Status**
: Work in progress
### Description
Check the recontructed tracks for track distances, double usage of clusters, etc
Check the recon
s
tructed tracks for track distances, double usage of clusters, etc
### Parameters
No parameters are used from the configuration file.
...
...
@@ -21,3 +21,4 @@ For each detector the following plots are produced:
[AnalysisTracks]
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment