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

Comparing UserCode/L1TriggerDPG/interface/PromptL1GCT.h (file contents):
Revision 1.1 by alebihan, Thu Mar 11 13:56:38 2010 UTC vs.
Revision 1.2 by econte, Sun Mar 28 22:32:48 2010 UTC

# Line 13 | Line 13
13   #include "DataFormats/Common/interface/Handle.h"
14   #include <vector>
15  
16 using namespace std;
16  
17   namespace PromptL1
18   {
# Line 45 | Line 44 | namespace PromptL1
44      bool verbose_;
45      
46      int gctIsoEmSize;
47 <    vector<float> gctIsoEmEta;
48 <    vector<float> gctIsoEmPhi;
49 <    vector<float> gctIsoEmRnk;
47 >    std::vector<float> gctIsoEmEta;
48 >    std::vector<float> gctIsoEmPhi;
49 >    std::vector<float> gctIsoEmRnk;
50      
51      int gctNonIsoEmSize;
52 <    vector<float> gctNonIsoEmEta;
53 <    vector<float> gctNonIsoEmPhi;
54 <    vector<float> gctNonIsoEmRnk;
52 >    std::vector<float> gctNonIsoEmEta;
53 >    std::vector<float> gctNonIsoEmPhi;
54 >    std::vector<float> gctNonIsoEmRnk;
55      
56      int gctCJetSize;    
57 <    vector<float> gctCJetEta;
58 <    vector<float> gctCJetPhi;
59 <    vector<float> gctCJetRnk;
57 >    std::vector<float> gctCJetEta;
58 >    std::vector<float> gctCJetPhi;
59 >    std::vector<float> gctCJetRnk;
60      
61      int gctFJetSize;    
62 <    vector<float> gctFJetEta;
63 <    vector<float> gctFJetPhi;
64 <    vector<float> gctFJetRnk;
62 >    std::vector<float> gctFJetEta;
63 >    std::vector<float> gctFJetPhi;
64 >    std::vector<float> gctFJetRnk;
65  
66      int gctTJetSize;
67 <    vector<float> gctTJetEta;
68 <    vector<float> gctTJetPhi;
69 <    vector<float> gctTJetRnk;
67 >    std::vector<float> gctTJetEta;
68 >    std::vector<float> gctTJetPhi;
69 >    std::vector<float> gctTJetRnk;
70      
71      float gctEtMiss;
72      float gctEtMissPhi;
# Line 77 | Line 76 | namespace PromptL1
76      float gctEtTot;
77      int   gctHFRingEtSumSize;
78      
79 <    vector<float> gctHFRingEtSumEta;
79 >    std::vector<float> gctHFRingEtSumEta;
80      float gctHFBitCountsSize;
81 <    vector<float> gctHFBitCountsEta;
81 >    std::vector<float> gctHFBitCountsEta;
82      
83      
84    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines