ROOT logo

/* Result Sets Interface */
#ifndef SQL_CRSR
#  define SQL_CRSR
  struct sql_cursor
  {
    unsigned int curocn;
    void *ptr1;
    void *ptr2;
    unsigned int magic;
  };
  typedef struct sql_cursor sql_cursor;
  typedef struct sql_cursor SQL_CURSOR;
#endif /* SQL_CRSR */

/* Thread Safety */
typedef void * sql_context;
typedef void * SQL_CONTEXT;

/* Object support */
struct sqltvn
{
  unsigned char *tvnvsn; 
  unsigned short tvnvsnl; 
  unsigned char *tvnnm;
  unsigned short tvnnml; 
  unsigned char *tvnsnm;
  unsigned short tvnsnml;
};
typedef struct sqltvn sqltvn;

struct sqladts
{
  unsigned int adtvsn; 
  unsigned short adtmode; 
  unsigned short adtnum;  
  sqltvn adttvn[1];       
};
typedef struct sqladts sqladts;

static struct sqladts sqladt = {
  1,1,0,
};

/* Binding to PL/SQL Records */
struct sqltdss
{
  unsigned int tdsvsn; 
  unsigned short tdsnum; 
  unsigned char *tdsval[1]; 
};
typedef struct sqltdss sqltdss;
static struct sqltdss sqltds =
{
  1,
  0,
};

/* File name & Package Name */
struct sqlcxp
{
  unsigned short fillen;
           char  filnam[18];
};
static const struct sqlcxp sqlfpn =
{
    17,
    "hwallparora2io.pc"
};


static unsigned int sqlctx = 9879331;


static struct sqlexd {
   unsigned long  sqlvsn;
   unsigned int   arrsiz;
   unsigned int   iters;
   unsigned int   offset;
   unsigned short selerr;
   unsigned short sqlety;
   unsigned int   occurs;
      const short *cud;
   unsigned char  *sqlest;
      const char  *stmt;
   sqladts *sqladtp;
   sqltdss *sqltdsp;
   unsigned char  **sqphsv;
   unsigned long  *sqphsl;
            int   *sqphss;
            short **sqpind;
            int   *sqpins;
   unsigned long  *sqparm;
   unsigned long  **sqparc;
   unsigned short  *sqpadto;
   unsigned short  *sqptdso;
   unsigned int   sqlcmax;
   unsigned int   sqlcmin;
   unsigned int   sqlcincr;
   unsigned int   sqlctimeout;
   unsigned int   sqlcnowait;
            int   sqfoff;
   unsigned int   sqcmod;
   unsigned int   sqfmod;
   unsigned int   sqlpfmem;
   unsigned char  *sqhstv[8];
   unsigned long  sqhstl[8];
            int   sqhsts[8];
            short *sqindv[8];
            int   sqinds[8];
   unsigned long  sqharm[8];
   unsigned long  *sqharc[8];
   unsigned short  sqadto[8];
   unsigned short  sqtdso[8];
} sqlstm = {13,8};

// Prototypes
extern "C" {
  void sqlcxt (void **, unsigned int *,
               struct sqlexd *, const struct sqlcxp *);
  void sqlcx2t(void **, unsigned int *,
               struct sqlexd *, const struct sqlcxp *);
  void sqlbuft(void **, char *);
  void sqlgs2t(void **, char *);
  void sqlorat(void **, unsigned int *, void *);
}

// Forms Interface
static const int IAPSUCC = 0;
static const int IAPFAIL = 1403;
static const int IAPFTL  = 535;
extern "C" { void sqliem(unsigned char *, signed int *); }

typedef struct { unsigned short len; unsigned char arr[1]; } VARCHAR;
typedef struct { unsigned short len; unsigned char arr[1]; } varchar;

/* cud (compilation unit data) array */
static const short sqlcud0[] =
{13,4130,1,0,0,
5,0,0,1,167,0,4,108,0,0,4,1,0,1,0,2,3,0,0,2,4,0,0,2,4,0,0,1,3,0,0,
36,0,0,2,165,0,4,115,0,0,4,1,0,1,0,2,3,0,0,2,4,0,0,2,4,0,0,1,3,0,0,
67,0,0,3,110,0,4,150,0,0,4,1,0,1,0,2,3,0,0,2,3,0,0,2,3,0,0,1,3,0,0,
98,0,0,4,177,0,4,191,0,0,8,1,0,1,0,2,3,0,0,2,4,0,0,2,4,0,0,2,4,0,0,2,4,0,0,2,4,
0,0,2,4,0,0,1,3,0,0,
145,0,0,5,102,0,4,269,0,0,2,0,0,1,0,2,3,0,0,2,9,0,0,
168,0,0,6,243,0,6,314,0,0,5,5,0,1,0,3,3,0,0,1,3,0,0,1,3,0,0,1,97,0,0,1,97,0,0,
203,0,0,7,239,0,6,323,0,0,5,5,0,1,0,3,3,0,0,1,3,0,0,1,3,0,0,1,97,0,0,1,97,0,0,
238,0,0,8,105,0,3,369,0,0,4,4,0,1,0,1,3,0,0,1,3,0,0,1,3,0,0,1,3,0,0,
269,0,0,9,163,0,3,415,0,0,8,8,0,1,0,1,3,0,0,1,3,0,0,1,4,0,0,1,4,0,0,1,4,0,0,1,
4,0,0,1,4,0,0,1,4,0,0,
};


//*-- AUTHOR : Ilse Koenig
//*-- Created : 09/02/2010

//_HADES_CLASS_DESCRIPTION 
//////////////////////////////////////////////////////////////////////////////
//
// HWallParOra2Io
//
// Interface class to database Oracle for input/output of parameters needed
// by the Forward Wall
// (uses the Oracle C/C++ precompiler)
//
//////////////////////////////////////////////////////////////////////////////

using namespace std;
#include "hwallparora2io.h"
#include "hparora2set.h"
#include "hwalltrb2lookup.h"
#include "hwallcalpar.h"
#include "hwallgeompar.h"
#include "hgeomcompositevolume.h"
#include "hora2geomdetversion.h"
#include "TClass.h"
#include <iostream>
#include <iomanip>
#include <unistd.h>

#define SQLCA_STORAGE_CLASS extern
#define ORACA_STORAGE_CLASS extern

// Oracle communication area
#include <oraca.h>
// SQL Communications Area
#include <sqlca.h>

ClassImp(HWallParOra2Io)

#define WALL_MAXCELLS 302
#define WALL_MAXTRBCHANNELS 128

HWallParOra2Io::HWallParOra2Io(HOra2Conn* pC) : HDetParOra2Io(pC) {
  // constructor
  // sets the name of the I/O class "HWallParIo"
  // gets the pointer to the connection class
  fName="HWallParIo";
  geomVers=0;
}

HWallParOra2Io::~HWallParOra2Io() {
  // destructor
  if (geomVers) delete geomVers;
}

Bool_t HWallParOra2Io::init(HParSet* pPar,Int_t* set) {
  // calls special read-function for each parameter container
  if (getRunStart(pPar)<0) {
    pPar->setInputVersion(-1,inputNumber);
    return kFALSE;
  }
  const Text_t* name=pPar->IsA()->GetName();
  if (strcmp(name,"HWallTrb2Lookup")==0) return read(((HWallTrb2Lookup*)pPar));
  if (strcmp(name,"HWallCalPar")==0) return read(((HWallCalPar*)pPar));
  if (strcmp(name,"HWallGeomPar")==0) return read(((HWallGeomPar*)pPar),set);
  // cout<<"initialization of "<<pPar->GetName()<<" not possible from Oracle!"<<endl;
  return kFALSE;
}

Int_t HWallParOra2Io::write(HParSet* pPar) {
  // calls the appropriate write function for the container
  if (getRunStart(pPar)<=0) return -1;
  const Text_t* name=pPar->IsA()->GetName();
  if (strcmp(name,"HWallTrb2Lookup")==0) return writePar((HWallTrb2Lookup*)pPar);
  if (strcmp(name,"HWallCalPar")==0) return writePar((HWallCalPar*)pPar);
  if (strcmp(name,"HWallGeomPar")==0) return writeAlignment((HWallGeomPar*)pPar);
  cout<<"No write-interface to Oracle for parameter container "
      <<pPar->GetName()<<endl;
  return 0;
}

Bool_t HWallParOra2Io::getVersion(HParSet* pPar,Int_t& version) {
  // checks, if the parameter container needs to be reinitialized
  // reads the newest version valid for the current event file
  // returns kTRUE, if new parameters must be read
  // returns kFALSE, if no reinitialization needed or not valid version found
  HParOra2Set* oraSet=getOraSet(pPar);
  if (oraSet->contextId==-1 || runStart==-1) {
    pPar->setInputVersion(-1,inputNumber);
    version=-1;
    return kFALSE;
  }
  Int_t contVers=pPar->getInputVersion(inputNumber);
  if (contVers!=-1 && runStart>=oraSet->versDate[0] && runStart<=oraSet->versDate[1]) {
    version=contVers;
    return kFALSE;
  }
  const Char_t* containerClass=pPar->IsA()->GetName();
  oraSet->clearVersDate();
  /* EXEC SQL BEGIN DECLARE SECTION; */ 

    int context;
    int vers;
    double since;
    double until;
  /* EXEC SQL END DECLARE SECTION; */ 

  context=oraSet->contextId;
  /* EXEC SQL WHENEVER SQLERROR DO showSqlError("getVersion(HParSet*,Int_t&)"); */ 

  /* EXEC SQL WHENEVER NOT FOUND GOTO notfound; */ 

  if (strcmp(containerClass,"HWallTrb2Lookup")==0) {
    /* EXEC SQL SELECT version,
                    hanadate.date_to_number(valid_since),
                    hanadate.date_to_number(valid_until)
             INTO :vers, :since, :until
             FROM wall_ana.trb2lookup_vers_at_date
             WHERE context_id = :context; */ 

{
    struct sqlexd sqlstm;
    sqlorat((void **)0, &sqlctx, &oraca);
    sqlstm.sqlvsn = 13;
    sqlstm.arrsiz = 4;
    sqlstm.sqladtp = &sqladt;
    sqlstm.sqltdsp = &sqltds;
    sqlstm.stmt = "select version ,hanadate.date_to_number(valid_since) ,han\
adate.date_to_number(valid_until) into :b0,:b1,:b2  from wall_ana.trb2lookup_v\
ers_at_date where context_id=:b3";
    sqlstm.iters = (unsigned int  )1;
    sqlstm.offset = (unsigned int  )5;
    sqlstm.selerr = (unsigned short)1;
    sqlstm.sqlpfmem = (unsigned int  )0;
    sqlstm.cud = sqlcud0;
    sqlstm.sqlest = (unsigned char  *)&sqlca;
    sqlstm.sqlety = (unsigned short)4352;
    sqlstm.occurs = (unsigned int  )0;
    sqlstm.sqhstv[0] = (unsigned char  *)&vers;
    sqlstm.sqhstl[0] = (unsigned long )sizeof(int);
    sqlstm.sqhsts[0] = (         int  )0;
    sqlstm.sqindv[0] = (         short *)0;
    sqlstm.sqinds[0] = (         int  )0;
    sqlstm.sqharm[0] = (unsigned long )0;
    sqlstm.sqadto[0] = (unsigned short )0;
    sqlstm.sqtdso[0] = (unsigned short )0;
    sqlstm.sqhstv[1] = (unsigned char  *)&since;
    sqlstm.sqhstl[1] = (unsigned long )sizeof(double);
    sqlstm.sqhsts[1] = (         int  )0;
    sqlstm.sqindv[1] = (         short *)0;
    sqlstm.sqinds[1] = (         int  )0;
    sqlstm.sqharm[1] = (unsigned long )0;
    sqlstm.sqadto[1] = (unsigned short )0;
    sqlstm.sqtdso[1] = (unsigned short )0;
    sqlstm.sqhstv[2] = (unsigned char  *)&until;
    sqlstm.sqhstl[2] = (unsigned long )sizeof(double);
    sqlstm.sqhsts[2] = (         int  )0;
    sqlstm.sqindv[2] = (         short *)0;
    sqlstm.sqinds[2] = (         int  )0;
    sqlstm.sqharm[2] = (unsigned long )0;
    sqlstm.sqadto[2] = (unsigned short )0;
    sqlstm.sqtdso[2] = (unsigned short )0;
    sqlstm.sqhstv[3] = (unsigned char  *)&context;
    sqlstm.sqhstl[3] = (unsigned long )sizeof(int);
    sqlstm.sqhsts[3] = (         int  )0;
    sqlstm.sqindv[3] = (         short *)0;
    sqlstm.sqinds[3] = (         int  )0;
    sqlstm.sqharm[3] = (unsigned long )0;
    sqlstm.sqadto[3] = (unsigned short )0;
    sqlstm.sqtdso[3] = (unsigned short )0;
    sqlstm.sqphsv = sqlstm.sqhstv;
    sqlstm.sqphsl = sqlstm.sqhstl;
    sqlstm.sqphss = sqlstm.sqhsts;
    sqlstm.sqpind = sqlstm.sqindv;
    sqlstm.sqpins = sqlstm.sqinds;
    sqlstm.sqparm = sqlstm.sqharm;
    sqlstm.sqparc = sqlstm.sqharc;
    sqlstm.sqpadto = sqlstm.sqadto;
    sqlstm.sqptdso = sqlstm.sqtdso;
    sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
    if (sqlca.sqlcode == 1403) goto notfound;
    if (sqlca.sqlcode < 0) showSqlError("getVersion(HParSet*,Int_t&)");
}


  } else if (strcmp(containerClass,"HWallCalPar")==0) {
    /* EXEC SQL SELECT version,
                    hanadate.date_to_number(valid_since),
                    hanadate.date_to_number(valid_until)
             INTO :vers, :since, :until
             FROM wall_ana.calpar_vers_at_date_2
             WHERE context_id = :context; */ 

{
    struct sqlexd sqlstm;
    sqlorat((void **)0, &sqlctx, &oraca);
    sqlstm.sqlvsn = 13;
    sqlstm.arrsiz = 4;
    sqlstm.sqladtp = &sqladt;
    sqlstm.sqltdsp = &sqltds;
    sqlstm.stmt = "select version ,hanadate.date_to_number(valid_since) ,han\
adate.date_to_number(valid_until) into :b0,:b1,:b2  from wall_ana.calpar_vers_\
at_date_2 where context_id=:b3";
    sqlstm.iters = (unsigned int  )1;
    sqlstm.offset = (unsigned int  )36;
    sqlstm.selerr = (unsigned short)1;
    sqlstm.sqlpfmem = (unsigned int  )0;
    sqlstm.cud = sqlcud0;
    sqlstm.sqlest = (unsigned char  *)&sqlca;
    sqlstm.sqlety = (unsigned short)4352;
    sqlstm.occurs = (unsigned int  )0;
    sqlstm.sqhstv[0] = (unsigned char  *)&vers;
    sqlstm.sqhstl[0] = (unsigned long )sizeof(int);
    sqlstm.sqhsts[0] = (         int  )0;
    sqlstm.sqindv[0] = (         short *)0;
    sqlstm.sqinds[0] = (         int  )0;
    sqlstm.sqharm[0] = (unsigned long )0;
    sqlstm.sqadto[0] = (unsigned short )0;
    sqlstm.sqtdso[0] = (unsigned short )0;
    sqlstm.sqhstv[1] = (unsigned char  *)&since;
    sqlstm.sqhstl[1] = (unsigned long )sizeof(double);
    sqlstm.sqhsts[1] = (         int  )0;
    sqlstm.sqindv[1] = (         short *)0;
    sqlstm.sqinds[1] = (         int  )0;
    sqlstm.sqharm[1] = (unsigned long )0;
    sqlstm.sqadto[1] = (unsigned short )0;
    sqlstm.sqtdso[1] = (unsigned short )0;
    sqlstm.sqhstv[2] = (unsigned char  *)&until;
    sqlstm.sqhstl[2] = (unsigned long )sizeof(double);
    sqlstm.sqhsts[2] = (         int  )0;
    sqlstm.sqindv[2] = (         short *)0;
    sqlstm.sqinds[2] = (         int  )0;
    sqlstm.sqharm[2] = (unsigned long )0;
    sqlstm.sqadto[2] = (unsigned short )0;
    sqlstm.sqtdso[2] = (unsigned short )0;
    sqlstm.sqhstv[3] = (unsigned char  *)&context;
    sqlstm.sqhstl[3] = (unsigned long )sizeof(int);
    sqlstm.sqhsts[3] = (         int  )0;
    sqlstm.sqindv[3] = (         short *)0;
    sqlstm.sqinds[3] = (         int  )0;
    sqlstm.sqharm[3] = (unsigned long )0;
    sqlstm.sqadto[3] = (unsigned short )0;
    sqlstm.sqtdso[3] = (unsigned short )0;
    sqlstm.sqphsv = sqlstm.sqhstv;
    sqlstm.sqphsl = sqlstm.sqhstl;
    sqlstm.sqphss = sqlstm.sqhsts;
    sqlstm.sqpind = sqlstm.sqindv;
    sqlstm.sqpins = sqlstm.sqinds;
    sqlstm.sqparm = sqlstm.sqharm;
    sqlstm.sqparc = sqlstm.sqharc;
    sqlstm.sqpadto = sqlstm.sqadto;
    sqlstm.sqptdso = sqlstm.sqtdso;
    sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
    if (sqlca.sqlcode == 1403) goto notfound;
    if (sqlca.sqlcode < 0) showSqlError("getVersion(HParSet*,Int_t&)");
}


  }
  version=vers;
  oraSet->versDate[0]=since;
  oraSet->versDate[1]=until;
  return kTRUE;
notfound:
  pPar->setInputVersion(-1,inputNumber);
  version=-1;
  return kFALSE;
};

Bool_t HWallParOra2Io::read(HWallTrb2Lookup* pPar) {
  // reads the lookup table for the Trb2 unpacker and fill the parameter container
  Int_t oraVersion=-1;
  Bool_t rc=getVersion(pPar,oraVersion);
  if (oraVersion<0) return kFALSE;
  if (oraVersion>=0&&rc==kFALSE) return kTRUE;
  pPar->clear();
  /* EXEC SQL BEGIN DECLARE SECTION; */ 

    int vers;
    struct {
      int  address[WALL_MAXCELLS];
      int  chan[WALL_MAXCELLS];
      int  cell[WALL_MAXCELLS];
    } lookup;
  /* EXEC SQL END DECLARE SECTION; */ 

  vers=oraVersion;
  /* EXEC SQL WHENEVER SQLERROR DO showSqlError("read(HWallTrb2Lookup*)"); */ 

  /* EXEC SQL WHENEVER NOT FOUND CONTINUE; */ 

  /* EXEC SQL SELECT trbnet_address, channel, cell
           INTO :lookup
           FROM wall_ana.trb2lookup_data_view
           WHERE vers_id = :vers; */ 

{
  struct sqlexd sqlstm;
  sqlorat((void **)0, &sqlctx, &oraca);
  sqlstm.sqlvsn = 13;
  sqlstm.arrsiz = 4;
  sqlstm.sqladtp = &sqladt;
  sqlstm.sqltdsp = &sqltds;
  sqlstm.stmt = "select trbnet_address ,channel ,cell into :s1 ,:s2 ,:s3   f\
rom wall_ana.trb2lookup_data_view where vers_id=:b1";
  sqlstm.iters = (unsigned int  )302;
  sqlstm.offset = (unsigned int  )67;
  sqlstm.selerr = (unsigned short)1;
  sqlstm.sqlpfmem = (unsigned int  )0;
  sqlstm.cud = sqlcud0;
  sqlstm.sqlest = (unsigned char  *)&sqlca;
  sqlstm.sqlety = (unsigned short)4352;
  sqlstm.occurs = (unsigned int  )0;
  sqlstm.sqhstv[0] = (unsigned char  *)lookup.address;
  sqlstm.sqhstl[0] = (unsigned long )sizeof(int);
  sqlstm.sqhsts[0] = (         int  )sizeof(int);
  sqlstm.sqindv[0] = (         short *)0;
  sqlstm.sqinds[0] = (         int  )0;
  sqlstm.sqharm[0] = (unsigned long )0;
  sqlstm.sqharc[0] = (unsigned long  *)0;
  sqlstm.sqadto[0] = (unsigned short )0;
  sqlstm.sqtdso[0] = (unsigned short )0;
  sqlstm.sqhstv[1] = (unsigned char  *)lookup.chan;
  sqlstm.sqhstl[1] = (unsigned long )sizeof(int);
  sqlstm.sqhsts[1] = (         int  )sizeof(int);
  sqlstm.sqindv[1] = (         short *)0;
  sqlstm.sqinds[1] = (         int  )0;
  sqlstm.sqharm[1] = (unsigned long )0;
  sqlstm.sqharc[1] = (unsigned long  *)0;
  sqlstm.sqadto[1] = (unsigned short )0;
  sqlstm.sqtdso[1] = (unsigned short )0;
  sqlstm.sqhstv[2] = (unsigned char  *)lookup.cell;
  sqlstm.sqhstl[2] = (unsigned long )sizeof(int);
  sqlstm.sqhsts[2] = (         int  )sizeof(int);
  sqlstm.sqindv[2] = (         short *)0;
  sqlstm.sqinds[2] = (         int  )0;
  sqlstm.sqharm[2] = (unsigned long )0;
  sqlstm.sqharc[2] = (unsigned long  *)0;
  sqlstm.sqadto[2] = (unsigned short )0;
  sqlstm.sqtdso[2] = (unsigned short )0;
  sqlstm.sqhstv[3] = (unsigned char  *)&vers;
  sqlstm.sqhstl[3] = (unsigned long )sizeof(int);
  sqlstm.sqhsts[3] = (         int  )sizeof(int);
  sqlstm.sqindv[3] = (         short *)0;
  sqlstm.sqinds[3] = (         int  )0;
  sqlstm.sqharm[3] = (unsigned long )0;
  sqlstm.sqadto[3] = (unsigned short )0;
  sqlstm.sqtdso[3] = (unsigned short )0;
  sqlstm.sqphsv = sqlstm.sqhstv;
  sqlstm.sqphsl = sqlstm.sqhstl;
  sqlstm.sqphss = sqlstm.sqhsts;
  sqlstm.sqpind = sqlstm.sqindv;
  sqlstm.sqpins = sqlstm.sqinds;
  sqlstm.sqparm = sqlstm.sqharm;
  sqlstm.sqparc = sqlstm.sqharc;
  sqlstm.sqpadto = sqlstm.sqadto;
  sqlstm.sqptdso = sqlstm.sqtdso;
  sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
  if (sqlca.sqlcode < 0) showSqlError("read(HWallTrb2Lookup*)");
}


  Int_t nData=sqlca.sqlerrd[2];
  for (Int_t i=0;i<nData;i++) {
    pPar->fill(lookup.address[i],lookup.chan[i],lookup.cell[i]-1);
  }
  if (nData>0) {
    setChanged(pPar,oraVersion);
    cout<<pPar->GetName()<<" initialized from Oracle\n";
    rc=kTRUE;
  } else {
    pPar->setInputVersion(-1,inputNumber);
    rc=kFALSE;
  }
  return rc;
}

Bool_t HWallParOra2Io::read(HWallCalPar* pPar) {
  // reads the calibration parameters
  Int_t oraVersion=-1;
  Bool_t rc=getVersion(pPar,oraVersion);
  if (oraVersion<0) return kFALSE;
  if (oraVersion>=0&&rc==kFALSE) return kTRUE;
  pPar->clear();
  /* EXEC SQL BEGIN DECLARE SECTION; */ 

    int vers;
    struct {
      int   cell[WALL_MAXCELLS];
      float tslope[WALL_MAXCELLS];
      float toffset[WALL_MAXCELLS];
      float aslope[WALL_MAXCELLS];
      float aoffset[WALL_MAXCELLS];
      float wcorr1[WALL_MAXCELLS];
      float wcorr2[WALL_MAXCELLS];
    } cal;
  /* EXEC SQL END DECLARE SECTION; */ 

  /* EXEC SQL WHENEVER SQLERROR DO showSqlError("read(HWallCalPar*,Int_t*)"); */ 

  /* EXEC SQL WHENEVER NOT FOUND continue; */ 

  vers=oraVersion;
  /* EXEC SQL SELECT cell_id, tdc_slope, tdc_offset, adc_slope, adc_offset,
                  tdc_walk_corr1, tdc_walk_corr2
           INTO :cal
           FROM wall_ana.calpar_data
           WHERE vers_id = :vers; */ 

{
  struct sqlexd sqlstm;
  sqlorat((void **)0, &sqlctx, &oraca);
  sqlstm.sqlvsn = 13;
  sqlstm.arrsiz = 8;
  sqlstm.sqladtp = &sqladt;
  sqlstm.sqltdsp = &sqltds;
  sqlstm.stmt = "select cell_id ,tdc_slope ,tdc_offset ,adc_slope ,adc_offse\
t ,tdc_walk_corr1 ,tdc_walk_corr2 into :s1 ,:s2 ,:s3 ,:s4 ,:s5 ,:s6 ,:s7   fro\
m wall_ana.calpar_data where vers_id=:b1";
  sqlstm.iters = (unsigned int  )302;
  sqlstm.offset = (unsigned int  )98;
  sqlstm.selerr = (unsigned short)1;
  sqlstm.sqlpfmem = (unsigned int  )0;
  sqlstm.cud = sqlcud0;
  sqlstm.sqlest = (unsigned char  *)&sqlca;
  sqlstm.sqlety = (unsigned short)4352;
  sqlstm.occurs = (unsigned int  )0;
  sqlstm.sqhstv[0] = (unsigned char  *)cal.cell;
  sqlstm.sqhstl[0] = (unsigned long )sizeof(int);
  sqlstm.sqhsts[0] = (         int  )sizeof(int);
  sqlstm.sqindv[0] = (         short *)0;
  sqlstm.sqinds[0] = (         int  )0;
  sqlstm.sqharm[0] = (unsigned long )0;
  sqlstm.sqharc[0] = (unsigned long  *)0;
  sqlstm.sqadto[0] = (unsigned short )0;
  sqlstm.sqtdso[0] = (unsigned short )0;
  sqlstm.sqhstv[1] = (unsigned char  *)cal.tslope;
  sqlstm.sqhstl[1] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[1] = (         int  )sizeof(float);
  sqlstm.sqindv[1] = (         short *)0;
  sqlstm.sqinds[1] = (         int  )0;
  sqlstm.sqharm[1] = (unsigned long )0;
  sqlstm.sqharc[1] = (unsigned long  *)0;
  sqlstm.sqadto[1] = (unsigned short )0;
  sqlstm.sqtdso[1] = (unsigned short )0;
  sqlstm.sqhstv[2] = (unsigned char  *)cal.toffset;
  sqlstm.sqhstl[2] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[2] = (         int  )sizeof(float);
  sqlstm.sqindv[2] = (         short *)0;
  sqlstm.sqinds[2] = (         int  )0;
  sqlstm.sqharm[2] = (unsigned long )0;
  sqlstm.sqharc[2] = (unsigned long  *)0;
  sqlstm.sqadto[2] = (unsigned short )0;
  sqlstm.sqtdso[2] = (unsigned short )0;
  sqlstm.sqhstv[3] = (unsigned char  *)cal.aslope;
  sqlstm.sqhstl[3] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[3] = (         int  )sizeof(float);
  sqlstm.sqindv[3] = (         short *)0;
  sqlstm.sqinds[3] = (         int  )0;
  sqlstm.sqharm[3] = (unsigned long )0;
  sqlstm.sqharc[3] = (unsigned long  *)0;
  sqlstm.sqadto[3] = (unsigned short )0;
  sqlstm.sqtdso[3] = (unsigned short )0;
  sqlstm.sqhstv[4] = (unsigned char  *)cal.aoffset;
  sqlstm.sqhstl[4] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[4] = (         int  )sizeof(float);
  sqlstm.sqindv[4] = (         short *)0;
  sqlstm.sqinds[4] = (         int  )0;
  sqlstm.sqharm[4] = (unsigned long )0;
  sqlstm.sqharc[4] = (unsigned long  *)0;
  sqlstm.sqadto[4] = (unsigned short )0;
  sqlstm.sqtdso[4] = (unsigned short )0;
  sqlstm.sqhstv[5] = (unsigned char  *)cal.wcorr1;
  sqlstm.sqhstl[5] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[5] = (         int  )sizeof(float);
  sqlstm.sqindv[5] = (         short *)0;
  sqlstm.sqinds[5] = (         int  )0;
  sqlstm.sqharm[5] = (unsigned long )0;
  sqlstm.sqharc[5] = (unsigned long  *)0;
  sqlstm.sqadto[5] = (unsigned short )0;
  sqlstm.sqtdso[5] = (unsigned short )0;
  sqlstm.sqhstv[6] = (unsigned char  *)cal.wcorr2;
  sqlstm.sqhstl[6] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[6] = (         int  )sizeof(float);
  sqlstm.sqindv[6] = (         short *)0;
  sqlstm.sqinds[6] = (         int  )0;
  sqlstm.sqharm[6] = (unsigned long )0;
  sqlstm.sqharc[6] = (unsigned long  *)0;
  sqlstm.sqadto[6] = (unsigned short )0;
  sqlstm.sqtdso[6] = (unsigned short )0;
  sqlstm.sqhstv[7] = (unsigned char  *)&vers;
  sqlstm.sqhstl[7] = (unsigned long )sizeof(int);
  sqlstm.sqhsts[7] = (         int  )sizeof(int);
  sqlstm.sqindv[7] = (         short *)0;
  sqlstm.sqinds[7] = (         int  )0;
  sqlstm.sqharm[7] = (unsigned long )0;
  sqlstm.sqadto[7] = (unsigned short )0;
  sqlstm.sqtdso[7] = (unsigned short )0;
  sqlstm.sqphsv = sqlstm.sqhstv;
  sqlstm.sqphsl = sqlstm.sqhstl;
  sqlstm.sqphss = sqlstm.sqhsts;
  sqlstm.sqpind = sqlstm.sqindv;
  sqlstm.sqpins = sqlstm.sqinds;
  sqlstm.sqparm = sqlstm.sqharm;
  sqlstm.sqparc = sqlstm.sqharc;
  sqlstm.sqpadto = sqlstm.sqadto;
  sqlstm.sqptdso = sqlstm.sqtdso;
  sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
  if (sqlca.sqlcode < 0) showSqlError("read(HWallCalPar*,Int_t*)");
}


  Int_t nData=sqlca.sqlerrd[2];
  if (nData>0) {
    for(Int_t i=0;i<nData;i++) {
      (*pPar)[cal.cell[i]-1].fill(cal.tslope[i],cal.toffset[i],
                                  cal.wcorr1[i],cal.wcorr2[i],
                                  cal.aslope[i],cal.aoffset[i]);
    }
    setChanged(pPar,oraVersion);
    cout<<pPar->GetName()<<" initialized from Oracle\n";
    rc=kTRUE;
  } else {
    pPar->setInputVersion(-1,inputNumber);
    rc=kFALSE;
  }
  return rc;  
}

