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

Comparing UserCode/MitAna/TreeMod/src/Analysis.cc (file contents):
Revision 1.39 by bendavid, Mon Mar 22 18:40:59 2010 UTC vs.
Revision 1.40 by bendavid, Mon May 10 16:16:39 2010 UTC

# Line 178 | Line 178 | void Analysis::AddFile(const char *pname
178  
179    TString theFile(pname);
180    if ( theFile.BeginsWith("castor:") )
181 <    theFile.ReplaceAll("castor:","rfio:");
181 >    theFile.ReplaceAll("castor:","root://castorcms/");
182    if ( theFile.BeginsWith("/castor/"))
183 <    theFile.Prepend("rfio:");
183 >    theFile.Prepend("root://castorcms/");
184    printf("Adding file with path: %s\n",theFile.Data());
185    l->Add(new TObjString(theFile));
186  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines