the search for excited tau leptons...
https://twiki.cern.ch/CMSPublic/SWGuidePFTauID#Running_of_the_DeepTauIDs_ver_20
cmsrel CMSSW_10_2_16cd CMSSW_10_2_16/src/cmsenvgit cms-merge-topic -u cms-tau-pog:CMSSW_10_2_X_tau-pog_DeepTau2017v2p1_nanoAODscram b -j 4
https://twiki.cern.ch/CMS/EgammaPostRecoRecipes#2018_Data_MC
git cms-merge-topic cms-egamma:EgammaPostRecoToolsgit cms-merge-topic cms-egamma:PhotonIDValueMapSpeedup1029git cms-merge-topic cms-egamma:slava77-btvDictFix_10210git cms-addpkg EgammaAnalysis/ElectronToolsrm EgammaAnalysis/ElectronTools/data -rfgit clone git@github.com:cms-data/EgammaAnalysis-ElectronTools.git EgammaAnalysis/ElectronTools/datascram build
https://twiki.cern.ch/CMS/JetToolbox
git clone git@github.com:cms-jet/JetToolbox.git JMEAnalysis/JetToolbox -b jetToolbox_102X_v2scram build
https://github.com/fojensen/ExcitedTau
git clone https://github.com/fojensen/ExcitedTauscram buildcd ExcitedTau/
cmsRun excitingAnalyzer_cfg.py isSignalMC=True >& log &
datasetsBkg.py and datasetSig.py contain entries which will eventually be submitted to crab.
python datasetsBkg.py
python datasetSig.py
generates JSON files to give to the submission script submitToCrab.py.
Comment/uncomment the appropriate line for signal or background:
https://github.com/fojensen/ExcitedTau/blob/master/submitToCrab.py#L4-L5, then run:
python submitToCrab.py
If you actually want to submit, uncomment the following line
https://github.com/fojensen/ExcitedTau/blob/master/submitToCrab.py#L36