Merge branch 'reading-more-input-files' into 'master'
adding move flexibility for input files See merge request !532
-
Hey @cburgard,
This commit causes an issue for @ngrieser in the HWW high-mass analysis during sample initialization (using V20 PAODs).
In this commit, the added line in initialize.py sets the tag
xAODCutBookKeeperContainer
toSTREAM_AOD
. Before this was done, the default was defined here and wasStreamAOD
. Did you change this on purpose? Is this maybe a difference between PAODs and mAODs? Please have a look and fix it.Konstantin
-
💬 @cburgardAuthor OwnerHi @kolehman, no, this was not intentional. I intended to provide the option to change this in CommonAnalysisHelpers, not to change the default behavior. Does it work when changing this to
initializer.setTagString("xAODCutBookKeeperContainer", campConfig.getTagStringDefault("~initializer.xAODCutBookKeeperContainer","StreamAOD"))
-
Hi Carsten I made this change and I still cannot initialize:
ERROR in TQSampleInitializerBase::getTreeInformation(...) : no valid sumOfWeights could be retrieved from cutBookkeepers for file '/raid07/users/grieser/PAODs/V20SystPFLOW/mc16d/user.bwinter.skimmed-sys_CAFxAOD_EMPFlow_v20_mc-c16d/CAFxAOD_skim_PFlow_v20_c16d_bkg_X_X_top_singletop_Wt_PoPy_dilep_DR_top_410648_s.part0_group.phys-higgs.410648.e6615_e5984_s3126_r10201_r10210_p3875.18535680.PAOD_2LDF._000097.root'. If the file is expected to be a valid xAOD file it might have been corrupted.
Edited by Nate Grieser -
💬 @cburgardAuthor OwnerThis is confusing... can you add the expected stream name to the error message?
-
mentioned in issue #296 (closed)
-
mentioned in commit 99a7a79e
-
mentioned in merge request !546 (merged)
-
The fix Carsten suggested for the xAODCutBookKeeperContainer issue works for the JER branch. See CI results for commits 897ebca1 and ad2fb73d here https://gitlab.cern.ch/atlas-physics/higgs/hww/HWWAnalysisCode/commits/80-update-fit-config-to-use-v20-jer-uncertainties. I'll merge it into the master
-
See !546 (merged)