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.11 by wangdy, Fri Jun 27 14:15:48 2008 UTC vs.
Revision 1.12 by wangdy, Mon Sep 22 14:20:02 2008 UTC

# Line 41 | Line 41 | const int MINSEC=0;
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 ABSBX_START=797; // starting of hAbsBX: run#62232:797; run#63200:234
45   const int NUMSEC=MAXSEC-MINSEC;
46  
47   class CSCTriggerMappingFromFile;
# Line 70 | Line 71 | private:
71      void deleteRootObjects();
72      void deleteHistograms();
73      void deleteCanvases();
74 <    
74 >    int myBX(edm::Event& event);    
75      bool testBeam;
76      int TBFEDid, TBendcap, TBsector;
77      std::string mapPath;
# Line 95 | Line 96 | private:
96      /// for inter sector synchronization
97      TFile* fInterSector;
98  
99 +    /// for absolute BXN  synchronization
100 +    TFile* fAbsBXN;
101 +
102      TH1I* hBX[NUMSEC][MAX_STATIONS][MAX_CHAMBERS];
103 +    TH1I* hAbsBX[NUMSEC][MAX_STATIONS][MAX_CHAMBERS];
104      TH1I* hNumTracksPerEvent;
105 +    TH1I* hBX0;
106      TH1F* hTimingConstDirect;
107      TH1F* hTimingConstA;
108      TH1F* hTimingConstB;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines