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.4 by wangdy, Wed Sep 19 16:03:12 2007 UTC vs.
Revision 1.7 by wangdy, Tue Nov 13 22:06:44 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;
38 > const int MINSEC=0;
39 > const int MAXSEC=6;
40 > const int TIMINGSEC=3; // this only works for naive estimation now
41 > const int BX_START=3; // starting of hBX: 3 for MC and 0 for data
42  
43   class CSCTriggerMappingFromFile;
44  
# Line 73 | Line 75 | private:
75      int eventNumber;
76      
77   /*     std::string day; */
78 +    edm::InputTag lctProducer, trackProducer;
79 +
80      std::string run;
81      std::string outFile;
82      std::string timeFile;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines