Fork me on GitHub

source: svn/trunk/Utilities/FROG/config.txt@ 108

Last change on this file since 108 was 107, checked in by Xavier Rouby, 16 years ago

modifications FROG lyon

File size: 2.7 KB
Line 
1// input geometry file
2InputGeom = {../../DelphesToFrog.geom};
3InputVisFile ={../../DelphesToFrog.vis};
4
5GeomToDisplay = {910000000,920000000,930000000,940000000};
6//GeomToDisplay = {910000000};
7EventToDisplay = {21000000};
8
9View3D_Type = 3D;
10View3D_Viewport_X = 0.3;
11View3D_Viewport_Y = 0.0;
12View3D_Viewport_W = 0.7;
13View3D_Viewport_H = 1.0;
14View3D_Cam_Pos_Theta = 0.2;
15View3D_Cam_Pos_Phi =-0.6;
16View3D_Cam_Pos_R = 150;
17View3D_Animate_Rotate = true;
18View3D_Animate_dphi = 0.001;
19
20View2DZ_Type = 2D;
21View2DZ_Viewport_X = 0.0;
22View2DZ_Viewport_Y = 0.3;
23View2DZ_Viewport_W = 0.3;
24View2DZ_Viewport_H = 0.3;
25View2DZ_Cam_Pos_Phi = 0.01;
26View2DZ_Cam_Pos_R = 150;
27View2DZ_Slice_Depth = 800;
28
29View2DR_Type = 2D;
30View2DR_Viewport_X = 0.0;
31View2DR_Viewport_Y = 0.6;
32View2DR_Viewport_W = 0.3;
33View2DR_Viewport_H = 0.3;
34View2DR_Cam_Pos_Phi = 1.57;
35View2DR_Cam_Pos_R = 150;
36View2DR_Slice_Depth = 800;
37
38ViewMenu_Type = Menu;
39ViewMenu_Viewport_X = 0.10;
40ViewMenu_Viewport_Y = 0.05;
41ViewMenu_Viewport_W = 0.80;
42ViewMenu_Viewport_H = 0.90;
43ViewMenu_ShowId = false;
44ViewMenu_ShowBox = false;
45ViewMenu_Alpha = 0.8;
46
47//ActiveViews = {View3D};
48ActiveViews = {View3D, View2DZ, View2DR, ViewMenu};
49
50
51// Current event number
52Event_Number = 17;
53Event_Time = -1; // automatic event changing every Event_Time Sec (if Event_Time>0)
54
55
56// The Extension of File Containing ScreenShots
57// PNG, PS, EPS, TEX, PDF, SVG and PGF(Experimental) Can be used
58Screenshot_Format = png;
59
60Geometry_WireFrame = true;
61
62//COLORS
63ZAxis_Color = {0.14 , 0.026 , 0.026 , 1.0}; // ZAXIS (Z Opacity to 0, in order to switch it off)
64BackGround_Color = {1.0 , 1.0 , 1.0 , 1.0};
65
66Id_900000000_Color = {1.0 , 1.0 , 0.0 , 1.0}; // Detecteur
67Id_910000000_Color = {0.3 , 0.0 , 0.3 , 1.0}; // Tracker
68Id_920000000_Color = {0.0 , 0.3 , 0.3 , 1.0}; // Calo
69Id_930000000_Color = {0.0 , 0.0 , 0.3 , 1.0}; // FWCalo
70Id_940000000_Color = {0.25 , 0.01 , 0.05 , 1.0}; // FWCalo
71//Id_9000020_Color = {1.0 , 0.0 , 1.0 , 1.0}; // Tracker
72//Id_9000010_Color = {0.3 , 1.0 , 0.3 , 1.0}; // PIB
73//Id_9000030_Color = {1.0 , 1.0 , 0.3 , 1.0}; // PIE
74//Id_9000040_Color = {1.0 , 1.0 , 0.3 , 1.0}; // PIE
75
76Id_21000000_Color = {1.0 , 0.0 , 1.0 , 1.0}; // SIM
77
78Id_21001000_Color = {0.0 , 1.0 , 0.0 , 1.0}; // Electrons
79Id_21002000_Color = {0.0 , 0.0 , 1.0 , 1.0}; // Muons
80Id_21003000_Color = {1.0 , 0.0 , 0.0 , 1.0}; // Taus
81Id_21004000_Color = {1.0 , 1.0 , 0.0 , 1.0}; // Photons
82Id_21005000_Color = {0.0 , 1.0 , 1.0 , 1.0}; // Jets
83Id_21006000_Color = {1.0 , 0.0 , 1.0 , 1.0}; // MET
84
85
86
Note: See TracBrowser for help on using the repository browser.