ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/cmsswRuntimeprocess
(Generate patch)

Comparing COMP/BOSS/Examples/cmsswRuntimeprocess (file contents):
Revision 1.1 by gcodispo, Mon May 15 13:16:53 2006 UTC vs.
Revision 1.2 by gcodispo, Thu Jun 22 09:11:41 2006 UTC

# Line 84 | Line 84 | while ( <STDIN> ) {
84        print "COMMENT = $val\n";
85    }
86  
87 < ## if($_ =~ /.*file:([\w-\.]*).*/)  {
88 < # if($_ =~ /.*file:([\w-\d-\.]*).root.*/)  {
89 < #      $val = $1;
90 < #      print "LFN = $val\n";
91 < #  }
92 < if($_ =~ /.*'LFN':\s+'([\w-\.]*)',/)  {
87 > if($_ =~ /.*LFN:\s+(.*)/)  {
88       $val = $1;
89        print "LFN = $val\n";
90    }
# Line 99 | Line 94 | while ( <STDIN> ) {
94        print "SE_SIZE = $val\n";
95    }
96  
97 < #  if($_ =~ /.*file:(\w+)-(\d+)-(.*).root.*/)  {
98 <  if($_ =~ /.*'LFN':\s+'(\w+)-(\d+)-(.*).root',/){
97 >  if($_ =~ /.*file:(\w+)-(\d+)-(.*).root.*/)  {
98 > #  if($_ =~ /.*'LFN':\s+'(\w+)-(\d+)-(.*).root',/){
99        $val = $1;
100        print "PRIMDATASET = $1\n";
101        print "N_RUN = $2\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines