User Tools

Site Tools


users:ngadiuba:run2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
users:ngadiuba:run2 [2015/06/15 22:04] ngadiubausers:ngadiuba:run2 [2015/11/02 14:30] (current) ngadiuba
Line 1: Line 1:
-  * [[https://docs.google.com/spreadsheets/d/1Yy1VYIp-__pVUDFUs6JDNUh4XGlL2SlOsqXjdCsNiGU/edit?pli=1#gid=663660886|HLT menu]]+  * [[https://docs.google.com/spreadsheets/d/1Yy1VYIp-__pVUDFUs6JDNUh4XGlL2SlOsqXjdCsNiGU/edit?pli=1#gid=663660886|25 ns HLT menu]] 
 +  * [[https://twiki.cern.ch/twiki/bin/view/CMS/TriggerStudies| All HLT menus]]
   * [[https://docs.google.com/spreadsheets/d/1PlnZIpSDltiCrBEFcWoa8LpHvR5YasqaQ3tgxc4X8TM/edit#gid=0|WW synch]]   * [[https://docs.google.com/spreadsheets/d/1PlnZIpSDltiCrBEFcWoa8LpHvR5YasqaQ3tgxc4X8TM/edit#gid=0|WW synch]]
   * [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/ExoDiBosonResonancesRun2|EXO VV twiki]]   * [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/ExoDiBosonResonancesRun2|EXO VV twiki]]
   * [[https://lhcdashboard.web.cern.ch/lhcdashboard/index.html|LHC dashboard]]   * [[https://lhcdashboard.web.cern.ch/lhcdashboard/index.html|LHC dashboard]]
-  * [[https://indico.cern.ch/event/401155/contribution/3/material/slides/0.pdf|file list]]+  * [[https://twiki.cern.ch/twiki/bin/view/Sandbox/ExoWWSemileptonicRun2#EXO_WW_semileptonic_analysis_run|file list]] 
 +  * [[http://cms-service-dqm.web.cern.ch/cms-service-dqm/CAF/certification/Collisions15/13TeV/DCSOnly/|jsons]] 
 +  * [[https://cmswbm.web.cern.ch/cmswbm/cmsdb/servlet/FillReport|Fill report]] 
 +  * [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/MissingETOptionalFiltersRun2|MET filters]] 
 +  * [[https://twiki.cern.ch/twiki/bin/view/CMS/HcalNoiseInfoLibrary|HCAL noise]] 
 +  * [[https://twiki.cern.ch/twiki/bin/view/CMS/Lcr2|lumi tools]] 
 +  * [[http://cms-service-lumi.web.cern.ch/cms-service-lumi/brilwsdoc.html#installation|brilcalc]] 
 +  * [[https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideFrontierConditions#Global_Tags_for_2015_first_beams|Global tags]] 
 +  * [[https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideMuonIdRun2|Muon IDs for RunII]] 
 +  * [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/PdmV2015Analysis|PmdV]] 
 +  * [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/MissingETOptionalFiltersRun2|MET filters]] 
 +  * [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/JECDataMC|JEC]] 
 +  * [[https://indico.cern.ch/event/453282/contribution/22/attachments/1169324/1687354/ScaleFactorStudy_25ns.pdf|HEEP ID scale factors]] 
 +  * [[https://indico.cern.ch/event/455258/contribution/3/attachments/1173567/1695422/25ns_ScaleFactorStudy.pdf|HEEP ID scale factors 2]] 
 +  * [[https://indico.cern.ch/event/455047/contribution/17/attachments/1171290/1691063/151015_EleTriggerStudy_jelee.pdf|Ele105/Ele115 scale factors]] 
 +  * [[https://indico.cern.ch/event/455179/contribution/1/attachments/1171492/1697928/SingleMuTriggerEff_MuonPOG15Oct15.pdf|Mu45/Mu50 scale factors]] 
 +  * [[https://docs.google.com/spreadsheets/d/1wqjFWJo5WvZYg8fRG4_1T3F4cM4QVFQ0PhR3Xa1Wtao/edit?pli=1#gid=459431568|last HLT menu]]
  
-** PUPPI **+  get the json file
  
-git cms-addpkg CommonTools/PileupAlgos+  wget --no-check-certificate http://cms-service-dqm.web.cern.ch/cms-service-dqm/CAF/certification/Collisions15/13TeV/DCSOnly/json_DCSONLY_Run2015B.txt
  
-git remote add nhan-remote https://github.com/nhanvtran/cmssw.git 
  
-git fetch nhan-remote puppi-bugfix-for-miniaod +  * Recipe for PUPPI
- +
-https://github.com/lbrianza/RA2_2014/blob/74x_newEleId/TreeMaker/python/makeTreeFromMiniAOD_cff.py#L275 +
- +
-** ELE ID ** +
- +
-git cms-merge-topic ikrav:egm_id_74X_v0 +
- +
- +
-** HEEP implementation ** +
- +
-       float et = ele.energy()!=0. ? ele.et()/ele.energy()*ele.caloEnergy() : 0.; +
-       float eta = ele.superCluster()->eta(); +
-       double iso; +
-       double isoCut; +
-       double rho = *(rho_.product());  +
-       double dxy = ( vertices_->size() ? ele.gsfTrack()->dxy(vertices_->at(0).position()) :  ele.gsfTrack()->dxy() ); +
-    +
-       if (ele.gsfTrack().isNonnull()){ +
-    +
-       if( et > 35. ) { +
-       if( fabs(eta) < 1.4442 ){ +
-       iso = ele.dr03EcalRecHitSumEt() + ele.dr03HcalDepth1TowerSumEt(); +
-       isoCut = 2 + 0.03*et + 0.28*rho;       +
-       if( ele.ecalDriven() == 1 && dEtaInSeed( ele ) < 0.004 && ele.deltaPhiSuperClusterTrackAtVtx() < 0.06 &&  +
-       ele.hadronicOverEm() < (2./ele.superCluster()->energy()+0.05) &&  +
-       (ele.full5x5_e2x5Max()/ele.full5x5_e5x5() > 0.94 || ele.full5x5_e1x5()/ele.full5x5_e5x5() > 0.83) && +
-       ele.dr03TkSumPt() < 5. && ele.gsfTrack()->hitPattern().numberOfHits(reco::HitPattern::MISSING_INNER_HITS) <= 1 && +
-       iso < isoCut && fabs(dxy) < 0.02 ) isHEEP = true; +
-       } +
-       if( fabs(eta) > 1.566 && fabs(eta) < 2.5 ){ +
-       iso = ele.dr03EcalRecHitSumEt() + ele.dr03HcalDepth1TowerSumEt(); +
-       if( et <= 50 ) +
-       isoCut = 2.5 + 0.28*rho; +
-       else +
-       isoCut = 2.5+0.03*(et-50.) + 0.28*rho;  +
-       if( ele.ecalDriven() == 1 && dEtaInSeed( ele ) < 0.006 && ele.deltaPhiSuperClusterTrackAtVtx() < 0.06 &&  +
-       ele.hadronicOverEm() < (12.5/ele.superCluster()->energy()+0.05) && ele.full5x5_sigmaIetaIeta() < 0.03 &&  +
-       ele.dr03TkSumPt() < 5. && ele.gsfTrack()->hitPattern().numberOfHits(reco::HitPattern::MISSING_INNER_HITS) <= 1 && +
-       iso < isoCut && fabs(dxy) < 0.05 ) isHEEP = true; +
-       }  +
-       }    +
-       }+
  
 +  git cms-addpkg CommonTools/PileupAlgos
 +  git remote add nhan-remote https://github.com/nhanvtran/cmssw.git
 +  git fetch nhan-remote puppi-bugfix-for-miniaod
 +  
users/ngadiuba/run2.1434398657.txt.gz · Last modified: by ngadiuba