# | Line 193 | Line 193 | void Analysis::AddFile(const char *pname | |
---|---|---|
193 | theFile.ReplaceAll("castor:","root://castorcms/"); | |
194 | if ( theFile.BeginsWith("/castor/")) | |
195 | theFile.Prepend("root://castorcms/"); | |
196 | < | printf("Adding file with path: %s\n",theFile.Data()); |
196 | > | printf(" Adding file (%2d) with path: %s\n",l->GetEntries(),theFile.Data()); |
197 | l->Add(new TObjString(theFile.Data())); | |
198 | ||
199 | MDB(kAnalysis, 2) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |