00001 // $Id: s_pol_cond.h 478 2009-10-29 12:26:09Z linev $ 00002 //----------------------------------------------------------------------- 00003 // The GSI Online Offline Object Oriented (Go4) Project 00004 // Experiment Data Processing at EE department, GSI 00005 //----------------------------------------------------------------------- 00006 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH 00007 // Planckstr. 1, 64291 Darmstadt, Germany 00008 // Contact: http://go4.gsi.de 00009 //----------------------------------------------------------------------- 00010 // This software can be used under the license agreements as stated 00011 // in Go4License.txt file which is part of the distribution. 00012 //----------------------------------------------------------------------- 00013 00014 #include "typedefs.h" 00015 typedef struct{ 00016 CHARS c_name[32]; 00017 CHARS c_desc[80]; 00018 INTU4 lu_used; 00019 INTU4 lu_checked; 00020 INTS4 l_freezed; 00021 INTU4 lu_true; 00022 REAL4 r_xmin; 00023 REAL4 r_xmax; 00024 REAL4 r_ymin; 00025 REAL4 r_ymax; 00026 INTS4 l_points; 00027 REAL4 ra_x[32]; 00028 REAL4 ra_y[32]; 00029 REAL4 ra_x1[32]; 00030 REAL4 ra_y1[32]; 00031 REAL4 ra_x2[32]; 00032 REAL4 ra_y2[32]; 00033 REAL4 ra_f[32]; 00034 REAL4 ra_o[32]; 00035 }s_pol;