Parent Directory | Revision Log | Patch
revision 1.2 by mocchiut, Wed Dec 6 07:01:11 2006 UTC | revision 1.3 by mocchiut, Wed Dec 6 11:01:52 2006 UTC | |
---|---|---|
# | Line 385 Bool_t RunGlue::OpenFile(){ | Line 385 Bool_t RunGlue::OpenFile(){ |
385 | Long64_t maxsize = 10000000000LL; | Long64_t maxsize = 10000000000LL; |
386 | // | // |
387 | Target = TFile::Open((this->GetFilename()).Data(), "RECREATE" ); | Target = TFile::Open((this->GetFilename()).Data(), "RECREATE" ); |
388 | fastMethod = kTRUE; | //fastMethod = kTRUE; |
389 | //fastMethod = kFALSE; | fastMethod = kFALSE; |
390 | // | // |
391 | // | // |
392 | if ( !Target || Target->IsZombie()) { | if ( !Target || Target->IsZombie()) { |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |