# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |