/[PAMELA software]/PamVMC/src/PamRootManager.cxx
ViewVC logotype

Diff of /PamVMC/src/PamRootManager.cxx

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

revision 1.5 by pam-rm2, Fri Jun 12 18:39:28 2009 UTC revision 1.6 by pam-rm2, Fri Jul 10 09:30:27 2009 UTC
# Line 37  PamRootManager::PamRootManager(const cha Line 37  PamRootManager::PamRootManager(const cha
37                
38      case kWrite:        case kWrite:  
39        fFile = new TFile(fileName, "recreate");        fFile = new TFile(fileName, "recreate");
40        fTree = new TTree(projectName, treeTitle);        fTree = new TTree("hits", "PamVMC hits collections");
41        ;;          ;;  
42    }    }
43    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23