Parent Directory | Revision Log | Patch
revision 1.31 by mocchiut, Sat May 19 06:25:23 2012 UTC | revision 1.32 by mocchiut, Wed Nov 6 13:21:56 2013 UTC | |
---|---|---|
# | Line 675 int AcCore(UInt_t run, TFile *file, GL_T | Line 675 int AcCore(UInt_t run, TFile *file, GL_T |
675 | if ( ac ) ac->SetName("Anticounter"); | if ( ac ) ac->SetName("Anticounter"); |
676 | if ( file ){ | if ( file ){ |
677 | file->cd(); | file->cd(); |
678 | ac->Write("Anticounter",TObject::kOverwrite); | if ( ac ) ac->Write("Anticounter",TObject::kOverwrite); // 10 RED bug fixed |
679 | }; | }; |
680 | // | // |
681 | if ( myfold ) gSystem->Unlink(acfolder.str().c_str()); | if ( myfold ) gSystem->Unlink(acfolder.str().c_str()); |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |