Changes between Initial Version and Version 1 of DbiTables

Show
Ignore:
Timestamp:
07/19/10 13:54:59 (14 years ago)
Author:
blyth (IP: 221.2.162.118)
Comment:

Try out gendbi conversion of spec files

Legend:

Unmodified
Added
Removed
Modified
  • DbiTables

    v1 v1  
     1[[PageOutline]] 
     2= DbiTables = 
     3 
     4== SimPmtSpec == 
     5 
     6{{{ 
     7#!csv 
     8  meta          ,  class         ,  table       ,  CanL2Cache  
     9  1             ,  SimPmtSpec    ,  SimPmtSpec  ,  kTRUE 
     10;  
     11  name           , codetype                 , dbtype       , description                          , code2db  
     12  pmtId          , DayaBay::DetectorSensor  , int(11)      , PMT sensor ID                        , .sensorId() 
     13  describ        , std::string              , varchar(27)  , String of decribing PMT position     , 
     14  gain           , double                   , float        , Relative gain for pmt with mean = 1  , 
     15  sigmaGain      , double                   , float        , 1-sigma spread of S.P.E. response    , 
     16  timeOffset     , double                   , float        , Relative transit time offset         , 
     17  timeSpread     , double                   , float        , Transit time spread                  , 
     18  efficiency     , double                   , float        , Absolute efficiency                  , 
     19  prePulseProb   , double                   , float        , Probability of prepulsing            , 
     20  afterPulseProb , double                   , float        , Probability of afterpulsing          , 
     21  darkRate       , double                   , float        , Dark Rate                            , 
     22 
     23}}} 
     24 
     25 
     26 
     27 
     28 
     29 ||      '''name'''      ||     '''dbtype'''     ||       '''codetype'''      ||            '''description'''             ||    '''code2db'''     || 
     30 ||        pmtId         ||       int(11)        ||  DayaBay::DetectorSensor  ||              PMT sensor ID               ||     .sensorId()      || 
     31 ||       describ        ||     varchar(27)      ||        std::string        ||     String of decribing PMT position     ||                      || 
     32 ||         gain         ||        float         ||           double          ||   Relative gain for pmt with mean = 1    ||                      || 
     33 ||      sigmaGain       ||        float         ||           double          ||    1-sigma spread of S.P.E. response     ||                      || 
     34 ||      timeOffset      ||        float         ||           double          ||       Relative transit time offset       ||                      || 
     35 ||      timeSpread      ||        float         ||           double          ||           Transit time spread            ||                      || 
     36 ||      efficiency      ||        float         ||           double          ||           Absolute efficiency            ||                      || 
     37 ||     prePulseProb     ||        float         ||           double          ||        Probability of prepulsing         ||                      || 
     38 ||    afterPulseProb    ||        float         ||           double          ||       Probability of afterpulsing        ||                      || 
     39 ||       darkRate       ||        float         ||           double          ||                Dark Rate                 ||                      || 
     40 
     41