User Tools

Site Tools


matthew_s_physics_projects

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
matthew_s_physics_projects [2017/05/02 22:51]
parktaehyoun
matthew_s_physics_projects [2017/06/07 13:18] (current)
parktaehyoun
Line 1: Line 1:
-*You need to be on CERN LXPLUS or Carleton ATLAS Computers*+====== Matthew'​s Physics Projects ====== 
 +----
  
-1. Setup Analysis Base+===== Dijet Jet Energy Resolution =====
  
-<​code>​ +This is my Qualification Task for ATLAS. \\ 
-mkdir Analysis && cd Analysis +The progress is tracked on JIRA: https://its.cern.ch/​jira/​browse/ATLJETMET-765
-setupATLAS +
-rcSetup Base,2.4.28 +
-</code>+
  
-2. Setup HGamAnalysisFramework+===== Jets for Higgs Analyses =====
  
-<​code>​ +Look at jet performance for for the Higgs to diphoton analyses.
-rc checkout_pkg atlasoff/​PhysicsAnalysis/​HiggsPhys/​Run2/​HGamma/​xAOD/​HGamAnalysisFramework/​tags/​HGamAnalysisFramework-00-02-89 +
-./​HGamAnalysisFramework/​scripts/​setupRelease +
-rc checkout_pkg atlasoff/​PhysicsAnalysis/​HiggsPhys/​Run2/​HGamma/​xAOD/​HGamTools/​tags/​HGamTools-01-00-02 +
-</​code>​+
  
-3. Setup other stuff +  ​Monte-Carlo based & in-situ jet energy scale calibration & resolution measurements. 
-<​code>​ +  Investigation of topological-cluster & particle-flow jet input algorithms.
-rc checkout_pkg atlasoff/​Reconstruction/​Jet/​JetCalibTools/​tags/​JetCalibTools-00-04-76-01 +
-rc checkout_pkg atlasperf/​CombPerf/​JetETMiss/​JetCalibrationTools/​JES_ResponseFitter/​tags/​JES_ResponseFitter-00-02-00 +
-</​code>​+
  
-Hacks (few things deleted to get the code to compile, added a method to simplify my code):\\ +==== Work setup ====
-JES_BalanceFitter.cxx:​111 +
-<​code>​ +
-//​error("​GetQuantile failed!"​);​ +
-</​code>​ +
-JES_BalanceFitter.cxx:​175 +
-<​code>​ +
-double JES_BalanceFitter::​GetChi2Prob() { +
-  return TMath::​Prob(GetChi2(),​GetNdof());​ +
-+
-</​code>​ +
-JES_BalanceFitter.h:​22 +
-<​code>​ +
-using std::​cout;​ +
-using std::​endl;​ +
-</​code>​ +
-JES_BalanceFitter.h:​47 +
-<​code>​ +
- ​double GetChi2Prob();​ +
-</​code>​+
  
-4Setup Matthew'code+The work-in-progress code is HGamJetStudy,​ a RootCore package for two studies: 
 + 
 +  - ''​MCJESR''​ : Monte-Carlo based jet energy scale & resolution. 
 +  - ''​YYJetInSituJESR''​ : (experimental) yy+jet in-situ jet energy scale & resolution. 
 + 
 +The outputs are used to give us results (pretty plots): 
 + 
 +  - ''​MCJES -> plotJES''​ (working) 
 +  - ''​MCJES -> plotJER''​ (to do) 
 +  - ''​YYJetInSituJESR -> plotYYJetInSituJESR''​ (working) 
 + 
 +Full code and instructions are hosted on GitLab: https://​gitlab.cern.ch/​tapark/​HGamJetStudy 
 + 
 +My working direcctory on LXPLUS:
 <​code>​ <​code>​
-git clone https://<​CERN_USERNAME>​@gitlab.cern.ch/​tapark/​TaeHyounPackage.git+/afs/cern.ch/work/t/tapark/public/
 </​code>​ </​code>​
  
-5Compile +==== Presentations ==== 
-<code+ 
-rc find_packages +  * [[https://​indico.cern.ch/​event/​644077/​contributions/​2618441/​attachments/​1471271/​2276905/​HGamma_-_Jet_mis-calibration_from_vertex_selection3.pdf|HGam meeting (June 6th, 2017): Mis-calibration of jets in events with diphoton vertex selection]] 
-rc compile + 
-</code>+  * [[https://​indico.cern.ch/​event/​632436/​contributions/​2601539/​attachments/​1464072/​2263594/​JESJER_20170523.pdf|Jet Calibration & Resolution meeting (May 24th, 2017): Investigation of jet pT response in MC H -yy]] 
 + 
 +  * [[https://​indico.cern.ch/​event/​506093/​contributions/​2300192/​attachments/​1334321/​2011927/​hcw_20160918.pptx_5.pdf|Hadronic Calibration Workshop 2016 (Sept. 18th, 2016): Particle Flow Jets for Pileup Suppression in Higgs Analyses]] 
 + 
 +  * [[https://​indico.cern.ch/​event/​557286/​contributions/​2270753/​attachments/​1322881/​1984637/​presentation_pileup_20160811_7.pdf|ATLAS Canada Summer Students'​ Talk (Aug 11th, 2016): Optimizing ​ Pileup Jet Supporession for H -yy Analyses]] 
 + 
 +   
 + 
  
-6. Using TaeHyounPackage 
  
-*I will explain how to use my code here, soon... (2017-05-02)* 
  
matthew_s_physics_projects.1493765507.txt.gz · Last modified: 2017/05/02 22:51 by parktaehyoun