Skip to content
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

Update categories.py for pdmv #2032

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
CMSSW_L2 = {
"Dr15Jones": ["core", "visualization", "geometry"],
"Martin-Grunewald": ["hlt"],
"AdrianoDee": ["upgrade"],
"AdrianoDee": ["upgrade", "pdmv"],
"alberto-sanchez": ["generators"],
"alja": ["visualization"],
"bbilin": ["pdmv"],
Expand All @@ -52,6 +52,7 @@
"clacaputo": ["reconstruction"],
"kskovpen": ["pdmv"],
"sunilUIET": ["pdmv"],
"miquork": ["pdmv"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@perrotta , miquork is already defined at

"miquork": ["jetmet-pog"],
, please remove it from here and add "pdmv" at
"miquork": ["jetmet-pog"],

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you, I did not notice!

"makortel": ["heterogeneous", "core", "visualization", "geometry"],
"mandrenguyen": ["reconstruction"],
"mdhildreth": ["simulation", "geometry", "fastsim"],
Expand All @@ -65,7 +66,7 @@
"aloeliger": ["l1"],
"rvenditti": ["dqm"],
"syuvivida": ["dqm"],
"tjavaid": ["dqm"],
"tjavaid": ["dqm"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please remove the extra space from here?

"nothingface0": ["dqm"],
"Saptaparna": ["generators"],
"sbein": ["fastsim"],
Expand Down
Loading