forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/BaylorCMS/HcalRelVal into…
… relval_update_May09_2015 Conflicts: .gitignore DQMOffline/Hcal/python/HcalDQMOfflinePostProcessor_cff.py DQMOffline/Hcal/src/HcalRecHitsAnalyzer.cc Validation/CaloTowers/test/macros/InputRelVal_High.txt Validation/CaloTowers/test/macros/InputRelVal_Low.txt Validation/CaloTowers/test/macros/InputRelVal_Medium.txt Validation/CaloTowers/test/macros/InputRelVal_Pileup.txt Validation/CaloTowers/test/macros/RelValMacro.C Validation/CaloTowers/test/macros/RunRVMacros.csh Validation/CaloTowers/test/macros/RunRVMacros_Pileup.csh Validation/CaloTowers/test/macros/SinglePi.C Validation/CaloTowers/test/macros/html_indices/SinglePiScan.html Validation/CaloTowers/test/macros/rootlogon.C Validation/CaloTowers/test/run_onRelVal_data_cfg.py Validation/HcalRecHits/src/HcalRecHitsValidation.cc
- Loading branch information
Showing
22 changed files
with
2,662 additions
and
1,730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,207 @@ | ||
<<<<<<< HEAD | ||
__init__.py | ||
*.pyc | ||
.*.swp | ||
.#* | ||
#*# | ||
*~ | ||
======= | ||
#Binary and Image | ||
*.exe | ||
*.png | ||
*.jpg | ||
*.gif | ||
*.bmp | ||
*.ps | ||
*.jpeg | ||
*.eps | ||
|
||
#condor log files | ||
*.log | ||
*.stderr | ||
*.stdout | ||
|
||
#Root | ||
*.root | ||
|
||
#Network File System | ||
.nfs* | ||
|
||
##Github EMACS Ignore | ||
*~ | ||
\#*\# | ||
/.emacs.desktop | ||
/.emacs.desktop.lock | ||
.elc | ||
auto-save-list | ||
tramp | ||
.\#* | ||
# Org-mode | ||
.org-id-locations | ||
*_archive | ||
##Github VIM Ignore | ||
*.s[a-w][a-z] | ||
*.un~ | ||
Session.vim | ||
.netrwhist | ||
*~ | ||
|
||
##Github SVN Ignore | ||
.svn/ | ||
|
||
##Github CVS Ignore | ||
/CVS/* | ||
*/CVS/* | ||
.cvsignore | ||
*/.cvsignore | ||
|
||
##Github Linux Ignore | ||
.* | ||
!.gitignore | ||
*~ | ||
##Github OSX Ignore | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
Icon | ||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear on external disk | ||
.Spotlight-V100 | ||
.Trashes | ||
|
||
##Github Archives Ignore | ||
# It's better to unpack these files and commit the raw source because | ||
# git has its own built in compression methods. | ||
*.7z | ||
*.jar | ||
*.rar | ||
*.zip | ||
*.gz | ||
*.bzip | ||
*.bz2 | ||
*.xz | ||
*.lzma | ||
|
||
#packing-only formats | ||
*.iso | ||
*.tar | ||
|
||
#package management formats | ||
*.dmg | ||
*.xpi | ||
*.gem | ||
*.egg | ||
*.deb | ||
*.rpm | ||
|
||
##Github Python Ignore | ||
*.py[cod] | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Packages | ||
*.egg | ||
*.egg-info | ||
dist | ||
build | ||
eggs | ||
parts | ||
bin | ||
var | ||
sdist | ||
develop-eggs | ||
.installed.cfg | ||
lib | ||
lib64 | ||
__pycache__ | ||
|
||
# Installer logs | ||
pip-log.txt | ||
|
||
# Unit test / coverage reports | ||
.coverage | ||
.tox | ||
nosetests.xml | ||
|
||
# Translations | ||
*.mo | ||
|
||
# Mr Developer | ||
.mr.developer.cfg | ||
.project | ||
.pydevproject | ||
|
||
##Github C++ ignore | ||
# Compiled Object files | ||
*.slo | ||
*.lo | ||
*.o | ||
|
||
# Dependency Files | ||
*.d | ||
|
||
# Compiled Dynamic libraries | ||
*.so | ||
*.dylib | ||
|
||
# Compiled Static libraries | ||
*.lai | ||
*.la | ||
*.a | ||
|
||
##Github LaTeX Ignore | ||
*.acn | ||
*.acr | ||
*.alg | ||
*.aux | ||
*.bbl | ||
*.blg | ||
*.dvi | ||
*.fdb_latexmk | ||
*.glg | ||
*.glo | ||
*.gls | ||
*.idx | ||
*.ilg | ||
*.ind | ||
*.ist | ||
*.lof | ||
*.log | ||
*.lot | ||
*.maf | ||
*.mtc | ||
*.mtc0 | ||
*.nav | ||
*.nlo | ||
*.out | ||
*.pdfsync | ||
*.ps | ||
*.snm | ||
*.synctex.gz | ||
*.toc | ||
*.vrb | ||
*.xdy | ||
*.tdo | ||
|
||
##Github Perl Ignore | ||
blib/ | ||
.build/ | ||
_build/ | ||
cover_db/ | ||
inc/ | ||
Build | ||
!Build/ | ||
Build.bat | ||
.last_cover_stats | ||
Makefile.old | ||
MANIFEST.bak | ||
META.yml | ||
MYMETA.yml | ||
nytprof.out | ||
pm_to_blib | ||
>>>>>>> 7e31176079b370f66dcb23abf71f2a14db206ca1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# HcalRelVal | ||
HCAL Relval related chunk of CMSSW. |
504 changes: 252 additions & 252 deletions
504
Validation/CaloTowers/test/macros/InputRelVal_High.txt
Large diffs are not rendered by default.
Oops, something went wrong.
504 changes: 252 additions & 252 deletions
504
Validation/CaloTowers/test/macros/InputRelVal_Low.txt
Large diffs are not rendered by default.
Oops, something went wrong.
529 changes: 277 additions & 252 deletions
529
Validation/CaloTowers/test/macros/InputRelVal_Medium.txt
Large diffs are not rendered by default.
Oops, something went wrong.
504 changes: 252 additions & 252 deletions
504
Validation/CaloTowers/test/macros/InputRelVal_Pileup.txt
Large diffs are not rendered by default.
Oops, something went wrong.
221 changes: 221 additions & 0 deletions
221
Validation/CaloTowers/test/macros/InputRelVal_SimHits.txt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
GCC=g++ -g `root-config --cflags --glibs` $< -o $@ | ||
|
||
all : singlePi.exe RelValMacro.exe | ||
|
||
singlePi.exe : SinglePi.C | ||
$(GCC) | ||
|
||
RelValMacro.exe : RelValMacro.C | ||
$(GCC) |
Oops, something went wrong.