We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python/storeTools_cfg.py
keepOnlyFilesFromGoodRun
Hi all,
I am trying to submit jobs with /SingleMuon/Run2015C_25ns-16Dec2015-v1/MINIAOD dataset. And keepOnlyFilesFromGoodRun fails on some files. And example:
/SingleMuon/Run2015C_25ns-16Dec2015-v1/MINIAOD
root://eoscms//eos/cms/store/data/Run2015C_25ns/SingleMuon/MINIAOD/16Dec2015-v1/00000/002C22D4-E1AF-E511-AE8E-001E673971CA.root
The script uses #FASTER technique only based on run number and file name parsing which is based on
#FASTER technique only based on run number and file name parsing
... if '/00000/' in F: Fsplit = F.split('/00000/')[0].split('/') ...
-- apparently it does not apply here.
The good thing is Run2015D datasets are submitted without problems. And they have the bulk of luminosity.
Run2015D
Just thought it is worth reporting.
The text was updated successfully, but these errors were encountered:
yes, that trick doesn't work for rereco samples as they do not follow the same naming convention.
But, excuse me to ask... who are you and which analysis are you working on ?
Sorry, something went wrong.
My name is Alex, I work on ttbar->leptontau, I am from LIP CMS group -- the group which Pietro Vischia is from.
ha ok.
Thanks for reporting. Loic
2016-03-31 19:18 GMT+02:00 Alex Toldaiev [email protected]:
My name is Alex, I work on ttbar->leptontau, I am from LIP CMS group -- the group which Pietro Vischia is from. — You are receiving this because you commented. Reply to this email directly or view it on GitHub #139 (comment)
— You are receiving this because you commented. Reply to this email directly or view it on GitHub #139 (comment)
Loic Quertenmont - European Organization for Nuclear Research (CERN) - CMS experiment Office CERN : bldg.40, RB-08 Phone CERN : +41 2276 71548 Mobile BE : +32 474 831531 WWW : http://www.fynu.ucl.ac.be/users/l.quertenmont/
No branches or pull requests
Hi all,
I am trying to submit jobs with
/SingleMuon/Run2015C_25ns-16Dec2015-v1/MINIAOD
dataset.And
keepOnlyFilesFromGoodRun
fails on some files.And example:
The script uses
#FASTER technique only based on run number and file name parsing
which is based on
-- apparently it does not apply here.
The good thing is
Run2015D
datasets are submitted without problems. And they have the bulk of luminosity.Just thought it is worth reporting.
The text was updated successfully, but these errors were encountered: