Ignore:
Timestamp:
02/01/07 15:57:02 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcamera/MCameraTH.h

    r7719 r8287  
     1/* ======================================================================== *\
     2!  $Name: not supported by cvs2svn $:$Id: MCameraTH.h,v 1.7 2007-02-01 15:56:17 tbretz Exp $
     3\* ======================================================================== */
    14#ifndef MARS_MCameraTH
    25#define MARS_MCameraTH
     
    4043            return kFALSE;
    4144
     45        // FIXME: This is a stupid workaround to describe the trigger area
     46        //        and only valid for the MAGIC-I camera!
     47        if (idx>=397 ||
     48            (idx>=339 && idx<=345) ||
     49            (idx>=279 && idx<=283) ||
     50            (idx>=331 && idx<=334) ||
     51            (idx>=394 && idx<=396) ||
     52            (idx>=271 && idx<=273) ||
     53            (idx>=329 && idx<=330) ||
     54            (idx>=383 && idx<=389) ||
     55            (idx>=319 && idx<=323) ||
     56            (idx>=289 && idx<=293) ||
     57            (idx>=350 && idx<=356) ||
     58            (idx>=299 && idx<=303) ||
     59            (idx>=361 && idx<=367) ||
     60            (idx>=309 && idx<=313) ||
     61            (idx>=372 && idx<=378))
     62            return kFALSE;
     63
    4264        val = fTH[idx];
    4365        return val>0;
Note: See TracChangeset for help on using the changeset viewer.