Parent Directory
|
Revision Log
|
Patch
| revision 1.9 by mocchiut, Tue Sep 12 07:28:46 2006 UTC | revision 1.10 by mocchiut, Tue Sep 12 08:43:50 2006 UTC | |
|---|---|---|
| # | Line 68 PamelaDBOperations::PamelaDBOperations(T | Line 68 PamelaDBOperations::PamelaDBOperations(T |
| 68 | // | // |
| 69 | INSERT_ROOT = !filerootname.IsNull(); | INSERT_ROOT = !filerootname.IsNull(); |
| 70 | if( INSERT_ROOT ){ | if( INSERT_ROOT ){ |
| 71 | this->SetRootName(filerootname); | |
| 72 | file = TFile::Open(this->GetRootName().Data()); | file = TFile::Open(this->GetRootName().Data()); |
| // if ( !file ) INSERT_ROOT = false; | ||
| 73 | }; | }; |
| // this->OpenFile(); | ||
| 74 | // | // |
| 75 | this->SetID_RAW(0); | this->SetID_RAW(0); |
| 76 | this->SetID_ROOT(0); | this->SetID_ROOT(0); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |