Revision: | 1.1 |
Committed: | Thu Oct 11 09:47:34 2012 UTC (12 years, 7 months ago) by madfish |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | HEAD |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | madfish | 1.1 | const int n = 12; |
2 | //const int n = 24; | ||
3 | std::string files[n]= | ||
4 | { | ||
5 | "8TeV/WenuH_110_8TeV.root", | ||
6 | "8TeV/WenuH_115_8TeV.root", | ||
7 | "8TeV/WenuH_120_8TeV.root", | ||
8 | "8TeV/WenuH_125_8TeV.root", | ||
9 | "8TeV/WenuH_130_8TeV.root", | ||
10 | "8TeV/WenuH_135_8TeV.root", | ||
11 | "8TeV/WmunuH_110_8TeV.root", | ||
12 | "8TeV/WmunuH_115_8TeV.root", | ||
13 | "8TeV/WmunuH_120_8TeV.root", | ||
14 | "8TeV/WmunuH_125_8TeV.root", | ||
15 | "8TeV/WmunuH_130_8TeV.root", | ||
16 | "8TeV/WmunuH_135_8TeV.root" | ||
17 | }; | ||
18 | |||
19 | |||
20 |