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.17 by wangdy, Fri Jan 23 18:31:09 2009 UTC vs.
Revision 1.19 by wangdy, Tue May 12 07:17:02 2009 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=10; // starting of hAbsBX: run#62232:797; run#63200:234; run62384:2500
44 > const int ABSBX_START=0; // starting of hAbsBX: run#62232:797; run#63200:234; run62384:2500
45   const int NUMSEC=MAXSEC-MINSEC;
46  
47   class CSCTriggerMappingFromFile;
# Line 100 | Line 100 | private:
100      /// for absolute BXN  synchronization
101      TFile* fAbsBXN;
102  
103 +    /// for Orbit vs BXN
104 +    TFile* fOrbBXN;
105 +    Int_t orn, bxn, gmt_bxn;
106 +    TTree *orbvsbxn_tree;    
107 +    
108   //    TH2F* hEndSec;
109      TH1I* hBX[NUMSEC][MAX_STATIONS][MAX_CHAMBERS];
110      TH1I* hAbsBX[NUMSEC][MAX_STATIONS][MAX_CHAMBERS];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines