ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/ControlRegions/test/zToMuMuOptions.py
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
Error occurred while calculating annotation data.
Log Message:
changed analyzer name

File Contents

# Content
1 #!/usr/bin/env python
2
3 config_file = "zToMuMuAnalyzer_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