/[PAMELA software]/yoda/event/PamelaRun.cpp
ViewVC logotype

Diff of /yoda/event/PamelaRun.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6.5 by kusanagi, Tue May 30 19:10:02 2006 UTC revision 6.6 by kusanagi, Mon Jun 26 08:43:20 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2006/05/30 19:10:01 $   * $Date: 2006/05/30 19:10:02 $
4   * $Revision: 6.4 $   * $Revision: 6.5 $
5   *   *
6   * Implementation of the PamelaRun class.   * Implementation of the PamelaRun class.
7   */   */
# Line 543  void PamelaRun::WriteHeader(Algorithm* a Line 543  void PamelaRun::WriteHeader(Algorithm* a
543    
544    std::string FileName = "";    std::string FileName = "";
545    TFile* File = 0;    TFile* File = 0;
546      Long64_t maxsize = 5000000000LL;
547      TTree::SetMaxTreeSize(maxsize);
548    TTree *tree = 0;    TTree *tree = 0;
549    if ( Multiple ){    if ( Multiple ){
550          FileName = GetFileName(&header, GetDefaultBranchName(&header));          FileName = GetFileName(&header, GetDefaultBranchName(&header));

Legend:
Removed from v.6.5  
changed lines
  Added in v.6.6

  ViewVC Help
Powered by ViewVC 1.1.23