Skip to content

srimanob/Monopoles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published