Index: /trunk/FACT++/www/viewer/index.html
===================================================================
--- /trunk/FACT++/www/viewer/index.html	(revision 17821)
+++ /trunk/FACT++/www/viewer/index.html	(revision 17822)
@@ -468,4 +468,7 @@
 <tr><td>$.file.runEnd</td><td>MJD of run end minus 40587 (unix time in days)</td></tr>
 <tr><td>$.file.drsFile</td><td>If this is a DRS calibration file, the step id, otherwise -1</td></tr>
+<tr><td>$.file.isMC</td><td>True is this was requested as Monte Carlo file</td></tr>
+<tr><td>$.file.isDRS</td><td>True if DRS calibration constants were requested</td></tr>
+<tr><td>$.file.isCalibrated</td><td>True if a calibrated file was requested</td></tr>
 <tr><td>$.event</td><td>The event header information as obtained from the file</td></tr>
 <tr><td>$.event.numRoi</td><td>Number of samples per pixel</td></tr>
Index: /trunk/FACT++/www/viewer/index.php
===================================================================
--- /trunk/FACT++/www/viewer/index.php	(revision 17821)
+++ /trunk/FACT++/www/viewer/index.php	(revision 17822)
@@ -204,4 +204,7 @@
 $evt = array();
 $fil = array();
+$fil['isMC']         = isset($_POST['montecarlo']);
+$fil['isDRS']        = isset($_POST['drsfile']);
+$fil['isCalibrated'] = isset($_POST['calibrated']);
 
 $fil['runType'] = trim(fread($file, 80));
