Revision: | 1.1 |
Committed: | Tue May 7 09:39:47 2013 UTC (12 years ago) by lantonel |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | V02-03-02, V02-03-01, V02-03-00, V02-02-00, V02-01-01, V02-01-00, V01-01-00, V01-00-01, V01-00-00, V00-01-00, HEAD |
Log Message: | first commit of control region definitions |
# | Content |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | config_file = "muEGAnalyzer_cfg.py" |
4 | intLumi = 19487. # MuEG |
5 | |
6 | datasets = [ |
7 | |
8 | #################### |
9 | ### data samples ### |
10 | #################### |
11 | |
12 | 'MuEG', |
13 | |
14 | ########################## |
15 | ### background samples ### |
16 | ########################## |
17 | |
18 | 'Wjets', |
19 | 'TTbar', |
20 | 'Diboson', |
21 | 'DY', |
22 | 'QCD_MuEnriched', |
23 | 'QCD_ElectronEnriched', |
24 | |
25 | ## 'Wjets', |
26 | ## 'TTbar_Had', |
27 | ## 'TTbar_SemiLep', |
28 | ## 'TTbar_Lep', |
29 | ## 'WW', |
30 | ## 'WZ', |
31 | ## 'ZZ', |
32 | ## 'DYToEE_20', |
33 | ## 'DYToMuMu_20', |
34 | ## 'DYToTauTau_20', |
35 | ## 'QCD_MuEnriched', |
36 | |
37 | ] |
38 |