ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/wangdy/TimingCSC/interface/CSCTimingAnalyzer.h
(Generate patch)

Comparing UserCode/wangdy/TimingCSC/interface/CSCTimingAnalyzer.h (file contents):
Revision 1.3 by wangdy, Fri Aug 17 15:30:17 2007 UTC vs.
Revision 1.4 by wangdy, Wed Sep 19 16:03:12 2007 UTC

# Line 35 | Line 35 | enum
35   const TString stationLabel[MAX_STATIONS] = {"1a","1b","2","3","4"};
36   const TString sectorLabel[MAX_SECTORS] = {"1","2","3","4","5","6"};
37   const TString chamberLabel[MAX_CHAMBERS] = {"1","2","3","4","5","6","7","8","9"};
38 + const int MINSEC=4;
39 + const int MAXSEC=5;
40  
41   class CSCTriggerMappingFromFile;
42  
# Line 117 | Line 119 | private:
119      /// ME 1B ring 2/3
120      TH1I* hBXDifference1BR232[MAX_SECTORS][MAX_CHAMBERS-3];
121  
122 +    /// BX difference within different rings in  stations 1A
123 +    /// R1-R2
124 +    TH1I* hBXDifference1AInR1R2[MAX_SECTORS][7];
125 +    /// R1-R3
126 +    TH1I* hBXDifference1AInR1R3[MAX_SECTORS][7];
127 +
128 +    /// BX difference within different rings in  stations 1B
129 +    /// R1-R2
130 +    TH1I* hBXDifference1BInR1R2[MAX_SECTORS][7];
131 +    /// R1-R3
132 +    TH1I* hBXDifference1BInR1R3[MAX_SECTORS][7];
133      
134 +    /// BX difference within stations 1A abd 1B
135 +    TH1I* hBXDifference1AWith1B[MAX_SECTORS][7];
136 +
137 +
138 +
139      /// Canvases to display the histograms once they are filled
140  
141      TCanvas* cBX[MAX_SECTORS][MAX_STATIONS];
# Line 148 | Line 166 | private:
166      /// ME 1B ring 2/3
167      TCanvas* cBXDifference1BR232[MAX_SECTORS];
168  
169 +    /// Canvases for printing BX differences within station 1A
170 +    ///  R1R2
171 +    TCanvas* cBXDifference1AInR1R2[MAX_SECTORS];
172 +    /// R1R3
173 +    TCanvas* cBXDifference1AInR1R3[MAX_SECTORS];
174 +
175 +    /// Canvases for printing BX differences within station 1B
176 +    ///  R1R2
177 +    TCanvas* cBXDifference1BInR1R2[MAX_SECTORS];
178 +    /// R1R3
179 +    TCanvas* cBXDifference1BInR1R3[MAX_SECTORS];
180 +
181 +    /// Canvases for printing BX differences of station 1A and 1B
182 +    TCanvas* cBXDifference1AWith1B[MAX_SECTORS];
183 +
184 +
185   };
186  
187   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines