Changeset 19372 for trunk/FACT++
- Timestamp:
- 11/10/18 22:01:32 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/viewer/index.php
r19369 r19372 4 4 die("V8Js missing"); 5 5 6 // ******************************************************************** 7 8 // Add the path to your getevent executable. It is part of FACT++ 9 // and usually resides either in its main or in its build directory. 6 10 $getevent = "/home/fact/FACT++/getevent"; 7 11 12 // Three paths to calibrated raw data ('cal'), the raw data 13 // itself ('raw') and your Monte Carlo data ('mc'). Calibrated and 14 // Monte Carlo data neeeds special preparation. 8 15 $path = array( 9 16 "cal" => "/newdata/www/cal/", … … 11 18 "mc" => "/newdata/www/mc/", 12 19 ); 20 21 // ******************************************************************** 13 22 14 23 if (isset($_POST['editor1']) || isset($_POST['editor2']))
Note:
See TracChangeset
for help on using the changeset viewer.