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

New muon validation scripts macros #22267

Merged
merged 4 commits into from Feb 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 13 additions & 4 deletions Validation/RecoMuon/test/README
Expand Up @@ -2,7 +2,16 @@
Muon Summary Validation script
*******************************

Version 0
---------
a) User needs to set input data in the file userparams.py
b) User needs to run muonReleaseSummary.py
New Muon Validation: from CMSSW_10_1_0_pre1

* set the input data in: new_userparams.py
* then run: python new_muonReleaseSummary.py

-------------------------------

Old Muon Validation: up to CMSSW_10_1_0_pre1

* set the input data in: userparams.py
* then run: python muonReleaseSummary.py


2 changes: 1 addition & 1 deletion Validation/RecoMuon/test/macro/IsoValHistoPublisher.C
@@ -1,7 +1,7 @@
#include <vector>
#include <algorithm>
#include "TMath.h"
#include "PlotHelpers.C"
#include "macro/PlotHelpers.C"

// Uncomment the following line for some extra debug information
// #define DEBUG
Expand Down