Parent Directory | Revision Log | Patch
revision 1.6 by mocchiut, Tue Nov 14 14:08:50 2006 UTC | revision 1.7 by mocchiut, Fri Nov 17 10:08:08 2006 UTC | |
---|---|---|
# | Line 164 Int_t CaloProcessing::ChkCalib(TSQLServe | Line 164 Int_t CaloProcessing::ChkCalib(TSQLServe |
164 | Int_t sgnl = 0; | Int_t sgnl = 0; |
165 | for ( Int_t s = 0; s < 4; s++){ | for ( Int_t s = 0; s < 4; s++){ |
166 | if ( atime > totime[s] ){ | if ( atime > totime[s] ){ |
167 | if ( !dbc->IsConnected() ) throw -116; | |
168 | sgnl = Update(dbc,atime,s); | sgnl = Update(dbc,atime,s); |
169 | if ( sgnl < 0 ) return(sgnl); | if ( sgnl < 0 ) return(sgnl); |
170 | }; | }; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |