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

Comparing UserCode/L1TriggerDPG/interface/L1AnalysisGCT.h (file contents):
Revision 1.2 by alebihan, Tue Apr 13 07:30:30 2010 UTC vs.
Revision 1.3 by alebihan, Thu May 6 11:57:28 2010 UTC

# Line 47 | Line 47 | namespace L1Analysis
47      std::vector<float> gctIsoEmEta;
48      std::vector<float> gctIsoEmPhi;
49      std::vector<float> gctIsoEmRnk;
50 +    std::vector<int>   gctIsoEmBx;
51      
52      int gctNonIsoEmSize;
53      std::vector<float> gctNonIsoEmEta;
54      std::vector<float> gctNonIsoEmPhi;
55      std::vector<float> gctNonIsoEmRnk;
56 +    std::vector<int>   gctNonIsoEmBx;
57      
58      int gctCJetSize;    
59      std::vector<float> gctCJetEta;
60      std::vector<float> gctCJetPhi;
61      std::vector<float> gctCJetRnk;
62 +    std::vector<int>   gctCJetBx;
63      
64      int gctFJetSize;    
65      std::vector<float> gctFJetEta;
66      std::vector<float> gctFJetPhi;
67      std::vector<float> gctFJetRnk;
68 +    std::vector<int>   gctFJetBx;
69  
70      int gctTJetSize;
71      std::vector<float> gctTJetEta;
72      std::vector<float> gctTJetPhi;
73      std::vector<float> gctTJetRnk;
74 +    std::vector<int>   gctTJetBx;
75      
76      float gctEtMiss;
77      float gctEtMissPhi;
78 +    int   gctEtMissBx;
79 +    
80      float gctHtMiss;
81      float gctHtMissPhi;
82 +    int   gctHtMissBx;
83 +    
84      float gctEtHad;
85 +    int   gctEtHadBx;
86 +    
87      float gctEtTot;
88 +    int   gctEtTotBx;
89      int   gctHFRingEtSumSize;
90      
91      std::vector<float> gctHFRingEtSumEta;
92 +    std::vector<int> gctHFRingBx;
93 +    
94      float gctHFBitCountsSize;
95      std::vector<float> gctHFBitCountsEta;
96 +    std::vector<int> gctHFBitCountsBx;
97      
98      
99    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines