KIT-CMS / Excalibur

Analysis repository for Z+Jet studies
1 stars 4 forks source link

Allow XRootD Proxies in InputFiles #54

Closed maxfischer2781 closed 4 years ago

maxfischer2781 commented 4 years ago

As discussed with @mschnepf and @tfesenbecker, this PR adds support for XRootD proxies in InputFiles URLs.

@mschnepf please test this PR.

mschnepf commented 4 years ago

Hi, thanks for your work. I tested it with

 cfg["InputFiles"].set_input(    
        bmspath="xroot://sg04.etp.kit.edu:42408//xroot://foobar//store/user/dsavoiu/Skimming/ZJet_DY1JetsToLL_Summer16-madgraphMLM_asymptotic_2016_TrancheIV_v6-v1_egmSSbackport/*.root"
        )    

However, it seems that it talk to the wrong server. `` reating file list from xroot://sg04.etp.kit.edu:42408//xroot://foobar//store/user/dsavoiu/Skimming/ZJet_DY1JetsToLL_Summer16-madgraphMLM_asymptotic_2016_TrancheIV_v6-v1_egmSSbackport/*.root Use pyxrootd tools Getting file list from XRootD server Error getting list of files! [FATAL] Invalid address None

maxfischer2781 commented 4 years ago

Can you try that with a real server please? ;)

mschnepf commented 4 years ago

It works with a real server. Thanks for your help :-)