Bool_t HWallParOra2Io::read(HWallGeomPar* pPar, Int_t* set) {
  // reads the geometry of the Forward Wall and fills the WallGeomPar container
  Bool_t allFound=kTRUE;
  Int_t detId=-1;
  if (!geomVers) {
    detId=getDetectorId(pPar->getDetectorName());
    geomVers=new HOra2GeomDetVersion(pPar->getDetectorName(),detId);
  } else {
    detId=geomVers->getDetectorId();
  }
  if (detId<=0) {
    allFound=kFALSE;
    delete geomVers;
    geomVers=0;
  }
  if (detId>0&&pPar->isFirstInitialization()) {
    if (!readModGeomNames(pPar) || !readCompGeomNames(pPar)) {
      allFound=kFALSE;
      pPar->clear();
    } else addGeomOraSet(pPar);
  }
  if (allFound) allFound=readDetectorGeometry(pPar,set,geomVers);
  return allFound;
}

Bool_t HWallParOra2Io::readModGeomNames(HWallGeomPar* pPar) {
  // sets the geometry object name of the module and creates the reference volume if not existing
  Bool_t allFound=kFALSE;
  TString modName=pPar->getDetectorName();
  modName.ToUpper();
  HModGeomPar* pMod=pPar->getModule(-1,0);
  if (pMod) {
    pMod->SetName(modName);
    pMod->setRefName(modName);
    HGeomCompositeVolume* refMod=pPar->getRefVolume(0);
    if (refMod==0) {
      refMod=new HGeomCompositeVolume(pPar->getNumComponents());
      refMod->SetName(modName);
      pPar->addRefVolume(refMod,0);
    }
    pMod->setVolume(refMod);
    allFound=kTRUE;
  }
  return allFound;
}

Bool_t HWallParOra2Io::readCompGeomNames(HWallGeomPar* pPar) {
  // reads the names of all cells in the geometry tables
  /* EXEC SQL BEGIN DECLARE SECTION; */ 

    struct {
      int cell[WALL_MAXCELLS];
      /* varchar oname[WALL_MAXCELLS][9]; */ 
struct { unsigned short len; unsigned char arr[10]; } oname[302];

    } lrecG;
  /* EXEC SQL END DECLARE SECTION; */ 

  /* EXEC SQL WHENEVER SQLERROR DO showSqlError("readCompGeomNames(...)"); */ 

  /* EXEC SQL WHENEVER NOT FOUND CONTINUE; */ 

  /* EXEC SQL SELECT id, geom_obj_name
    INTO :lrecG
    FROM wall_ana.detector_cell
    WHERE geom_obj_name IS NOT NULL; */ 

{
  struct sqlexd sqlstm;
  sqlorat((void **)0, &sqlctx, &oraca);
  sqlstm.sqlvsn = 13;
  sqlstm.arrsiz = 8;
  sqlstm.sqladtp = &sqladt;
  sqlstm.sqltdsp = &sqltds;
  sqlstm.stmt = "select id ,geom_obj_name into :s1 ,:s2   from wall_ana.dete\
ctor_cell where geom_obj_name is  not null ";
  sqlstm.iters = (unsigned int  )302;
  sqlstm.offset = (unsigned int  )145;
  sqlstm.selerr = (unsigned short)1;
  sqlstm.sqlpfmem = (unsigned int  )0;
  sqlstm.cud = sqlcud0;
  sqlstm.sqlest = (unsigned char  *)&sqlca;
  sqlstm.sqlety = (unsigned short)4352;
  sqlstm.occurs = (unsigned int  )0;
  sqlstm.sqhstv[0] = (unsigned char  *)lrecG.cell;
  sqlstm.sqhstl[0] = (unsigned long )sizeof(int);
  sqlstm.sqhsts[0] = (         int  )sizeof(int);
  sqlstm.sqindv[0] = (         short *)0;
  sqlstm.sqinds[0] = (         int  )0;
  sqlstm.sqharm[0] = (unsigned long )0;
  sqlstm.sqharc[0] = (unsigned long  *)0;
  sqlstm.sqadto[0] = (unsigned short )0;
  sqlstm.sqtdso[0] = (unsigned short )0;
  sqlstm.sqhstv[1] = (unsigned char  *)lrecG.oname;
  sqlstm.sqhstl[1] = (unsigned long )11;
  sqlstm.sqhsts[1] = (         int  )12;
  sqlstm.sqindv[1] = (         short *)0;
  sqlstm.sqinds[1] = (         int  )0;
  sqlstm.sqharm[1] = (unsigned long )0;
  sqlstm.sqharc[1] = (unsigned long  *)0;
  sqlstm.sqadto[1] = (unsigned short )0;
  sqlstm.sqtdso[1] = (unsigned short )0;
  sqlstm.sqphsv = sqlstm.sqhstv;
  sqlstm.sqphsl = sqlstm.sqhstl;
  sqlstm.sqphss = sqlstm.sqhsts;
  sqlstm.sqpind = sqlstm.sqindv;
  sqlstm.sqpins = sqlstm.sqinds;
  sqlstm.sqparm = sqlstm.sqharm;
  sqlstm.sqparc = sqlstm.sqharc;
  sqlstm.sqpadto = sqlstm.sqadto;
  sqlstm.sqptdso = sqlstm.sqtdso;
  sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
  if (sqlca.sqlcode < 0) showSqlError("readCompGeomNames(...)");
}


  Int_t nCells=sqlca.sqlerrd[2];
  for(Int_t k=0;k<nCells;k++) {
    HModGeomPar* pMod=pPar->getModule(-1,0);
    HGeomCompositeVolume* pRefMod=pMod->getRefVolume();
    lrecG.oname[k].arr[lrecG.oname[k].len]='\0';
    HGeomVolume* volu=pRefMod->getComponent((lrecG.cell[k]-1));
    volu->SetName((Char_t*)(lrecG.oname[k].arr));
  }
  return (nCells>0) ? kTRUE : kFALSE;
}

Int_t HWallParOra2Io::createVers(HParSet* pPar) {
  // creates a new version for the parameters
  // returns the new version
  cout<<"---------------  "<<pPar->GetName()<<"   ---------------\n";
  if (strlen(pPar->getAuthor())==0) {
    Error("createVers(HParSet*)",
          "author of parameters not defined");
    return -1;
  }
  if (strlen(pPar->getDescription())==0) {
    Error("createVers(HParSet*)",
          "descriction of parameters not defined");
    return -1;
  }
  /* EXEC SQL BEGIN DECLARE SECTION; */ 

    int   vers=-1;
    int   context;
    int   run;
    char* creator;
    char* descript;
  /* EXEC SQL END DECLARE SECTION; */ 

  context = getContextId(pPar->IsA()->GetName(),pPar->getParamContext());
  if (context==-1) return -1;
  run=getActRunId();
  creator=(Char_t*)pPar->getAuthor();
  descript=(Char_t*)pPar->getDescription();
  /* EXEC SQL WHENEVER SQLERROR GOTO errorfound; */ 

  /* EXEC SQL WHENEVER NOT FOUND GOTO errorfound; */ 

  const Char_t* contName=pPar->IsA()->GetName();
  if (strcmp(contName,"HWallTrb2Lookup")==0) {
    /* EXEC SQL EXECUTE
      BEGIN
        SELECT wall_ana.wall_par_query.next_version INTO :vers FROM DUAL;
        INSERT INTO wall_ana.trb2lookup_vers
                   (vers_id, orig_context_id, run_id, author, description)
            VALUES (:vers, :context, :run, :creator, :descript);
      END;
    END-EXEC; */ 

{
    struct sqlexd sqlstm;
    sqlorat((void **)0, &sqlctx, &oraca);
    sqlstm.sqlvsn = 13;
    sqlstm.arrsiz = 8;
    sqlstm.sqladtp = &sqladt;
    sqlstm.sqltdsp = &sqltds;
    sqlstm.stmt = "begin SELECT wall_ana . wall_par_query . next_version INT\
O :vers FROM DUAL ; INSERT INTO wall_ana . trb2lookup_vers ( vers_id , orig_co\
ntext_id , run_id , author , description ) VALUES ( :vers , :context , :run , \
:creator , :descript ) ; END ;";
    sqlstm.iters = (unsigned int  )1;
    sqlstm.offset = (unsigned int  )168;
    sqlstm.cud = sqlcud0;
    sqlstm.sqlest = (unsigned char  *)&sqlca;
    sqlstm.sqlety = (unsigned short)4352;
    sqlstm.occurs = (unsigned int  )0;
    sqlstm.sqhstv[0] = (unsigned char  *)&vers;
    sqlstm.sqhstl[0] = (unsigned long )sizeof(int);
    sqlstm.sqhsts[0] = (         int  )0;
    sqlstm.sqindv[0] = (         short *)0;
    sqlstm.sqinds[0] = (         int  )0;
    sqlstm.sqharm[0] = (unsigned long )0;
    sqlstm.sqadto[0] = (unsigned short )0;
    sqlstm.sqtdso[0] = (unsigned short )0;
    sqlstm.sqhstv[1] = (unsigned char  *)&context;
    sqlstm.sqhstl[1] = (unsigned long )sizeof(int);
    sqlstm.sqhsts[1] = (         int  )0;
    sqlstm.sqindv[1] = (         short *)0;
    sqlstm.sqinds[1] = (         int  )0;
    sqlstm.sqharm[1] = (unsigned long )0;
    sqlstm.sqadto[1] = (unsigned short )0;
    sqlstm.sqtdso[1] = (unsigned short )0;
    sqlstm.sqhstv[2] = (unsigned char  *)&run;
    sqlstm.sqhstl[2] = (unsigned long )sizeof(int);
    sqlstm.sqhsts[2] = (         int  )0;
    sqlstm.sqindv[2] = (         short *)0;
    sqlstm.sqinds[2] = (         int  )0;
    sqlstm.sqharm[2] = (unsigned long )0;
    sqlstm.sqadto[2] = (unsigned short )0;
    sqlstm.sqtdso[2] = (unsigned short )0;
    sqlstm.sqhstv[3] = (unsigned char  *)creator;
    sqlstm.sqhstl[3] = (unsigned long )0;
    sqlstm.sqhsts[3] = (         int  )0;
    sqlstm.sqindv[3] = (         short *)0;
    sqlstm.sqinds[3] = (         int  )0;
    sqlstm.sqharm[3] = (unsigned long )0;
    sqlstm.sqadto[3] = (unsigned short )0;
    sqlstm.sqtdso[3] = (unsigned short )0;
    sqlstm.sqhstv[4] = (unsigned char  *)descript;
    sqlstm.sqhstl[4] = (unsigned long )0;
    sqlstm.sqhsts[4] = (         int  )0;
    sqlstm.sqindv[4] = (         short *)0;
    sqlstm.sqinds[4] = (         int  )0;
    sqlstm.sqharm[4] = (unsigned long )0;
    sqlstm.sqadto[4] = (unsigned short )0;
    sqlstm.sqtdso[4] = (unsigned short )0;
    sqlstm.sqphsv = sqlstm.sqhstv;
    sqlstm.sqphsl = sqlstm.sqhstl;
    sqlstm.sqphss = sqlstm.sqhsts;
    sqlstm.sqpind = sqlstm.sqindv;
    sqlstm.sqpins = sqlstm.sqinds;
    sqlstm.sqparm = sqlstm.sqharm;
    sqlstm.sqparc = sqlstm.sqharc;
    sqlstm.sqpadto = sqlstm.sqadto;
    sqlstm.sqptdso = sqlstm.sqtdso;
    sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
    if (sqlca.sqlcode == 1403) goto errorfound;
    if (sqlca.sqlcode < 0) goto errorfound;
}


  } else if (strcmp(contName,"HWallCalPar")==0) {
    /* EXEC SQL EXECUTE
      BEGIN
        SELECT wall_ana.wall_par_query.next_version INTO :vers FROM DUAL;
        INSERT INTO wall_ana.calpar_vers
                   (vers_id, orig_context_id, run_id, author, description)
            VALUES (:vers, :context, :run, :creator, :descript);
      END;
    END-EXEC; */ 

{
    struct sqlexd sqlstm;
    sqlorat((void **)0, &sqlctx, &oraca);
    sqlstm.sqlvsn = 13;
    sqlstm.arrsiz = 8;
    sqlstm.sqladtp = &sqladt;
    sqlstm.sqltdsp = &sqltds;
    sqlstm.stmt = "begin SELECT wall_ana . wall_par_query . next_version INT\
O :vers FROM DUAL ; INSERT INTO wall_ana . calpar_vers ( vers_id , orig_contex\
t_id , run_id , author , description ) VALUES ( :vers , :context , :run , :cre\
ator , :descript ) ; END ;";
    sqlstm.iters = (unsigned int  )1;
    sqlstm.offset = (unsigned int  )203;
    sqlstm.cud = sqlcud0;
    sqlstm.sqlest = (unsigned char  *)&sqlca;
    sqlstm.sqlety = (unsigned short)4352;
    sqlstm.occurs = (unsigned int  )0;
    sqlstm.sqhstv[0] = (unsigned char  *)&vers;
    sqlstm.sqhstl[0] = (unsigned long )sizeof(int);
    sqlstm.sqhsts[0] = (         int  )0;
    sqlstm.sqindv[0] = (         short *)0;
    sqlstm.sqinds[0] = (         int  )0;
    sqlstm.sqharm[0] = (unsigned long )0;
    sqlstm.sqadto[0] = (unsigned short )0;
    sqlstm.sqtdso[0] = (unsigned short )0;
    sqlstm.sqhstv[1] = (unsigned char  *)&context;
    sqlstm.sqhstl[1] = (unsigned long )sizeof(int);
    sqlstm.sqhsts[1] = (         int  )0;
    sqlstm.sqindv[1] = (         short *)0;
    sqlstm.sqinds[1] = (         int  )0;
    sqlstm.sqharm[1] = (unsigned long )0;
    sqlstm.sqadto[1] = (unsigned short )0;
    sqlstm.sqtdso[1] = (unsigned short )0;
    sqlstm.sqhstv[2] = (unsigned char  *)&run;
    sqlstm.sqhstl[2] = (unsigned long )sizeof(int);
    sqlstm.sqhsts[2] = (         int  )0;
    sqlstm.sqindv[2] = (         short *)0;
    sqlstm.sqinds[2] = (         int  )0;
    sqlstm.sqharm[2] = (unsigned long )0;
    sqlstm.sqadto[2] = (unsigned short )0;
    sqlstm.sqtdso[2] = (unsigned short )0;
    sqlstm.sqhstv[3] = (unsigned char  *)creator;
    sqlstm.sqhstl[3] = (unsigned long )0;
    sqlstm.sqhsts[3] = (         int  )0;
    sqlstm.sqindv[3] = (         short *)0;
    sqlstm.sqinds[3] = (         int  )0;
    sqlstm.sqharm[3] = (unsigned long )0;
    sqlstm.sqadto[3] = (unsigned short )0;
    sqlstm.sqtdso[3] = (unsigned short )0;
    sqlstm.sqhstv[4] = (unsigned char  *)descript;
    sqlstm.sqhstl[4] = (unsigned long )0;
    sqlstm.sqhsts[4] = (         int  )0;
    sqlstm.sqindv[4] = (         short *)0;
    sqlstm.sqinds[4] = (         int  )0;
    sqlstm.sqharm[4] = (unsigned long )0;
    sqlstm.sqadto[4] = (unsigned short )0;
    sqlstm.sqtdso[4] = (unsigned short )0;
    sqlstm.sqphsv = sqlstm.sqhstv;
    sqlstm.sqphsl = sqlstm.sqhstl;
    sqlstm.sqphss = sqlstm.sqhsts;
    sqlstm.sqpind = sqlstm.sqindv;
    sqlstm.sqpins = sqlstm.sqinds;
    sqlstm.sqparm = sqlstm.sqharm;
    sqlstm.sqparc = sqlstm.sqharc;
    sqlstm.sqpadto = sqlstm.sqadto;
    sqlstm.sqptdso = sqlstm.sqtdso;
    sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
    if (sqlca.sqlcode == 1403) goto errorfound;
    if (sqlca.sqlcode < 0) goto errorfound;
}


  }
  cout<<"Oracle version for "<<pPar->GetName()<<" created:  "<<vers<<endl;
  return vers;
errorfound:
  showSqlError("createVers(HParSet*)");
  return vers;
}

