-
Notifications
You must be signed in to change notification settings - Fork 31
/
README
50 lines (31 loc) · 1.44 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
This directory contains the simple hyperk event display program "hyperk_esd".
You need to have a WCSim output file on which to run the program.
The program needs to know the whereabouts of a ROOT installation and a WCSim
installation. To run it first do
source ../hk-hyperk/Source_At_Start_T2HK.sh
to set all the needed environment variables.
Then:
root -x hyperk_display.C
A ROOT file open dialog box will appear. Navigate to a file containing WCSim
output.
An Eve Window should appear containing two large tabs on the right hand side and
two small ones on the left hand side.
The two left hand side ones are:
---------------------------------
Eve - the standard Eve controls
Event Control - containing forward and backward arrows for event navigation
The two right hand side ones are:
---------------------------------
Viewer 1 - A 3D event display showing truth tracks and cherenkov hits against a
background geometry which contains all phototubes.
Summary - A brief summary of the truth information found in the event.
Next steps
----------
- Simplified geometry for slower displays e.g. laptops
- Add an event display for fiTQun.
- More features can be added upon request. If you make changes to the
code please pass them back to Alex Finch for inclusion in future versions.
Author: Alex Finch ([email protected]) 30/10/2013
================================================================================
20/6/2014
---------