-
Notifications
You must be signed in to change notification settings - Fork 2
srimanob/Monopoles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
################################################################## CMS Monopole UserCode README file ################################################################## ## To create the working area ``` cmsrel CMSSW_10_6_23 cd CMSSW_10_6_23/src/ cmsenv git clone https://github.com/srimanob/Monopoles.git rm -rf Monopoles/MonoAnalyzerPhoton scram b -j 8 ``` ## To make ntuple ## To do analysis: ### (1) Using monoNtupleAnalyzer ``` monoNtupleAnalyzer -i ntuple.root -o outFile.root ``` For example, ``` monoNtupleAnalyzer -i /eos/cms/store/user/srimanob/monopole/13TeV/Legacy-NTUPLE-v2/merges/2018-1000.root -o output/MonoPhotonAnalysis_2018_1000__0_monoNtupleAnalyzer.root ``` ### (2) Using MonoAnalyzerPhoton ``` root.exe -l -q 'src/MonoAnalyzerPhoton.cc("2018","1000",0,0)' ``` Ntuple files can be found at /eos/cms/store/user/srimanob/monopole/13TeV/Legacy-NTUPLE-v2/merges ## To create PR: Fork the git Monopoles respository ``` cd Monopoles/ git checkout -b BRANCH_NAME ===edit your files=== git commit -m "Update" -a git init git remote set-url origin git@github.com:yourusername/Monopoles.git git push origin BRANCH_NAME ```
About
For CMS Run-2/Run-3 monopole analysis
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published