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.10 by wangdy, Thu Apr 3 09:46:25 2008 UTC vs.
Revision 1.11 by wangdy, Fri Jun 27 14:15:48 2008 UTC

# Line 28 | Line 28 | enum
28      /// MAX_STATIONS is set to 5 because the subsectors in ME 1 are handled
29      /// as a separate station
30      MAX_STATIONS = 5,
31 <    MAX_SECTORS = 6,
31 >    MAX_SECTORS = 12,
32      MAX_CHAMBERS = 9
33   };
34  
# Line 38 | Line 38 | const TString chamberLabel[MAX_CHAMBERS]
38   const TString SecOverLabel[11] = {"1b3-1a1","1b6-1a4","2S3-1","2S3-4","2S9-1","2S9-4",
39                                    "3S3-1","3S3-4","3S9-1","3S9-4","4S3-1"};
40   const int MINSEC=0;
41 < const int MAXSEC=6;
41 > const int MAXSEC=12;
42   const int TIMINGSEC=3; // this only works for naive estimation now
43   const int BX_START=3; // starting of hBX: 3 for MC and 0 for data
44   const int NUMSEC=MAXSEC-MINSEC;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines