-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample_canvases.cfg
65 lines (58 loc) · 1.52 KB
/
sample_canvases.cfg
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
;-*-EVENT_BROWSER_CANVASES-*-
;************************************************
;This file is generated by browser and contains
;definitions of canvases created during a program
;session. This file can be parsed later by the
;program.
;
;You can edit this file by hand; in which case, be
;aware of the syntax:
;each "canvas" is headed by a header of the format:
;[Canvas:_canvas type_]
;where canvas type corresponds to the enum defined
;in Canvas.h. The rest of the variables are defined
;in the format:
;name = value
;"name" conforms to the rules regarding the names
;of c-style variables.
;************************************************
[Canvas:1]
Name = Shower Angles
EventCut =
rAxis = 90-ElL_ew
thetaAxis = (360-AzL_ew+90)*3.14159/180
colorCodeBy = CCheight_EW
[Canvas:4]
Name = Polar: [ElL_ew] vs. [(360-AzL_ew+90)*3.14159/180]
EventCut =
useErrors = 0
rAxis = ElL_ew
rAxis_err = 0.001
thetaAxis = (360-AzL_ew+90)*3.14159/180
thetaAxis_err = sqrt((CCheight_error_EW)^2+(0.4*CCheight_EW)^2)/log10(Nmu)
[Canvas:2]
Name = Grande Coordinates
EventCut =
positionType = 0
[Canvas:0]
Name = 2DGraph: XC - YC
EventCut =
useErrors = 0
xAxis = XC
xAxis_err =
yAxis = YC
yAxis_err =
[Canvas:1]
Name = Shower Angles
EventCut = ElL_ew>0 && CCheight_NS > 1.5 && CCheight_EW >1.5 && Good_EW==2 && Good_NS==3
rAxis = 90-ElL_ew
thetaAxis = (360-AzL_ew+90)*3.14159/180
colorCodeBy = CCheight_EW
[Canvas:3]
Name = 1DHist: Size
EventCut =
useDefault = 0
data = Size
min = 0
max = 6e+07
nbins = 100