Int_t HWallParOra2Io:: writePar(HWallTrb2Lookup* pPar) {
  // creates a new version and writes the lookup table to Oracle
  Int_t version=createVers(pPar);
  if (version==-1) return -1;
  /* EXEC SQL BEGIN DECLARE SECTION; */ 

    int   rows_to_insert;
    int   vers[WALL_MAXTRBCHANNELS];
    int   address[WALL_MAXTRBCHANNELS];
    int   chan[WALL_MAXTRBCHANNELS];
    int   cell[WALL_MAXTRBCHANNELS];
  /* EXEC SQL END DECLARE SECTION; */ 

  Int_t nChan=0;
  Int_t arrayOffset=pPar->getArrayOffset();
  for(Int_t b=0;b<pPar->getSize();b++) {
    HWallTrb2LookupBoard* board=(*pPar)[b];
    if (board) {
      nChan=0;
      for(Int_t t=0;t<board->getSize();t++) {
        HWallTrb2LookupChan& rChan=(*board)[t];
        if (rChan.getCell()!=-1) {
          vers[nChan]=version;
          address[nChan]=arrayOffset+b;
          chan[nChan]=t;
          cell[nChan]=rChan.getCell()+1;
          nChan++;
        }
      }
      rows_to_insert=nChan;
      /* EXEC SQL WHENEVER SQLERROR GOTO errorfound; */ 

      /* EXEC SQL WHENEVER NOT FOUND GOTO errorfound; */ 

      /* EXEC SQL FOR :rows_to_insert
      INSERT INTO wall_ana.trb2lookup_data
                  (vers_id, trbnet_address, channel_id, cell_id)
             VALUES (:vers, :address, :chan, :cell); */ 

{
      struct sqlexd sqlstm;
      sqlorat((void **)0, &sqlctx, &oraca);
      sqlstm.sqlvsn = 13;
      sqlstm.arrsiz = 8;
      sqlstm.sqladtp = &sqladt;
      sqlstm.sqltdsp = &sqltds;
      sqlstm.stmt = "insert into wall_ana.trb2lookup_data (vers_id,trbnet_ad\
dress,channel_id,cell_id) values (:b1,:b2,:b3,:b4)";
      sqlstm.iters = (unsigned int  )rows_to_insert;
      sqlstm.offset = (unsigned int  )238;
      sqlstm.cud = sqlcud0;
      sqlstm.sqlest = (unsigned char  *)&sqlca;
      sqlstm.sqlety = (unsigned short)4352;
      sqlstm.occurs = (unsigned int  )0;
      sqlstm.sqhstv[0] = (unsigned char  *)vers;
      sqlstm.sqhstl[0] = (unsigned long )sizeof(int);
      sqlstm.sqhsts[0] = (         int  )sizeof(int);
      sqlstm.sqindv[0] = (         short *)0;
      sqlstm.sqinds[0] = (         int  )0;
      sqlstm.sqharm[0] = (unsigned long )0;
      sqlstm.sqharc[0] = (unsigned long  *)0;
      sqlstm.sqadto[0] = (unsigned short )0;
      sqlstm.sqtdso[0] = (unsigned short )0;
      sqlstm.sqhstv[1] = (unsigned char  *)address;
      sqlstm.sqhstl[1] = (unsigned long )sizeof(int);
      sqlstm.sqhsts[1] = (         int  )sizeof(int);
      sqlstm.sqindv[1] = (         short *)0;
      sqlstm.sqinds[1] = (         int  )0;
      sqlstm.sqharm[1] = (unsigned long )0;
      sqlstm.sqharc[1] = (unsigned long  *)0;
      sqlstm.sqadto[1] = (unsigned short )0;
      sqlstm.sqtdso[1] = (unsigned short )0;
      sqlstm.sqhstv[2] = (unsigned char  *)chan;
      sqlstm.sqhstl[2] = (unsigned long )sizeof(int);
      sqlstm.sqhsts[2] = (         int  )sizeof(int);
      sqlstm.sqindv[2] = (         short *)0;
      sqlstm.sqinds[2] = (         int  )0;
      sqlstm.sqharm[2] = (unsigned long )0;
      sqlstm.sqharc[2] = (unsigned long  *)0;
      sqlstm.sqadto[2] = (unsigned short )0;
      sqlstm.sqtdso[2] = (unsigned short )0;
      sqlstm.sqhstv[3] = (unsigned char  *)cell;
      sqlstm.sqhstl[3] = (unsigned long )sizeof(int);
      sqlstm.sqhsts[3] = (         int  )sizeof(int);
      sqlstm.sqindv[3] = (         short *)0;
      sqlstm.sqinds[3] = (         int  )0;
      sqlstm.sqharm[3] = (unsigned long )0;
      sqlstm.sqharc[3] = (unsigned long  *)0;
      sqlstm.sqadto[3] = (unsigned short )0;
      sqlstm.sqtdso[3] = (unsigned short )0;
      sqlstm.sqphsv = sqlstm.sqhstv;
      sqlstm.sqphsl = sqlstm.sqhstl;
      sqlstm.sqphss = sqlstm.sqhsts;
      sqlstm.sqpind = sqlstm.sqindv;
      sqlstm.sqpins = sqlstm.sqinds;
      sqlstm.sqparm = sqlstm.sqharm;
      sqlstm.sqparc = sqlstm.sqharc;
      sqlstm.sqpadto = sqlstm.sqadto;
      sqlstm.sqptdso = sqlstm.sqtdso;
      sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
      if (sqlca.sqlcode == 1403) goto errorfound;
      if (sqlca.sqlcode < 0) goto errorfound;
}


      cout<<"trbnet-address "<<"0x"<<hex<<(arrayOffset+b)<<dec<<":  "<<rows_to_insert<<" rows inserted\n";
    }
  }
  commit();
  pPar->setChanged(kFALSE);
  return version;
errorfound:
  showSqlError("writePar(HWallTrb2Lookup*)");
  rollback();
  pPar->setChanged(kFALSE);
  return -1;
}

Int_t HWallParOra2Io:: writePar(HWallCalPar* pPar) {
  // creates a new version and writes the calibration parameters to Oracle
  Int_t version=createVers(pPar);
  if (version==-1) return -1;
  /* EXEC SQL BEGIN DECLARE SECTION; */ 

    int vers[WALL_MAXCELLS];
    int cell[WALL_MAXCELLS];
    float tslope[WALL_MAXCELLS];
    float toffset[WALL_MAXCELLS];
    float aslope[WALL_MAXCELLS];
    float aoffset[WALL_MAXCELLS];
    float wcorr1[WALL_MAXCELLS];
    float wcorr2[WALL_MAXCELLS];
    int rows_to_insert;
  /* EXEC SQL END DECLARE SECTION; */ 

  rows_to_insert=pPar->getSize();
  for(Int_t i=0;i<rows_to_insert;i++) {
    HWallCalParCell& c=(*pPar)[i];
    cell[i]=i+1; 
    vers[i]=version;
    tslope[i]=c.getTDC_Slope();
    toffset[i]=c.getTDC_Offset();
    aslope[i]=c.getADC_Slope();
    aoffset[i]=c.getADC_Offset();
    wcorr1[i]=c.getTDC_WalkCorr1();
    wcorr2[i]=c.getTDC_WalkCorr2();
  }
  /* EXEC SQL WHENEVER SQLERROR GOTO errorfound; */ 

  /* EXEC SQL WHENEVER NOT FOUND GOTO errorfound; */ 

  /* EXEC SQL FOR :rows_to_insert
  INSERT INTO wall_ana.calpar_data
              (cell_id, vers_id, tdc_slope, tdc_offset, adc_slope, adc_offset,
               tdc_walk_corr1, tdc_walk_corr2)
         VALUES (:cell, :vers, :tslope, :toffset, :aslope, :aoffset,
                 :wcorr1, :wcorr2); */ 

{
  struct sqlexd sqlstm;
  sqlorat((void **)0, &sqlctx, &oraca);
  sqlstm.sqlvsn = 13;
  sqlstm.arrsiz = 8;
  sqlstm.sqladtp = &sqladt;
  sqlstm.sqltdsp = &sqltds;
  sqlstm.stmt = "insert into wall_ana.calpar_data (cell_id,vers_id,tdc_slope\
,tdc_offset,adc_slope,adc_offset,tdc_walk_corr1,tdc_walk_corr2) values (:b1,:b\
2,:b3,:b4,:b5,:b6,:b7,:b8)";
  sqlstm.iters = (unsigned int  )rows_to_insert;
  sqlstm.offset = (unsigned int  )269;
  sqlstm.cud = sqlcud0;
  sqlstm.sqlest = (unsigned char  *)&sqlca;
  sqlstm.sqlety = (unsigned short)4352;
  sqlstm.occurs = (unsigned int  )0;
  sqlstm.sqhstv[0] = (unsigned char  *)cell;
  sqlstm.sqhstl[0] = (unsigned long )sizeof(int);
  sqlstm.sqhsts[0] = (         int  )sizeof(int);
  sqlstm.sqindv[0] = (         short *)0;
  sqlstm.sqinds[0] = (         int  )0;
  sqlstm.sqharm[0] = (unsigned long )0;
  sqlstm.sqharc[0] = (unsigned long  *)0;
  sqlstm.sqadto[0] = (unsigned short )0;
  sqlstm.sqtdso[0] = (unsigned short )0;
  sqlstm.sqhstv[1] = (unsigned char  *)vers;
  sqlstm.sqhstl[1] = (unsigned long )sizeof(int);
  sqlstm.sqhsts[1] = (         int  )sizeof(int);
  sqlstm.sqindv[1] = (         short *)0;
  sqlstm.sqinds[1] = (         int  )0;
  sqlstm.sqharm[1] = (unsigned long )0;
  sqlstm.sqharc[1] = (unsigned long  *)0;
  sqlstm.sqadto[1] = (unsigned short )0;
  sqlstm.sqtdso[1] = (unsigned short )0;
  sqlstm.sqhstv[2] = (unsigned char  *)tslope;
  sqlstm.sqhstl[2] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[2] = (         int  )sizeof(float);
  sqlstm.sqindv[2] = (         short *)0;
  sqlstm.sqinds[2] = (         int  )0;
  sqlstm.sqharm[2] = (unsigned long )0;
  sqlstm.sqharc[2] = (unsigned long  *)0;
  sqlstm.sqadto[2] = (unsigned short )0;
  sqlstm.sqtdso[2] = (unsigned short )0;
  sqlstm.sqhstv[3] = (unsigned char  *)toffset;
  sqlstm.sqhstl[3] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[3] = (         int  )sizeof(float);
  sqlstm.sqindv[3] = (         short *)0;
  sqlstm.sqinds[3] = (         int  )0;
  sqlstm.sqharm[3] = (unsigned long )0;
  sqlstm.sqharc[3] = (unsigned long  *)0;
  sqlstm.sqadto[3] = (unsigned short )0;
  sqlstm.sqtdso[3] = (unsigned short )0;
  sqlstm.sqhstv[4] = (unsigned char  *)aslope;
  sqlstm.sqhstl[4] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[4] = (         int  )sizeof(float);
  sqlstm.sqindv[4] = (         short *)0;
  sqlstm.sqinds[4] = (         int  )0;
  sqlstm.sqharm[4] = (unsigned long )0;
  sqlstm.sqharc[4] = (unsigned long  *)0;
  sqlstm.sqadto[4] = (unsigned short )0;
  sqlstm.sqtdso[4] = (unsigned short )0;
  sqlstm.sqhstv[5] = (unsigned char  *)aoffset;
  sqlstm.sqhstl[5] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[5] = (         int  )sizeof(float);
  sqlstm.sqindv[5] = (         short *)0;
  sqlstm.sqinds[5] = (         int  )0;
  sqlstm.sqharm[5] = (unsigned long )0;
  sqlstm.sqharc[5] = (unsigned long  *)0;
  sqlstm.sqadto[5] = (unsigned short )0;
  sqlstm.sqtdso[5] = (unsigned short )0;
  sqlstm.sqhstv[6] = (unsigned char  *)wcorr1;
  sqlstm.sqhstl[6] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[6] = (         int  )sizeof(float);
  sqlstm.sqindv[6] = (         short *)0;
  sqlstm.sqinds[6] = (         int  )0;
  sqlstm.sqharm[6] = (unsigned long )0;
  sqlstm.sqharc[6] = (unsigned long  *)0;
  sqlstm.sqadto[6] = (unsigned short )0;
  sqlstm.sqtdso[6] = (unsigned short )0;
  sqlstm.sqhstv[7] = (unsigned char  *)wcorr2;
  sqlstm.sqhstl[7] = (unsigned long )sizeof(float);
  sqlstm.sqhsts[7] = (         int  )sizeof(float);
  sqlstm.sqindv[7] = (         short *)0;
  sqlstm.sqinds[7] = (         int  )0;
  sqlstm.sqharm[7] = (unsigned long )0;
  sqlstm.sqharc[7] = (unsigned long  *)0;
  sqlstm.sqadto[7] = (unsigned short )0;
  sqlstm.sqtdso[7] = (unsigned short )0;
  sqlstm.sqphsv = sqlstm.sqhstv;
  sqlstm.sqphsl = sqlstm.sqhstl;
  sqlstm.sqphss = sqlstm.sqhsts;
  sqlstm.sqpind = sqlstm.sqindv;
  sqlstm.sqpins = sqlstm.sqinds;
  sqlstm.sqparm = sqlstm.sqharm;
  sqlstm.sqparc = sqlstm.sqharc;
  sqlstm.sqpadto = sqlstm.sqadto;
  sqlstm.sqptdso = sqlstm.sqtdso;
  sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);
  if (sqlca.sqlcode == 1403) goto errorfound;
  if (sqlca.sqlcode < 0) goto errorfound;
}


  commit();
  cout<<rows_to_insert<<" rows inserted\n";
  pPar->setChanged(kFALSE);
  return version;
