elaird / supy

analyze events stored in TTrees in parallel
8 stars 7 forks source link

add fileListFromEos and related parameters #94

Closed gerbaudo closed 12 years ago

gerbaudo commented 12 years ago

Hi Ted and Burt,

eos is the storage used for ATLAS (it should replace castor at some point). I've added the function to list files from eos (almost the same as the castor one).

I've also noticed that in fileListFromCastor there is a bug fileList=pruneCrabDuplicates(fileList,size) --> should be fileList=pruneCrabDuplicates(fileList,sizes)

Do you use this prune feature? if so I can fix it (but I cannot test it...).

Thanks,

davide

elaird commented 12 years ago

Hi Davide,

Cool. Eventually we might find a new spot for the eosExecutable and xrootdRedirector specs, but defaults.py seems fine to me for now. We haven't used castor in a while-- thanks for the heads up. I took a stab at fixing the function, but didn't test it.

Ok for me.

Ted

gerbaudo commented 12 years ago

We will close this and include it in multiexperiment