Skip to content

Commit

Permalink
Merge pull request #38759 from ptcox/update-cscvalidation-for-12x
Browse files Browse the repository at this point in the history
Update cscvalidation for 12x
  • Loading branch information
cmsbuild authored Jul 20, 2022
2 parents eb9bfe1 + 81ecb03 commit 1a6af8d
Show file tree
Hide file tree
Showing 13 changed files with 6,447 additions and 1,960 deletions.
9 changes: 9 additions & 0 deletions RecoLocalMuon/CSCValidation/macros/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## COMMENTS FROM TIM COX 12.07.2022

## This README seems to have lost many of the files it references.
## I suspect it was the README to go with several files and code updates
## for CSCValidation macros perhaps from Nikolai Terentiev

## TO DO: Decide what to do with it.
## At least useful to document how old macros were run.
-------------------------------------------------------------------------------------------

1. Root scripts and headers for CVS, RecoLocalMuon/CSCValidation/,
output root files and text files for storage (examples for run 62232)
Expand Down
1,283 changes: 1,283 additions & 0 deletions RecoLocalMuon/CSCValidation/macros/makePlots.C

Large diffs are not rendered by default.

281 changes: 11 additions & 270 deletions RecoLocalMuon/CSCValidation/macros/makePlots.sh

Large diffs are not rendered by default.

436 changes: 436 additions & 0 deletions RecoLocalMuon/CSCValidation/macros/makePlots_OLD.C

Large diffs are not rendered by default.

275 changes: 275 additions & 0 deletions RecoLocalMuon/CSCValidation/macros/makePlots_OLD.sh

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions RecoLocalMuon/CSCValidation/macros/makePlots_interactive.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
##
## Call makePlots.C to make plots from root file output of CSCValidation
## CSC DPG - Tim Cox - 12.07.2022
## Run it like
## ./makePlots.sh path_to_root_file
## The plots are png files and produced in the current directory
## Remains in root, so need '.q' to quit
##
ARG1=$1
echo "Called with arg = "${ARG1}
root 'makePlots.C( "'${ARG1}'" )'

Loading

0 comments on commit 1a6af8d

Please sign in to comment.