errorfound:
  showSqlError("writePar(HWallCalPar*)");
  rollback();
  pPar->setChanged(kFALSE);
  return -1;
}




 hwallparora2io.pc.cc:1
 hwallparora2io.pc.cc:2
 hwallparora2io.pc.cc:3
 hwallparora2io.pc.cc:4
 hwallparora2io.pc.cc:5
 hwallparora2io.pc.cc:6
 hwallparora2io.pc.cc:7
 hwallparora2io.pc.cc:8
 hwallparora2io.pc.cc:9
 hwallparora2io.pc.cc:10
 hwallparora2io.pc.cc:11
 hwallparora2io.pc.cc:12
 hwallparora2io.pc.cc:13
 hwallparora2io.pc.cc:14
 hwallparora2io.pc.cc:15
 hwallparora2io.pc.cc:16
 hwallparora2io.pc.cc:17
 hwallparora2io.pc.cc:18
 hwallparora2io.pc.cc:19
 hwallparora2io.pc.cc:20
 hwallparora2io.pc.cc:21
 hwallparora2io.pc.cc:22
 hwallparora2io.pc.cc:23
 hwallparora2io.pc.cc:24
 hwallparora2io.pc.cc:25
 hwallparora2io.pc.cc:26
 hwallparora2io.pc.cc:27
 hwallparora2io.pc.cc:28
 hwallparora2io.pc.cc:29
 hwallparora2io.pc.cc:30
 hwallparora2io.pc.cc:31
 hwallparora2io.pc.cc:32
 hwallparora2io.pc.cc:33
 hwallparora2io.pc.cc:34
 hwallparora2io.pc.cc:35
 hwallparora2io.pc.cc:36
 hwallparora2io.pc.cc:37
 hwallparora2io.pc.cc:38
 hwallparora2io.pc.cc:39
 hwallparora2io.pc.cc:40
 hwallparora2io.pc.cc:41
 hwallparora2io.pc.cc:42
 hwallparora2io.pc.cc:43
 hwallparora2io.pc.cc:44
 hwallparora2io.pc.cc:45
 hwallparora2io.pc.cc:46
 hwallparora2io.pc.cc:47
 hwallparora2io.pc.cc:48
 hwallparora2io.pc.cc:49
 hwallparora2io.pc.cc:50
 hwallparora2io.pc.cc:51
 hwallparora2io.pc.cc:52
 hwallparora2io.pc.cc:53
 hwallparora2io.pc.cc:54
 hwallparora2io.pc.cc:55
 hwallparora2io.pc.cc:56
 hwallparora2io.pc.cc:57
 hwallparora2io.pc.cc:58
 hwallparora2io.pc.cc:59
 hwallparora2io.pc.cc:60
 hwallparora2io.pc.cc:61
 hwallparora2io.pc.cc:62
 hwallparora2io.pc.cc:63
 hwallparora2io.pc.cc:64
 hwallparora2io.pc.cc:65
 hwallparora2io.pc.cc:66
 hwallparora2io.pc.cc:67
 hwallparora2io.pc.cc:68
 hwallparora2io.pc.cc:69
 hwallparora2io.pc.cc:70
 hwallparora2io.pc.cc:71
 hwallparora2io.pc.cc:72
 hwallparora2io.pc.cc:73
 hwallparora2io.pc.cc:74
 hwallparora2io.pc.cc:75
 hwallparora2io.pc.cc:76
 hwallparora2io.pc.cc:77
 hwallparora2io.pc.cc:78
 hwallparora2io.pc.cc:79
 hwallparora2io.pc.cc:80
 hwallparora2io.pc.cc:81
 hwallparora2io.pc.cc:82
 hwallparora2io.pc.cc:83
 hwallparora2io.pc.cc:84
 hwallparora2io.pc.cc:85
 hwallparora2io.pc.cc:86
 hwallparora2io.pc.cc:87
 hwallparora2io.pc.cc:88
 hwallparora2io.pc.cc:89
 hwallparora2io.pc.cc:90
 hwallparora2io.pc.cc:91
 hwallparora2io.pc.cc:92
 hwallparora2io.pc.cc:93
 hwallparora2io.pc.cc:94
 hwallparora2io.pc.cc:95
 hwallparora2io.pc.cc:96
 hwallparora2io.pc.cc:97
 hwallparora2io.pc.cc:98
 hwallparora2io.pc.cc:99
 hwallparora2io.pc.cc:100
 hwallparora2io.pc.cc:101
 hwallparora2io.pc.cc:102
 hwallparora2io.pc.cc:103
 hwallparora2io.pc.cc:104
 hwallparora2io.pc.cc:105
 hwallparora2io.pc.cc:106
 hwallparora2io.pc.cc:107
 hwallparora2io.pc.cc:108
 hwallparora2io.pc.cc:109
 hwallparora2io.pc.cc:110
 hwallparora2io.pc.cc:111
 hwallparora2io.pc.cc:112
 hwallparora2io.pc.cc:113
 hwallparora2io.pc.cc:114
 hwallparora2io.pc.cc:115
 hwallparora2io.pc.cc:116
 hwallparora2io.pc.cc:117
 hwallparora2io.pc.cc:118
 hwallparora2io.pc.cc:119
 hwallparora2io.pc.cc:120
 hwallparora2io.pc.cc:121
 hwallparora2io.pc.cc:122
 hwallparora2io.pc.cc:123
 hwallparora2io.pc.cc:124
 hwallparora2io.pc.cc:125
 hwallparora2io.pc.cc:126
 hwallparora2io.pc.cc:127
 hwallparora2io.pc.cc:128
 hwallparora2io.pc.cc:129
 hwallparora2io.pc.cc:130
 hwallparora2io.pc.cc:131
 hwallparora2io.pc.cc:132
 hwallparora2io.pc.cc:133
 hwallparora2io.pc.cc:134
 hwallparora2io.pc.cc:135
 hwallparora2io.pc.cc:136
 hwallparora2io.pc.cc:137
 hwallparora2io.pc.cc:138
 hwallparora2io.pc.cc:139
 hwallparora2io.pc.cc:140
 hwallparora2io.pc.cc:141
 hwallparora2io.pc.cc:142
 hwallparora2io.pc.cc:143
 hwallparora2io.pc.cc:144
 hwallparora2io.pc.cc:145
 hwallparora2io.pc.cc:146
 hwallparora2io.pc.cc:147
 hwallparora2io.pc.cc:148
 hwallparora2io.pc.cc:149
 hwallparora2io.pc.cc:150
 hwallparora2io.pc.cc:151
 hwallparora2io.pc.cc:152
 hwallparora2io.pc.cc:153
 hwallparora2io.pc.cc:154
 hwallparora2io.pc.cc:155
 hwallparora2io.pc.cc:156
 hwallparora2io.pc.cc:157
 hwallparora2io.pc.cc:158
 hwallparora2io.pc.cc:159
 hwallparora2io.pc.cc:160
 hwallparora2io.pc.cc:161
 hwallparora2io.pc.cc:162
 hwallparora2io.pc.cc:163
 hwallparora2io.pc.cc:164
 hwallparora2io.pc.cc:165
 hwallparora2io.pc.cc:166
 hwallparora2io.pc.cc:167
 hwallparora2io.pc.cc:168
 hwallparora2io.pc.cc:169
 hwallparora2io.pc.cc:170
 hwallparora2io.pc.cc:171
 hwallparora2io.pc.cc:172
 hwallparora2io.pc.cc:173
 hwallparora2io.pc.cc:174
 hwallparora2io.pc.cc:175
 hwallparora2io.pc.cc:176
 hwallparora2io.pc.cc:177
 hwallparora2io.pc.cc:178
 hwallparora2io.pc.cc:179
 hwallparora2io.pc.cc:180
 hwallparora2io.pc.cc:181
 hwallparora2io.pc.cc:182
 hwallparora2io.pc.cc:183
 hwallparora2io.pc.cc:184
 hwallparora2io.pc.cc:185
 hwallparora2io.pc.cc:186
 hwallparora2io.pc.cc:187
 hwallparora2io.pc.cc:188
 hwallparora2io.pc.cc:189
 hwallparora2io.pc.cc:190
 hwallparora2io.pc.cc:191
 hwallparora2io.pc.cc:192
 hwallparora2io.pc.cc:193
 hwallparora2io.pc.cc:194
 hwallparora2io.pc.cc:195
 hwallparora2io.pc.cc:196
 hwallparora2io.pc.cc:197
 hwallparora2io.pc.cc:198
 hwallparora2io.pc.cc:199
 hwallparora2io.pc.cc:200
 hwallparora2io.pc.cc:201
 hwallparora2io.pc.cc:202
 hwallparora2io.pc.cc:203
 hwallparora2io.pc.cc:204
 hwallparora2io.pc.cc:205
 hwallparora2io.pc.cc:206
 hwallparora2io.pc.cc:207
 hwallparora2io.pc.cc:208
 hwallparora2io.pc.cc:209
 hwallparora2io.pc.cc:210
 hwallparora2io.pc.cc:211
 hwallparora2io.pc.cc:212
 hwallparora2io.pc.cc:213
 hwallparora2io.pc.cc:214
 hwallparora2io.pc.cc:215
 hwallparora2io.pc.cc:216
 hwallparora2io.pc.cc:217
 hwallparora2io.pc.cc:218
 hwallparora2io.pc.cc:219
 hwallparora2io.pc.cc:220
 hwallparora2io.pc.cc:221
 hwallparora2io.pc.cc:222
 hwallparora2io.pc.cc:223
 hwallparora2io.pc.cc:224
 hwallparora2io.pc.cc:225
 hwallparora2io.pc.cc:226
 hwallparora2io.pc.cc:227
 hwallparora2io.pc.cc:228
 hwallparora2io.pc.cc:229
 hwallparora2io.pc.cc:230
 hwallparora2io.pc.cc:231
 hwallparora2io.pc.cc:232
 hwallparora2io.pc.cc:233
 hwallparora2io.pc.cc:234
 hwallparora2io.pc.cc:235
 hwallparora2io.pc.cc:236
 hwallparora2io.pc.cc:237
 hwallparora2io.pc.cc:238
 hwallparora2io.pc.cc:239
 hwallparora2io.pc.cc:240
 hwallparora2io.pc.cc:241
 hwallparora2io.pc.cc:242
 hwallparora2io.pc.cc:243
 hwallparora2io.pc.cc:244
 hwallparora2io.pc.cc:245
 hwallparora2io.pc.cc:246
 hwallparora2io.pc.cc:247
 hwallparora2io.pc.cc:248
 hwallparora2io.pc.cc:249
 hwallparora2io.pc.cc:250
 hwallparora2io.pc.cc:251
 hwallparora2io.pc.cc:252
 hwallparora2io.pc.cc:253
 hwallparora2io.pc.cc:254
 hwallparora2io.pc.cc:255
 hwallparora2io.pc.cc:256
 hwallparora2io.pc.cc:257
 hwallparora2io.pc.cc:258
 hwallparora2io.pc.cc:259
 hwallparora2io.pc.cc:260
 hwallparora2io.pc.cc:261
 hwallparora2io.pc.cc:262
 hwallparora2io.pc.cc:263
 hwallparora2io.pc.cc:264
 hwallparora2io.pc.cc:265
 hwallparora2io.pc.cc:266
 hwallparora2io.pc.cc:267
 hwallparora2io.pc.cc:268
 hwallparora2io.pc.cc:269
 hwallparora2io.pc.cc:270
 hwallparora2io.pc.cc:271
 hwallparora2io.pc.cc:272
 hwallparora2io.pc.cc:273
 hwallparora2io.pc.cc:274
 hwallparora2io.pc.cc:275
 hwallparora2io.pc.cc:276
 hwallparora2io.pc.cc:277
 hwallparora2io.pc.cc:278
 hwallparora2io.pc.cc:279
 hwallparora2io.pc.cc:280
 hwallparora2io.pc.cc:281
 hwallparora2io.pc.cc:282
 hwallparora2io.pc.cc:283
 hwallparora2io.pc.cc:284
 hwallparora2io.pc.cc:285
 hwallparora2io.pc.cc:286
 hwallparora2io.pc.cc:287
 hwallparora2io.pc.cc:288
 hwallparora2io.pc.cc:289
 hwallparora2io.pc.cc:290
 hwallparora2io.pc.cc:291
 hwallparora2io.pc.cc:292
 hwallparora2io.pc.cc:293
 hwallparora2io.pc.cc:294
 hwallparora2io.pc.cc:295
 hwallparora2io.pc.cc:296
 hwallparora2io.pc.cc:297
 hwallparora2io.pc.cc:298
 hwallparora2io.pc.cc:299
 hwallparora2io.pc.cc:300
 hwallparora2io.pc.cc:301
 hwallparora2io.pc.cc:302
 hwallparora2io.pc.cc:303
 hwallparora2io.pc.cc:304
 hwallparora2io.pc.cc:305
 hwallparora2io.pc.cc:306
 hwallparora2io.pc.cc:307
 hwallparora2io.pc.cc:308
 hwallparora2io.pc.cc:309
 hwallparora2io.pc.cc:310
 hwallparora2io.pc.cc:311
 hwallparora2io.pc.cc:312
 hwallparora2io.pc.cc:313
 hwallparora2io.pc.cc:314
 hwallparora2io.pc.cc:315
 hwallparora2io.pc.cc:316
 hwallparora2io.pc.cc:317
 hwallparora2io.pc.cc:318
 hwallparora2io.pc.cc:319
 hwallparora2io.pc.cc:320
 hwallparora2io.pc.cc:321
 hwallparora2io.pc.cc:322
 hwallparora2io.pc.cc:323
 hwallparora2io.pc.cc:324
 hwallparora2io.pc.cc:325
 hwallparora2io.pc.cc:326
 hwallparora2io.pc.cc:327
 hwallparora2io.pc.cc:328
 hwallparora2io.pc.cc:329
 hwallparora2io.pc.cc:330
 hwallparora2io.pc.cc:331
 hwallparora2io.pc.cc:332
 hwallparora2io.pc.cc:333
 hwallparora2io.pc.cc:334
 hwallparora2io.pc.cc:335
 hwallparora2io.pc.cc:336
 hwallparora2io.pc.cc:337
 hwallparora2io.pc.cc:338
 hwallparora2io.pc.cc:339
 hwallparora2io.pc.cc:340
 hwallparora2io.pc.cc:341
 hwallparora2io.pc.cc:342
 hwallparora2io.pc.cc:343
 hwallparora2io.pc.cc:344
 hwallparora2io.pc.cc:345
 hwallparora2io.pc.cc:346
 hwallparora2io.pc.cc:347
 hwallparora2io.pc.cc:348
 hwallparora2io.pc.cc:349
 hwallparora2io.pc.cc:350
 hwallparora2io.pc.cc:351
 hwallparora2io.pc.cc:352
 hwallparora2io.pc.cc:353
 hwallparora2io.pc.cc:354
 hwallparora2io.pc.cc:355
 hwallparora2io.pc.cc:356
 hwallparora2io.pc.cc:357
 hwallparora2io.pc.cc:358
 hwallparora2io.pc.cc:359
 hwallparora2io.pc.cc:360
 hwallparora2io.pc.cc:361
 hwallparora2io.pc.cc:362
 hwallparora2io.pc.cc:363
 hwallparora2io.pc.cc:364
 hwallparora2io.pc.cc:365
 hwallparora2io.pc.cc:366
 hwallparora2io.pc.cc:367
 hwallparora2io.pc.cc:368
 hwallparora2io.pc.cc:369
 hwallparora2io.pc.cc:370
 hwallparora2io.pc.cc:371
 hwallparora2io.pc.cc:372
 hwallparora2io.pc.cc:373
 hwallparora2io.pc.cc:374
 hwallparora2io.pc.cc:375
 hwallparora2io.pc.cc:376
 hwallparora2io.pc.cc:377
 hwallparora2io.pc.cc:378
 hwallparora2io.pc.cc:379
 hwallparora2io.pc.cc:380
 hwallparora2io.pc.cc:381
 hwallparora2io.pc.cc:382
 hwallparora2io.pc.cc:383
 hwallparora2io.pc.cc:384
 hwallparora2io.pc.cc:385
 hwallparora2io.pc.cc:386
 hwallparora2io.pc.cc:387
 hwallparora2io.pc.cc:388
 hwallparora2io.pc.cc:389
 hwallparora2io.pc.cc:390
 hwallparora2io.pc.cc:391
 hwallparora2io.pc.cc:392
 hwallparora2io.pc.cc:393
 hwallparora2io.pc.cc:394
 hwallparora2io.pc.cc:395
 hwallparora2io.pc.cc:396
 hwallparora2io.pc.cc:397
 hwallparora2io.pc.cc:398
 hwallparora2io.pc.cc:399
 hwallparora2io.pc.cc:400
 hwallparora2io.pc.cc:401
 hwallparora2io.pc.cc:402
 hwallparora2io.pc.cc:403
 hwallparora2io.pc.cc:404
 hwallparora2io.pc.cc:405
 hwallparora2io.pc.cc:406
 hwallparora2io.pc.cc:407
 hwallparora2io.pc.cc:408
 hwallparora2io.pc.cc:409
 hwallparora2io.pc.cc:410
 hwallparora2io.pc.cc:411
 hwallparora2io.pc.cc:412
 hwallparora2io.pc.cc:413
 hwallparora2io.pc.cc:414
 hwallparora2io.pc.cc:415
 hwallparora2io.pc.cc:416
 hwallparora2io.pc.cc:417
 hwallparora2io.pc.cc:418
 hwallparora2io.pc.cc:419
 hwallparora2io.pc.cc:420
 hwallparora2io.pc.cc:421
 hwallparora2io.pc.cc:422
 hwallparora2io.pc.cc:423
 hwallparora2io.pc.cc:424
 hwallparora2io.pc.cc:425
 hwallparora2io.pc.cc:426
 hwallparora2io.pc.cc:427
 hwallparora2io.pc.cc:428
 hwallparora2io.pc.cc:429
 hwallparora2io.pc.cc:430
 hwallparora2io.pc.cc:431
 hwallparora2io.pc.cc:432
 hwallparora2io.pc.cc:433
 hwallparora2io.pc.cc:434
 hwallparora2io.pc.cc:435
 hwallparora2io.pc.cc:436
 hwallparora2io.pc.cc:437
 hwallparora2io.pc.cc:438
 hwallparora2io.pc.cc:439
 hwallparora2io.pc.cc:440
 hwallparora2io.pc.cc:441
 hwallparora2io.pc.cc:442
 hwallparora2io.pc.cc:443
 hwallparora2io.pc.cc:444
 hwallparora2io.pc.cc:445
 hwallparora2io.pc.cc:446
 hwallparora2io.pc.cc:447
 hwallparora2io.pc.cc:448
 hwallparora2io.pc.cc:449
 hwallparora2io.pc.cc:450
 hwallparora2io.pc.cc:451
 hwallparora2io.pc.cc:452
 hwallparora2io.pc.cc:453
 hwallparora2io.pc.cc:454
 hwallparora2io.pc.cc:455
 hwallparora2io.pc.cc:456
 hwallparora2io.pc.cc:457
 hwallparora2io.pc.cc:458
 hwallparora2io.pc.cc:459
 hwallparora2io.pc.cc:460
 hwallparora2io.pc.cc:461
 hwallparora2io.pc.cc:462
 hwallparora2io.pc.cc:463
 hwallparora2io.pc.cc:464
 hwallparora2io.pc.cc:465
 hwallparora2io.pc.cc:466
 hwallparora2io.pc.cc:467
 hwallparora2io.pc.cc:468
 hwallparora2io.pc.cc:469
 hwallparora2io.pc.cc:470
 hwallparora2io.pc.cc:471
 hwallparora2io.pc.cc:472
 hwallparora2io.pc.cc:473
 hwallparora2io.pc.cc:474
 hwallparora2io.pc.cc:475
 hwallparora2io.pc.cc:476
 hwallparora2io.pc.cc:477
 hwallparora2io.pc.cc:478
 hwallparora2io.pc.cc:479
 hwallparora2io.pc.cc:480
 hwallparora2io.pc.cc:481
 hwallparora2io.pc.cc:482
 hwallparora2io.pc.cc:483
 hwallparora2io.pc.cc:484
 hwallparora2io.pc.cc:485
 hwallparora2io.pc.cc:486
 hwallparora2io.pc.cc:487
 hwallparora2io.pc.cc:488
 hwallparora2io.pc.cc:489
 hwallparora2io.pc.cc:490
 hwallparora2io.pc.cc:491
 hwallparora2io.pc.cc:492
 hwallparora2io.pc.cc:493
 hwallparora2io.pc.cc:494
 hwallparora2io.pc.cc:495
 hwallparora2io.pc.cc:496
 hwallparora2io.pc.cc:497
 hwallparora2io.pc.cc:498
 hwallparora2io.pc.cc:499
 hwallparora2io.pc.cc:500
 hwallparora2io.pc.cc:501
 hwallparora2io.pc.cc:502
 hwallparora2io.pc.cc:503
 hwallparora2io.pc.cc:504
 hwallparora2io.pc.cc:505
 hwallparora2io.pc.cc:506
 hwallparora2io.pc.cc:507
 hwallparora2io.pc.cc:508
 hwallparora2io.pc.cc:509
 hwallparora2io.pc.cc:510
 hwallparora2io.pc.cc:511
 hwallparora2io.pc.cc:512
 hwallparora2io.pc.cc:513
 hwallparora2io.pc.cc:514
 hwallparora2io.pc.cc:515
 hwallparora2io.pc.cc:516
 hwallparora2io.pc.cc:517
 hwallparora2io.pc.cc:518
 hwallparora2io.pc.cc:519
 hwallparora2io.pc.cc:520
 hwallparora2io.pc.cc:521
 hwallparora2io.pc.cc:522
 hwallparora2io.pc.cc:523
 hwallparora2io.pc.cc:524
 hwallparora2io.pc.cc:525
 hwallparora2io.pc.cc:526
 hwallparora2io.pc.cc:527
 hwallparora2io.pc.cc:528
 hwallparora2io.pc.cc:529
 hwallparora2io.pc.cc:530
 hwallparora2io.pc.cc:531
 hwallparora2io.pc.cc:532
 hwallparora2io.pc.cc:533
 hwallparora2io.pc.cc:534
 hwallparora2io.pc.cc:535
 hwallparora2io.pc.cc:536
 hwallparora2io.pc.cc:537
 hwallparora2io.pc.cc:538
 hwallparora2io.pc.cc:539
 hwallparora2io.pc.cc:540
 hwallparora2io.pc.cc:541
 hwallparora2io.pc.cc:542
 hwallparora2io.pc.cc:543
 hwallparora2io.pc.cc:544
 hwallparora2io.pc.cc:545
 hwallparora2io.pc.cc:546
 hwallparora2io.pc.cc:547
 hwallparora2io.pc.cc:548
 hwallparora2io.pc.cc:549
 hwallparora2io.pc.cc:550
 hwallparora2io.pc.cc:551
 hwallparora2io.pc.cc:552
 hwallparora2io.pc.cc:553
 hwallparora2io.pc.cc:554
 hwallparora2io.pc.cc:555
 hwallparora2io.pc.cc:556
 hwallparora2io.pc.cc:557
 hwallparora2io.pc.cc:558
 hwallparora2io.pc.cc:559
 hwallparora2io.pc.cc:560
 hwallparora2io.pc.cc:561
 hwallparora2io.pc.cc:562
 hwallparora2io.pc.cc:563
 hwallparora2io.pc.cc:564
 hwallparora2io.pc.cc:565
 hwallparora2io.pc.cc:566
 hwallparora2io.pc.cc:567
 hwallparora2io.pc.cc:568
 hwallparora2io.pc.cc:569
 hwallparora2io.pc.cc:570
 hwallparora2io.pc.cc:571
 hwallparora2io.pc.cc:572
 hwallparora2io.pc.cc:573
 hwallparora2io.pc.cc:574
 hwallparora2io.pc.cc:575
 hwallparora2io.pc.cc:576
 hwallparora2io.pc.cc:577
 hwallparora2io.pc.cc:578
 hwallparora2io.pc.cc:579
 hwallparora2io.pc.cc:580
 hwallparora2io.pc.cc:581
 hwallparora2io.pc.cc:582
 hwallparora2io.pc.cc:583
 hwallparora2io.pc.cc:584
 hwallparora2io.pc.cc:585
 hwallparora2io.pc.cc:586
 hwallparora2io.pc.cc:587
 hwallparora2io.pc.cc:588
 hwallparora2io.pc.cc:589
 hwallparora2io.pc.cc:590
 hwallparora2io.pc.cc:591
 hwallparora2io.pc.cc:592
 hwallparora2io.pc.cc:593
 hwallparora2io.pc.cc:594
 hwallparora2io.pc.cc:595
 hwallparora2io.pc.cc:596
 hwallparora2io.pc.cc:597
 hwallparora2io.pc.cc:598
 hwallparora2io.pc.cc:599
 hwallparora2io.pc.cc:600
 hwallparora2io.pc.cc:601
 hwallparora2io.pc.cc:602
 hwallparora2io.pc.cc:603
 hwallparora2io.pc.cc:604
 hwallparora2io.pc.cc:605
 hwallparora2io.pc.cc:606
 hwallparora2io.pc.cc:607
 hwallparora2io.pc.cc:608
 hwallparora2io.pc.cc:609
 hwallparora2io.pc.cc:610
 hwallparora2io.pc.cc:611
 hwallparora2io.pc.cc:612
 hwallparora2io.pc.cc:613
 hwallparora2io.pc.cc:614
 hwallparora2io.pc.cc:615
 hwallparora2io.pc.cc:616
 hwallparora2io.pc.cc:617
 hwallparora2io.pc.cc:618
 hwallparora2io.pc.cc:619
 hwallparora2io.pc.cc:620
 hwallparora2io.pc.cc:621
 hwallparora2io.pc.cc:622
 hwallparora2io.pc.cc:623
 hwallparora2io.pc.cc:624
 hwallparora2io.pc.cc:625
 hwallparora2io.pc.cc:626
 hwallparora2io.pc.cc:627
 hwallparora2io.pc.cc:628
 hwallparora2io.pc.cc:629
 hwallparora2io.pc.cc:630
 hwallparora2io.pc.cc:631
 hwallparora2io.pc.cc:632
 hwallparora2io.pc.cc:633
 hwallparora2io.pc.cc:634
 hwallparora2io.pc.cc:635
 hwallparora2io.pc.cc:636
 hwallparora2io.pc.cc:637
 hwallparora2io.pc.cc:638
 hwallparora2io.pc.cc:639
 hwallparora2io.pc.cc:640
 hwallparora2io.pc.cc:641
 hwallparora2io.pc.cc:642
 hwallparora2io.pc.cc:643
 hwallparora2io.pc.cc:644
 hwallparora2io.pc.cc:645
 hwallparora2io.pc.cc:646
 hwallparora2io.pc.cc:647
 hwallparora2io.pc.cc:648
 hwallparora2io.pc.cc:649
 hwallparora2io.pc.cc:650
 hwallparora2io.pc.cc:651
 hwallparora2io.pc.cc:652
 hwallparora2io.pc.cc:653
 hwallparora2io.pc.cc:654
 hwallparora2io.pc.cc:655
 hwallparora2io.pc.cc:656
 hwallparora2io.pc.cc:657
 hwallparora2io.pc.cc:658
 hwallparora2io.pc.cc:659
 hwallparora2io.pc.cc:660
 hwallparora2io.pc.cc:661
 hwallparora2io.pc.cc:662
 hwallparora2io.pc.cc:663
 hwallparora2io.pc.cc:664
 hwallparora2io.pc.cc:665
 hwallparora2io.pc.cc:666
 hwallparora2io.pc.cc:667
 hwallparora2io.pc.cc:668
 hwallparora2io.pc.cc:669
 hwallparora2io.pc.cc:670
 hwallparora2io.pc.cc:671
 hwallparora2io.pc.cc:672
 hwallparora2io.pc.cc:673
 hwallparora2io.pc.cc:674
 hwallparora2io.pc.cc:675
 hwallparora2io.pc.cc:676
 hwallparora2io.pc.cc:677
 hwallparora2io.pc.cc:678
 hwallparora2io.pc.cc:679
 hwallparora2io.pc.cc:680
 hwallparora2io.pc.cc:681
 hwallparora2io.pc.cc:682
 hwallparora2io.pc.cc:683
 hwallparora2io.pc.cc:684
 hwallparora2io.pc.cc:685
 hwallparora2io.pc.cc:686
 hwallparora2io.pc.cc:687
 hwallparora2io.pc.cc:688
 hwallparora2io.pc.cc:689
 hwallparora2io.pc.cc:690
 hwallparora2io.pc.cc:691
 hwallparora2io.pc.cc:692
 hwallparora2io.pc.cc:693
 hwallparora2io.pc.cc:694
 hwallparora2io.pc.cc:695
 hwallparora2io.pc.cc:696
 hwallparora2io.pc.cc:697
 hwallparora2io.pc.cc:698
 hwallparora2io.pc.cc:699
 hwallparora2io.pc.cc:700
 hwallparora2io.pc.cc:701
 hwallparora2io.pc.cc:702
 hwallparora2io.pc.cc:703
 hwallparora2io.pc.cc:704
 hwallparora2io.pc.cc:705
 hwallparora2io.pc.cc:706
 hwallparora2io.pc.cc:707
 hwallparora2io.pc.cc:708
 hwallparora2io.pc.cc:709
 hwallparora2io.pc.cc:710
 hwallparora2io.pc.cc:711
 hwallparora2io.pc.cc:712
 hwallparora2io.pc.cc:713
 hwallparora2io.pc.cc:714
 hwallparora2io.pc.cc:715
 hwallparora2io.pc.cc:716
 hwallparora2io.pc.cc:717
 hwallparora2io.pc.cc:718
 hwallparora2io.pc.cc:719
 hwallparora2io.pc.cc:720
 hwallparora2io.pc.cc:721
 hwallparora2io.pc.cc:722
 hwallparora2io.pc.cc:723
 hwallparora2io.pc.cc:724
 hwallparora2io.pc.cc:725
 hwallparora2io.pc.cc:726
 hwallparora2io.pc.cc:727
 hwallparora2io.pc.cc:728
 hwallparora2io.pc.cc:729
 hwallparora2io.pc.cc:730
 hwallparora2io.pc.cc:731
 hwallparora2io.pc.cc:732
 hwallparora2io.pc.cc:733
 hwallparora2io.pc.cc:734
 hwallparora2io.pc.cc:735
 hwallparora2io.pc.cc:736
 hwallparora2io.pc.cc:737
 hwallparora2io.pc.cc:738
 hwallparora2io.pc.cc:739
 hwallparora2io.pc.cc:740
 hwallparora2io.pc.cc:741
 hwallparora2io.pc.cc:742
 hwallparora2io.pc.cc:743
 hwallparora2io.pc.cc:744
 hwallparora2io.pc.cc:745
 hwallparora2io.pc.cc:746
 hwallparora2io.pc.cc:747
 hwallparora2io.pc.cc:748
 hwallparora2io.pc.cc:749
 hwallparora2io.pc.cc:750
 hwallparora2io.pc.cc:751
 hwallparora2io.pc.cc:752
 hwallparora2io.pc.cc:753
 hwallparora2io.pc.cc:754
 hwallparora2io.pc.cc:755
 hwallparora2io.pc.cc:756
 hwallparora2io.pc.cc:757
 hwallparora2io.pc.cc:758
 hwallparora2io.pc.cc:759
 hwallparora2io.pc.cc:760
 hwallparora2io.pc.cc:761
 hwallparora2io.pc.cc:762
 hwallparora2io.pc.cc:763
 hwallparora2io.pc.cc:764
 hwallparora2io.pc.cc:765
 hwallparora2io.pc.cc:766
 hwallparora2io.pc.cc:767
 hwallparora2io.pc.cc:768
 hwallparora2io.pc.cc:769
 hwallparora2io.pc.cc:770
 hwallparora2io.pc.cc:771
 hwallparora2io.pc.cc:772
 hwallparora2io.pc.cc:773
 hwallparora2io.pc.cc:774
 hwallparora2io.pc.cc:775
 hwallparora2io.pc.cc:776
 hwallparora2io.pc.cc:777
 hwallparora2io.pc.cc:778
 hwallparora2io.pc.cc:779
 hwallparora2io.pc.cc:780
 hwallparora2io.pc.cc:781
 hwallparora2io.pc.cc:782
 hwallparora2io.pc.cc:783
 hwallparora2io.pc.cc:784
 hwallparora2io.pc.cc:785
 hwallparora2io.pc.cc:786
 hwallparora2io.pc.cc:787
 hwallparora2io.pc.cc:788
 hwallparora2io.pc.cc:789
 hwallparora2io.pc.cc:790
 hwallparora2io.pc.cc:791
 hwallparora2io.pc.cc:792
 hwallparora2io.pc.cc:793
 hwallparora2io.pc.cc:794
 hwallparora2io.pc.cc:795
 hwallparora2io.pc.cc:796
 hwallparora2io.pc.cc:797
 hwallparora2io.pc.cc:798
 hwallparora2io.pc.cc:799
 hwallparora2io.pc.cc:800
 hwallparora2io.pc.cc:801
 hwallparora2io.pc.cc:802
 hwallparora2io.pc.cc:803
 hwallparora2io.pc.cc:804
 hwallparora2io.pc.cc:805
 hwallparora2io.pc.cc:806
 hwallparora2io.pc.cc:807
 hwallparora2io.pc.cc:808
 hwallparora2io.pc.cc:809
 hwallparora2io.pc.cc:810
 hwallparora2io.pc.cc:811
 hwallparora2io.pc.cc:812
 hwallparora2io.pc.cc:813
 hwallparora2io.pc.cc:814
 hwallparora2io.pc.cc:815
 hwallparora2io.pc.cc:816
 hwallparora2io.pc.cc:817
 hwallparora2io.pc.cc:818
 hwallparora2io.pc.cc:819
 hwallparora2io.pc.cc:820
 hwallparora2io.pc.cc:821
 hwallparora2io.pc.cc:822
 hwallparora2io.pc.cc:823
 hwallparora2io.pc.cc:824
 hwallparora2io.pc.cc:825
 hwallparora2io.pc.cc:826
 hwallparora2io.pc.cc:827
 hwallparora2io.pc.cc:828
 hwallparora2io.pc.cc:829
 hwallparora2io.pc.cc:830
 hwallparora2io.pc.cc:831
 hwallparora2io.pc.cc:832
 hwallparora2io.pc.cc:833
 hwallparora2io.pc.cc:834
 hwallparora2io.pc.cc:835
 hwallparora2io.pc.cc:836
 hwallparora2io.pc.cc:837
 hwallparora2io.pc.cc:838
 hwallparora2io.pc.cc:839
 hwallparora2io.pc.cc:840
 hwallparora2io.pc.cc:841
 hwallparora2io.pc.cc:842
 hwallparora2io.pc.cc:843
 hwallparora2io.pc.cc:844
 hwallparora2io.pc.cc:845
 hwallparora2io.pc.cc:846
 hwallparora2io.pc.cc:847
 hwallparora2io.pc.cc:848
 hwallparora2io.pc.cc:849
 hwallparora2io.pc.cc:850
 hwallparora2io.pc.cc:851
 hwallparora2io.pc.cc:852
 hwallparora2io.pc.cc:853
 hwallparora2io.pc.cc:854
 hwallparora2io.pc.cc:855
 hwallparora2io.pc.cc:856
 hwallparora2io.pc.cc:857
 hwallparora2io.pc.cc:858
 hwallparora2io.pc.cc:859
 hwallparora2io.pc.cc:860
 hwallparora2io.pc.cc:861
 hwallparora2io.pc.cc:862
 hwallparora2io.pc.cc:863
 hwallparora2io.pc.cc:864
 hwallparora2io.pc.cc:865
 hwallparora2io.pc.cc:866
 hwallparora2io.pc.cc:867
 hwallparora2io.pc.cc:868
 hwallparora2io.pc.cc:869
 hwallparora2io.pc.cc:870
 hwallparora2io.pc.cc:871
 hwallparora2io.pc.cc:872
 hwallparora2io.pc.cc:873
 hwallparora2io.pc.cc:874
 hwallparora2io.pc.cc:875
 hwallparora2io.pc.cc:876
 hwallparora2io.pc.cc:877
 hwallparora2io.pc.cc:878
 hwallparora2io.pc.cc:879
 hwallparora2io.pc.cc:880
 hwallparora2io.pc.cc:881
 hwallparora2io.pc.cc:882
 hwallparora2io.pc.cc:883
 hwallparora2io.pc.cc:884
 hwallparora2io.pc.cc:885
 hwallparora2io.pc.cc:886
 hwallparora2io.pc.cc:887
 hwallparora2io.pc.cc:888
 hwallparora2io.pc.cc:889
 hwallparora2io.pc.cc:890
 hwallparora2io.pc.cc:891
 hwallparora2io.pc.cc:892
 hwallparora2io.pc.cc:893
 hwallparora2io.pc.cc:894
 hwallparora2io.pc.cc:895
 hwallparora2io.pc.cc:896
 hwallparora2io.pc.cc:897
 hwallparora2io.pc.cc:898
 hwallparora2io.pc.cc:899
 hwallparora2io.pc.cc:900
 hwallparora2io.pc.cc:901
 hwallparora2io.pc.cc:902
 hwallparora2io.pc.cc:903
 hwallparora2io.pc.cc:904
 hwallparora2io.pc.cc:905
 hwallparora2io.pc.cc:906
 hwallparora2io.pc.cc:907
 hwallparora2io.pc.cc:908
 hwallparora2io.pc.cc:909
 hwallparora2io.pc.cc:910
 hwallparora2io.pc.cc:911
 hwallparora2io.pc.cc:912
 hwallparora2io.pc.cc:913
 hwallparora2io.pc.cc:914
 hwallparora2io.pc.cc:915
 hwallparora2io.pc.cc:916
 hwallparora2io.pc.cc:917
 hwallparora2io.pc.cc:918
 hwallparora2io.pc.cc:919
 hwallparora2io.pc.cc:920
 hwallparora2io.pc.cc:921
 hwallparora2io.pc.cc:922
 hwallparora2io.pc.cc:923
 hwallparora2io.pc.cc:924
 hwallparora2io.pc.cc:925
 hwallparora2io.pc.cc:926
 hwallparora2io.pc.cc:927
 hwallparora2io.pc.cc:928
 hwallparora2io.pc.cc:929
 hwallparora2io.pc.cc:930
 hwallparora2io.pc.cc:931
 hwallparora2io.pc.cc:932
 hwallparora2io.pc.cc:933
 hwallparora2io.pc.cc:934
 hwallparora2io.pc.cc:935
 hwallparora2io.pc.cc:936
 hwallparora2io.pc.cc:937
 hwallparora2io.pc.cc:938
 hwallparora2io.pc.cc:939
 hwallparora2io.pc.cc:940
 hwallparora2io.pc.cc:941
 hwallparora2io.pc.cc:942
 hwallparora2io.pc.cc:943
 hwallparora2io.pc.cc:944
 hwallparora2io.pc.cc:945
 hwallparora2io.pc.cc:946
 hwallparora2io.pc.cc:947
 hwallparora2io.pc.cc:948
 hwallparora2io.pc.cc:949
 hwallparora2io.pc.cc:950
 hwallparora2io.pc.cc:951
 hwallparora2io.pc.cc:952
 hwallparora2io.pc.cc:953
 hwallparora2io.pc.cc:954
 hwallparora2io.pc.cc:955
 hwallparora2io.pc.cc:956
 hwallparora2io.pc.cc:957
 hwallparora2io.pc.cc:958
 hwallparora2io.pc.cc:959
 hwallparora2io.pc.cc:960
 hwallparora2io.pc.cc:961
 hwallparora2io.pc.cc:962
 hwallparora2io.pc.cc:963
 hwallparora2io.pc.cc:964
 hwallparora2io.pc.cc:965
 hwallparora2io.pc.cc:966
 hwallparora2io.pc.cc:967
 hwallparora2io.pc.cc:968
 hwallparora2io.pc.cc:969
 hwallparora2io.pc.cc:970
 hwallparora2io.pc.cc:971
 hwallparora2io.pc.cc:972
 hwallparora2io.pc.cc:973
 hwallparora2io.pc.cc:974
 hwallparora2io.pc.cc:975
 hwallparora2io.pc.cc:976
 hwallparora2io.pc.cc:977
 hwallparora2io.pc.cc:978
 hwallparora2io.pc.cc:979
 hwallparora2io.pc.cc:980
 hwallparora2io.pc.cc:981
 hwallparora2io.pc.cc:982
 hwallparora2io.pc.cc:983
 hwallparora2io.pc.cc:984
 hwallparora2io.pc.cc:985
 hwallparora2io.pc.cc:986
 hwallparora2io.pc.cc:987
 hwallparora2io.pc.cc:988
 hwallparora2io.pc.cc:989
 hwallparora2io.pc.cc:990
 hwallparora2io.pc.cc:991
 hwallparora2io.pc.cc:992
 hwallparora2io.pc.cc:993
 hwallparora2io.pc.cc:994
 hwallparora2io.pc.cc:995
 hwallparora2io.pc.cc:996
 hwallparora2io.pc.cc:997
 hwallparora2io.pc.cc:998
 hwallparora2io.pc.cc:999
 hwallparora2io.pc.cc:1000
 hwallparora2io.pc.cc:1001
 hwallparora2io.pc.cc:1002
 hwallparora2io.pc.cc:1003
 hwallparora2io.pc.cc:1004
 hwallparora2io.pc.cc:1005
 hwallparora2io.pc.cc:1006
 hwallparora2io.pc.cc:1007
 hwallparora2io.pc.cc:1008
 hwallparora2io.pc.cc:1009
 hwallparora2io.pc.cc:1010
 hwallparora2io.pc.cc:1011
 hwallparora2io.pc.cc:1012
 hwallparora2io.pc.cc:1013
 hwallparora2io.pc.cc:1014
 hwallparora2io.pc.cc:1015
 hwallparora2io.pc.cc:1016
 hwallparora2io.pc.cc:1017
 hwallparora2io.pc.cc:1018
 hwallparora2io.pc.cc:1019
 hwallparora2io.pc.cc:1020
 hwallparora2io.pc.cc:1021
 hwallparora2io.pc.cc:1022
 hwallparora2io.pc.cc:1023
 hwallparora2io.pc.cc:1024
 hwallparora2io.pc.cc:1025
 hwallparora2io.pc.cc:1026
 hwallparora2io.pc.cc:1027
 hwallparora2io.pc.cc:1028
 hwallparora2io.pc.cc:1029
 hwallparora2io.pc.cc:1030
 hwallparora2io.pc.cc:1031
 hwallparora2io.pc.cc:1032
 hwallparora2io.pc.cc:1033
 hwallparora2io.pc.cc:1034
 hwallparora2io.pc.cc:1035
 hwallparora2io.pc.cc:1036
 hwallparora2io.pc.cc:1037
 hwallparora2io.pc.cc:1038
 hwallparora2io.pc.cc:1039
 hwallparora2io.pc.cc:1040
 hwallparora2io.pc.cc:1041
 hwallparora2io.pc.cc:1042
 hwallparora2io.pc.cc:1043
 hwallparora2io.pc.cc:1044
 hwallparora2io.pc.cc:1045
 hwallparora2io.pc.cc:1046
 hwallparora2io.pc.cc:1047
 hwallparora2io.pc.cc:1048
 hwallparora2io.pc.cc:1049
 hwallparora2io.pc.cc:1050
 hwallparora2io.pc.cc:1051
 hwallparora2io.pc.cc:1052
 hwallparora2io.pc.cc:1053
 hwallparora2io.pc.cc:1054
 hwallparora2io.pc.cc:1055
 hwallparora2io.pc.cc:1056
 hwallparora2io.pc.cc:1057
 hwallparora2io.pc.cc:1058
 hwallparora2io.pc.cc:1059
 hwallparora2io.pc.cc:1060
 hwallparora2io.pc.cc:1061
 hwallparora2io.pc.cc:1062
 hwallparora2io.pc.cc:1063
 hwallparora2io.pc.cc:1064
 hwallparora2io.pc.cc:1065
 hwallparora2io.pc.cc:1066
 hwallparora2io.pc.cc:1067
 hwallparora2io.pc.cc:1068
 hwallparora2io.pc.cc:1069
 hwallparora2io.pc.cc:1070
 hwallparora2io.pc.cc:1071
 hwallparora2io.pc.cc:1072
 hwallparora2io.pc.cc:1073
 hwallparora2io.pc.cc:1074
 hwallparora2io.pc.cc:1075
 hwallparora2io.pc.cc:1076
 hwallparora2io.pc.cc:1077
 hwallparora2io.pc.cc:1078
 hwallparora2io.pc.cc:1079
 hwallparora2io.pc.cc:1080
 hwallparora2io.pc.cc:1081
 hwallparora2io.pc.cc:1082
 hwallparora2io.pc.cc:1083
 hwallparora2io.pc.cc:1084
 hwallparora2io.pc.cc:1085
 hwallparora2io.pc.cc:1086
 hwallparora2io.pc.cc:1087
 hwallparora2io.pc.cc:1088
 hwallparora2io.pc.cc:1089
 hwallparora2io.pc.cc:1090
 hwallparora2io.pc.cc:1091
 hwallparora2io.pc.cc:1092
 hwallparora2io.pc.cc:1093
 hwallparora2io.pc.cc:1094
 hwallparora2io.pc.cc:1095
 hwallparora2io.pc.cc:1096
 hwallparora2io.pc.cc:1097
 hwallparora2io.pc.cc:1098
 hwallparora2io.pc.cc:1099
 hwallparora2io.pc.cc:1100
 hwallparora2io.pc.cc:1101
 hwallparora2io.pc.cc:1102
 hwallparora2io.pc.cc:1103
 hwallparora2io.pc.cc:1104
 hwallparora2io.pc.cc:1105
 hwallparora2io.pc.cc:1106
 hwallparora2io.pc.cc:1107
 hwallparora2io.pc.cc:1108
 hwallparora2io.pc.cc:1109
 hwallparora2io.pc.cc:1110
 hwallparora2io.pc.cc:1111
 hwallparora2io.pc.cc:1112
 hwallparora2io.pc.cc:1113
 hwallparora2io.pc.cc:1114
 hwallparora2io.pc.cc:1115
 hwallparora2io.pc.cc:1116
 hwallparora2io.pc.cc:1117
 hwallparora2io.pc.cc:1118
 hwallparora2io.pc.cc:1119
 hwallparora2io.pc.cc:1120
 hwallparora2io.pc.cc:1121
 hwallparora2io.pc.cc:1122
 hwallparora2io.pc.cc:1123
 hwallparora2io.pc.cc:1124
 hwallparora2io.pc.cc:1125
 hwallparora2io.pc.cc:1126
 hwallparora2io.pc.cc:1127
 hwallparora2io.pc.cc:1128
 hwallparora2io.pc.cc:1129
 hwallparora2io.pc.cc:1130
 hwallparora2io.pc.cc:1131
 hwallparora2io.pc.cc:1132
 hwallparora2io.pc.cc:1133
 hwallparora2io.pc.cc:1134
 hwallparora2io.pc.cc:1135
 hwallparora2io.pc.cc:1136
 hwallparora2io.pc.cc:1137
 hwallparora2io.pc.cc:1138
 hwallparora2io.pc.cc:1139
 hwallparora2io.pc.cc:1140
 hwallparora2io.pc.cc:1141
 hwallparora2io.pc.cc:1142
 hwallparora2io.pc.cc:1143
 hwallparora2io.pc.cc:1144
 hwallparora2io.pc.cc:1145
 hwallparora2io.pc.cc:1146
 hwallparora2io.pc.cc:1147
 hwallparora2io.pc.cc:1148
 hwallparora2io.pc.cc:1149
 hwallparora2io.pc.cc:1150
 hwallparora2io.pc.cc:1151
 hwallparora2io.pc.cc:1152
 hwallparora2io.pc.cc:1153
 hwallparora2io.pc.cc:1154
 hwallparora2io.pc.cc:1155
 hwallparora2io.pc.cc:1156
 hwallparora2io.pc.cc:1157
 hwallparora2io.pc.cc:1158
 hwallparora2io.pc.cc:1159
 hwallparora2io.pc.cc:1160
 hwallparora2io.pc.cc:1161
 hwallparora2io.pc.cc:1162
 hwallparora2io.pc.cc:1163
 hwallparora2io.pc.cc:1164
 hwallparora2io.pc.cc:1165
 hwallparora2io.pc.cc:1166
 hwallparora2io.pc.cc:1167
 hwallparora2io.pc.cc:1168
 hwallparora2io.pc.cc:1169
 hwallparora2io.pc.cc:1170
 hwallparora2io.pc.cc:1171
 hwallparora2io.pc.cc:1172
 hwallparora2io.pc.cc:1173
 hwallparora2io.pc.cc:1174
 hwallparora2io.pc.cc:1175
 hwallparora2io.pc.cc:1176
 hwallparora2io.pc.cc:1177
 hwallparora2io.pc.cc:1178
 hwallparora2io.pc.cc:1179
 hwallparora2io.pc.cc:1180
 hwallparora2io.pc.cc:1181
 hwallparora2io.pc.cc:1182
 hwallparora2io.pc.cc:1183
 hwallparora2io.pc.cc:1184
 hwallparora2io.pc.cc:1185
 hwallparora2io.pc.cc:1186
 hwallparora2io.pc.cc:1187
 hwallparora2io.pc.cc:1188
 hwallparora2io.pc.cc:1189
 hwallparora2io.pc.cc:1190
 hwallparora2io.pc.cc:1191
 hwallparora2io.pc.cc:1192
 hwallparora2io.pc.cc:1193
 hwallparora2io.pc.cc:1194
 hwallparora2io.pc.cc:1195
 hwallparora2io.pc.cc:1196
 hwallparora2io.pc.cc:1197
 hwallparora2io.pc.cc:1198
 hwallparora2io.pc.cc:1199
 hwallparora2io.pc.cc:1200
 hwallparora2io.pc.cc:1201
 hwallparora2io.pc.cc:1202
 hwallparora2io.pc.cc:1203
 hwallparora2io.pc.cc:1204
 hwallparora2io.pc.cc:1205
 hwallparora2io.pc.cc:1206
 hwallparora2io.pc.cc:1207
 hwallparora2io.pc.cc:1208
 hwallparora2io.pc.cc:1209
 hwallparora2io.pc.cc:1210
 hwallparora2io.pc.cc:1211
 hwallparora2io.pc.cc:1212
 hwallparora2io.pc.cc:1213
 hwallparora2io.pc.cc:1214
 hwallparora2io.pc.cc:1215
 hwallparora2io.pc.cc:1216
 hwallparora2io.pc.cc:1217
 hwallparora2io.pc.cc:1218
 hwallparora2io.pc.cc:1219
 hwallparora2io.pc.cc:1220
 hwallparora2io.pc.cc:1221
 hwallparora2io.pc.cc:1222
 hwallparora2io.pc.cc:1223
 hwallparora2io.pc.cc:1224
 hwallparora2io.pc.cc:1225
 hwallparora2io.pc.cc:1226
 hwallparora2io.pc.cc:1227
 hwallparora2io.pc.cc:1228
 hwallparora2io.pc.cc:1229
 hwallparora2io.pc.cc:1230
 hwallparora2io.pc.cc:1231
 hwallparora2io.pc.cc:1232
 hwallparora2io.pc.cc:1233
 hwallparora2io.pc.cc:1234
 hwallparora2io.pc.cc:1235
 hwallparora2io.pc.cc:1236
 hwallparora2io.pc.cc:1237
 hwallparora2io.pc.cc:1238
 hwallparora2io.pc.cc:1239
 hwallparora2io.pc.cc:1240
 hwallparora2io.pc.cc:1241
 hwallparora2io.pc.cc:1242
 hwallparora2io.pc.cc:1243
 hwallparora2io.pc.cc:1244
 hwallparora2io.pc.cc:1245
 hwallparora2io.pc.cc:1246
 hwallparora2io.pc.cc:1247
 hwallparora2io.pc.cc:1248
 hwallparora2io.pc.cc:1249
 hwallparora2io.pc.cc:1250
 hwallparora2io.pc.cc:1251
 hwallparora2io.pc.cc:1252
 hwallparora2io.pc.cc:1253
 hwallparora2io.pc.cc:1254
 hwallparora2io.pc.cc:1255
 hwallparora2io.pc.cc:1256
 hwallparora2io.pc.cc:1257
 hwallparora2io.pc.cc:1258
 hwallparora2io.pc.cc:1259
 hwallparora2io.pc.cc:1260
 hwallparora2io.pc.cc:1261
 hwallparora2io.pc.cc:1262
 hwallparora2io.pc.cc:1263
 hwallparora2io.pc.cc:1264
 hwallparora2io.pc.cc:1265
 hwallparora2io.pc.cc:1266
 hwallparora2io.pc.cc:1267
 hwallparora2io.pc.cc:1268
 hwallparora2io.pc.cc:1269
 hwallparora2io.pc.cc:1270
 hwallparora2io.pc.cc:1271
 hwallparora2io.pc.cc:1272
 hwallparora2io.pc.cc:1273
 hwallparora2io.pc.cc:1274
 hwallparora2io.pc.cc:1275
 hwallparora2io.pc.cc:1276
 hwallparora2io.pc.cc:1277
 hwallparora2io.pc.cc:1278
 hwallparora2io.pc.cc:1279
 hwallparora2io.pc.cc:1280
 hwallparora2io.pc.cc:1281
 hwallparora2io.pc.cc:1282
 hwallparora2io.pc.cc:1283
 hwallparora2io.pc.cc:1284
 hwallparora2io.pc.cc:1285
 hwallparora2io.pc.cc:1286
 hwallparora2io.pc.cc:1287