Tags:
create new tag
,
view all tags
---+ Randall-Sundrum Analysis at CMS Experiment ---+++ A Log for Flavia's work ---++++ How to Run on Data - LHC 2010 ---+++++ Useful Links * Collisions 2010 Analysis - https://twiki.cern.ch/twiki/bin/view/CMS/Collisions2010Analysis * Collisions 2010 Datasets - https://twiki.cern.ch/twiki/bin/view/CMS/Collisions2010Datasets * Collisions 2010 Recipes - https://twiki.cern.ch/twiki/bin/view/CMS/Collisions2010Recipes * Hcal Anomalous Signals - https://twiki.cern.ch/twiki/bin/view/CMS/HcalDPGAnomalousSignals * Ecal Anomalous Signals - https://twiki.cern.ch/twiki/bin/viewauth/CMS/EcalFirstBeam09Anomalous * DBS Discovery - https://cmsweb.cern.ch/dbs_discovery/ * CRAB Guide - https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideCrab * Thiago's Example for CRAB - http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/UserCode/ThiagoTomei/RSGraviton/RSAnalyzer/analysis_Summer2010/hadronicChannel/rsanalyzer_JetMET_forCRAB_cfg.py?view=log ---+++++ Data Considerations - November 10th, 2010 Run A = 35x, 36x, (13508 - ) <br> Run B = 38x (145762 and greater) A joint decision (Flavia, Thiago, Franciole): Wait for reprocessing in Run A with 38x, and start to look at Run B data. Dataset: /Jet/Run2010B-PromptReco-v2/RECO <br> To look for it on DBS: find dataset where dataset like /Jet/.../RECO ---+++++ Run in Selected Runs and LS - JSON File The JSON file specifies, for a given run range(s), the luminosity of each section. There is a [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/Collisions2010Recipes#Filtering_out_JSON_files_for_run][python script]] that allows, given a bigger official JSON file, to make it shorter, only with the run range you wish to run on. We filtered the JSON file from [[https://cms-service-dqm.web.cern.ch/cms-service-dqm/CAF/certification/Collisions10/7TeV/StreamExpress/][this directory]] to run only in events greater than run 145762 (Run 2010B according to [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/Collisions2010Analysis#Run2010B_acquisition_era_run_145][this twiki]]). To run on CRAB using the JSON file, we have to change some parameters of the submission script: -- Main.FlaviaDias - 14 Nov 2010 ---+++ Z invisible background - Data Driven Estimation Estimation from the W->mu nu sample, because it would be needed too much luminosity (~1fb^-1) of collected data for a good estimation from Z-> mu mu Get a control region with maximal purity of W (mu nu) events. Make the same selection one use for the signal (MET and jet), but with different lepton selection cuts: * Use the VBTF muon criteria, as in [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/VbtfZMuMuBaselineSelection#Muon_ID_criteria][this reference]]: * Inside my background MC tree, this is: muonVBTF This procedure allows to reproduce the same kinematic region we have for the signal, but with one hard isolated muon, coming from the W with high probability. The systematic effects are those related to the muon selection. Then the number of Z background events can be obtained from the control sample after correcting them for the cross section ratio, and muon isolation and reconstruction efficiency. We also have to apply the cuts to other sources of background, and estimate the contamination it will have in the sample. ---++++ Don't cut on MET directly The Z (-> nu nu) events have a different MET than the W (-> mu nu) events: The MET fot the Z is the vectorial sum of the 4vectors of both neutrinos, while in the Z, the MET is the 4vector of the neutrino. So, to compare the same thing in both cases, I must cut on the MET (for the Z) and for the W, sqrt( ( METcos(phi) + mupTcos(phi) )^2 + ( METsin(phi) + mupTsin(phi) )^2 ). I have to take care - does root recognizes such a big expression on TCut? So, check using the Scan function on an especific tree to see if it's doing something correct. LOG - HOW TO USE SCAN: flavia-dias-computer:~ fladias$ root -l ~/Desktop/RandallSundrum/Backgrounds/Zinvisible/Zinvisible.root <br> root [0] <br> Attaching file /Users/fladias/Desktop/RandallSundrum/Backgrounds/Zinvisible/Zinvisible.root as _file0...<br> Warning in <TFile::ReadStreamerInfo>: /Users/fladias/Desktop/RandallSundrum/Backgrounds/Zinvisible/Zinvisible.root: not a TStreamerInfo object<br> root [1] TTree* t = _file0->Get("eventAnalyzer/mytree")<br> root [2] t<br> (class TTree*)0x10345f700<br> root [3] t->Print()<br> [...]<br> root [4] t->Scan("jet1pt")<br> [...]<br> Scan to see if TCut understands the big expression: sqrt( ( METcosphi + muoncosphi )^2 +( METsinphi + muonsinphy)^2 ) -- Main.FlaviaDias - 13 Dec 2010
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r3 - 2010-12-13
-
FlaviaDias
Home
Site map
Main web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback