ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/macros/makeAllPlots.C
Revision: 1.2
Committed: Wed Feb 13 12:47:54 2013 UTC (12 years, 2 months ago) by yilmaz
Content type: text/plain
Branch: MAIN
CVS Tags: HiForest_V02_85, HiForest_V02_84, HiForest_V02_83, HiForest_V02_82, HiForest_V02_81, HiForest_V02_80, HiForest_V02_79, HiForest_V02_78, HiForest_V02_77, HiForest_V02_76, HiForest_V02_73, HEAD
Changes since 1.1: +11 -2 lines
Error occurred while calculating annotation data.
Log Message:
latest plotting macros

File Contents

# Content
1
2
3 #include "plotFigure.C"
4
5 void makeAllPlots(){
6
7 if(0){
8 plotFigure(13);
9 plotFigure(14);
10
11 return;
12 }
13
14 plotFigure(3);
15 plotFigure(1);
16 plotFigure(0);
17 plotFigure(8);
18 plotFigure(9);
19 plotFigure(13);
20 plotFigure(14);
21
22 plotFigure(11);
23 plotFigure(12);
24
25 plotFigure(21);
26 plotFigure(22);
27
28
29
30 }
31
32
33