-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
CMS - HI collision data recovery #241
Comments
We consider only config files that have For 1-5 check if there are any configs with For 6-10, prepare a cvs with a reqmgr query name |
datasets 6-10.csv. |
@danaalsharif would you add the same comment in the comment field for all five datasets in the spreadsheet? |
To get the information necessary for the reprocessing of the deleted HI collision data:
Query for
parent
of:(e.g.
dasgoclient -query="parent dataset=/PAMuon/HIRun2013-PromptReco-v1/RECO"
)Record also the runs
(e.g.
dasgoclient -query="run dataset=/PAMuon/HIRun2013-PromptReco-v1/RECO"
)Get RAW.
Query
config
for RAW(e.g.
dasgoclient --json -query="config dataset=/PAHighPt/HIRun2013-v1/RAW"
)Find configs that in
ids_map
do not have"DQMConfigCacheID
butConfigCacheID
Find out the differences in configs
If no differences, get the request
name
of one of the entries.(e.g.
franzoni_pApartialSep28_538HIp2HI_130928_174454_4973
)O&C should be able to start the processing with the information available in ReqMgr
(e.g. https://cmsweb.cern.ch/reqmgr2/data/request?name=franzoni_pApartialSep28_538HIp2HI_130928_174454_4973)
Take note of the runs listed in
RunWhitelist:
of the ReqMgr query result. If it does not include all those that were queried from DAS above, make note of it when passing the information for reprocessing.The text was updated successfully, but these errors were encountered: