Revision: | 1.1 |
Committed: | Tue May 7 11:38:27 2013 UTC (12 years ago) by lantonel |
Content type: | text/x-python |
Branch: | MAIN |
Log Message: | first commit |
# | Content |
---|---|
1 | #!/usr/bin/env python |
2 | |
3 | config_file = "doubleMuAnalyzer_cfg.py" |
4 | intLumi = 19040. # DoubleMu |
5 | |
6 | datasets = [ |
7 | |
8 | #################### |
9 | ### data samples ### |
10 | #################### |
11 | |
12 | 'DoubleMu', |
13 | |
14 | ########################## |
15 | ### background samples ### |
16 | ########################## |
17 | |
18 | 'DYToMuMu_20', |
19 | |
20 | ] |
21 |