ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/BatchSubmitCMS2/mergeHadoopFiles.sh
(Generate patch)

Comparing UserCode/FGolf/BatchSubmitCMS2/mergeHadoopFiles.sh (file contents):
Revision 1.1 by fgolf, Thu Apr 19 00:45:02 2012 UTC vs.
Revision 1.2 by fgolf, Fri Jul 27 17:23:34 2012 UTC

# Line 1 | Line 1
1   #!/bin/bash
2  
3 < HADOOPDIR=/hadoop/cms/store/user/dlevans/HWW2012/$1
3 > HADOOPDIR=/hadoop/cms/store/user/${USER}/$1
4   rm unmerged/*.root
5  
6   echo "
7   void mergeHadoopFiles() {
8 <  TChain *chain = new TChain(\"leptons\");
8 >  TChain *chain = new TChain(\"tree\");
9    chain->SetMaxTreeSize(5000000000LL); //default is 100000000000LL
10   " > mergeHadoopFiles.C
11  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines