ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeService/src/TreeService.cc
(Generate patch)

Comparing UserCode/MitProd/TreeService/src/TreeService.cc (file contents):
Revision 1.12 by loizides, Wed Mar 4 07:25:24 2009 UTC vs.
Revision 1.13 by loizides, Mon Mar 23 22:12:58 2009 UTC

# Line 61 | Line 61 | TreeService::TreeService(const Parameter
61    if (cfg.exists("brSizes"))
62      brSizes_=cfg.getUntrackedParameter<vector<unsigned> >("brSizes");
63    else
64 <    brSizes_.push_back(64*1024);
64 >    brSizes_.push_back(16*1024);
65  
66    if (treeNames_.size()!=fileNames_.size()) {
67      throw edm::Exception(edm::errors::Configuration, "TreeService::TreeService()\n")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines