Revision: | 1.2 |
Committed: | Tue May 7 11:45:19 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 |
Changes since 1.1: | +1 -1 lines |
Log Message: | changed analyzer name |
# | User | Rev | Content |
---|---|---|---|
1 | lantonel | 1.1 | #!/usr/bin/env python |
2 | |||
3 | lantonel | 1.2 | config_file = "zToMuMuAnalyzer_cfg.py" |
4 | lantonel | 1.1 | 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 |