Parent Directory
|
Revision Log
|
Patch
revision 1.27 by mocchiut, Sat May 19 06:25:26 2012 UTC | revision 1.28 by mocchiut, Wed Nov 6 13:22:00 2013 UTC | |
---|---|---|
# | Line 573 int NDCore(UInt_t run, TFile *file, GL_T | Line 573 int NDCore(UInt_t run, TFile *file, GL_T |
573 | if ( NDtr ) NDtr->SetName("NeutronD"); | if ( NDtr ) NDtr->SetName("NeutronD"); |
574 | if ( file ){ | if ( file ){ |
575 | file->cd(); | file->cd(); |
576 | NDtr->Write("NeutronD", TObject::kOverwrite); | if ( NDtr ) NDtr->Write("NeutronD", TObject::kOverwrite); // 10RED bug fixed |
577 | }; | }; |
578 | // | // |
579 | if ( myfold ) gSystem->Unlink(NDfolder.str().c_str()); | if ( myfold ) gSystem->Unlink(NDfolder.str().c_str()); |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |