-
Notifications
You must be signed in to change notification settings - Fork 20
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
Porting to CMSSW 12_3_X #37
Open
emanueledimarco
wants to merge
294
commits into
master
Choose a base branch
from
123X
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…om being copied in /tmp/ to be merged
* changing palette to kVisibleSpectrum, better than rainbow * adding option to allow to skip barrel or endcap (useful if you only calibrates EB or EE) * if files are copied to web directory, remove local directory where plots were created * script to remove files on eos (for example all those ntuples that were already merged) * added possibility to skip EB or EE if you ran on only one of them * updated readme * updated * fixing remotion of not existing files in cfg and adding possibility to force intercalibTag * updated * fix, in .sh script detectorToSkip cannot be an empty string if I pass it as an option to executable * fix when using eos cp * added options to exclude EB or EE and choosing output directory (create that if not existing) * extending possibility to overwrite global tag * fix * adding possibility to select different containment corrections in EB and EE * adding option mapsMergedByHand to allow script to run on calibMap file merged by hand (use --help for details) * adding option to choose eta instead of pi0 and setting some ranges accordingly * for EB, add title associating crystal index to ieta and iphi * DeltaPhi function, changing acos(-1) with TMath::Pi() * new macro to plot fits from single file * changing AutoLibraryLoader to FWLiteEnabler * adding option to select pi0 or eta to plot maps * remove local merged root file after it is copied on eos * changing AutoLibraryLoader to FWLiteEnabler * fix * fix in canvas style * added options to skip EB or EE * introducing L1 info in ntuples * getting info of L1Seeds and fill in the ntuples if required * json and files for run 284029 for seeds study * commit before switching branch * saving HLT bit and event info in Tree_Optim * modify function to compute dphi * fix missing semicolon * fixed gitignore file * added missing semicolon * small fixes * fix * commit everything before downloading code to new release * small fixes for when L1 bits are to be stored in ntuples in FillEpsilonPlot.cc * fix: adding a final slash to /tmp that was preventing files on eos from being copied in /tmp/ to be merged * small fix * use eos cp to copy files
…ck of events passing some selections for EB and EE
…fore doing the fit part, which will fail due to current implementation
…, prefix is defined in parameters.py
…ppy-92X_mciprian Conflicts: FillEpsilonPlot/src/FillEpsilonPlot.cc submit/Utilities/Purify_List.py submit/calibJobHandler.py submit/methods.py submit/parameters.py
… lxplus and batch nodes
…iprian_tmpMergeFromEmanuele Conflicts: FillEpsilonPlot/data/json_DCSONLY.txt submit/Utilities/Purify_List.py submit/parameters.py Merged from emanueledimarco
…memory of EcalNtp files from 78 to 1.3 MB
Migration of latest changes from Marco to my fork
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Only ported the Fill part