Changeset 19372 for trunk/FACT++


Ignore:
Timestamp:
11/10/18 22:01:32 (6 years ago)
Author:
tbretz
Message:
Added some comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.php

    r19369 r19372  
    44    die("V8Js missing");
    55
     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.
    610$getevent = "/home/fact/FACT++/getevent";
    711
     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.
    815$path = array(
    916              "cal" => "/newdata/www/cal/",
     
    1118              "mc"  => "/newdata/www/mc/",
    1219              );
     20
     21// ********************************************************************
    1322
    1423if (isset($_POST['editor1']) || isset($_POST['editor2']))
Note: See TracChangeset for help on using the changeset viewer.