ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HFmon2012/macros/plotRaddam.C
Revision: 1.1
Committed: Mon Aug 13 14:57:42 2012 UTC (12 years, 8 months ago) by yilmaz
Content type: text/plain
Branch: MAIN
Log Message:
update analysis

File Contents

# User Rev Content
1 yilmaz 1.1
2    
3     #include "plotChannel.C"
4    
5    
6     void plotRaddam(){
7    
8    
9     plotChannel(30,1,2);
10     plotChannel(30,21,1);
11     plotChannel(30,37,2);
12     plotChannel(30,57,1);
13     plotChannel(32,1,1);
14     plotChannel(32,21,2);
15     plotChannel(32,37,1);
16     plotChannel(32,57,2);
17     plotChannel(34,21,1);
18     plotChannel(34,37,2);
19     plotChannel(34,57,1);
20     plotChannel(36,1,1);
21     plotChannel(36,21,2);
22     plotChannel(36,37,1);
23     plotChannel(36,57,2);
24     plotChannel(38,1,2);
25     plotChannel(38,21,1);
26     plotChannel(38,37,2);
27    
28    
29     }
30    
31    
32    
33