ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/yangyong/zSelection/readme
Revision: 1.1
Committed: Fri Sep 30 16:12:33 2011 UTC (13 years, 7 months ago) by yangyong
Branch: MAIN
CVS Tags: V01-00-01, V01-00-00, HEAD
Log Message:
instruction

File Contents

# User Rev Content
1 yangyong 1.1
2    
3     root version to use (for consistency with the version of root of regression training )
4     /afs/cern.ch/sw/lcg/app/releases/ROOT/5.28.00/slc4_amd64_gcc34/root/bin/root
5    
6     run on dielectronSkimmed data ( at least two electrons Et > 25) from here
7     /castor/cern.ch/user/y/yangyong/data/Run2011A/HiggsAnalysis/dielectronSkimmed/
8    
9     e.g.
10     root -b
11     L testSelectionZee.C+()
12     testSelectionZee("DoubleElectronRun2011A-ZElectron-05Jul2011ReReco-ECAL-v1RAW-RECO",1)
13    
14     two arguments : one is the dataset name , and the other means to run over kth file (1,2,3,...)
15    
16     the code is quite simple, it run the WP80 selection and fill some histograms,etc
17    
18     you can count the number of files for each dataset
19    
20     Right now
21     For DATA:
22     DoubleElectronRun2011A-ZElectron-05Jul2011ReReco-ECAL-v1RAW-RECO
23     rmax = 21
24     DoubleElectronRun2011A-05Aug2011-v1AOD
25     rmax = 24
26     DoubleElectronRun2011A-PromptReco-v6AOD
27     rmax = 20
28    
29     MC:
30     DYToEE_M-20_CT10_TuneZ2_7TeV-powheg-pythiaSummer11-PU_S4_START42_V11-v1AODSIM
31     rmax = 38
32    
33    
34