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

Comparing UserCode/L1TriggerDPG/interface/L1AnalysisL1ExtraDataFormat.h (file contents):
Revision 1.1 by econte, Thu Jun 17 20:34:32 2010 UTC vs.
Revision 1.3 by gflouris, Mon Oct 29 10:19:45 2012 UTC

# Line 60 | Line 60 | namespace L1Analysis
60        muonMip.clear();
61        muonRPC.clear();
62        muonBx.clear();
63 +      muonQuality.clear();
64 +
65 +      nMet = 0;
66 +      et.clear();
67 +      met.clear();
68 +      metPhi.clear();
69 +      metBx.clear();
70 +
71 +      nMht = 0;
72 +      ht.clear();
73 +      mht.clear();
74 +      mhtPhi.clear();
75 +      mhtBx.clear();
76  
77        hfEtSum.clear();
78        hfBitCnt.clear();
79        hfBx.clear();
80  
68      met = -999.;
69      metPhi = -999;
70      mht = -999.;
71      mhtPhi = -999.;
72      et = -999.;
73      ht = -999.;
74      metsBx = -999.;
75      mhtsBx = -999.;
81      }
82    
83      unsigned int nIsoEm;
# Line 115 | Line 120 | namespace L1Analysis
120      std::vector<unsigned int> muonMip;
121      std::vector<unsigned int> muonRPC;
122      std::vector<int>      muonBx;
123 +    std::vector<int>      muonQuality;
124  
125      std::vector<double> hfEtSum;
126      std::vector<unsigned int> hfBitCnt;
127      std::vector<int> hfBx;
128      
129 <    double met;
130 <    double metPhi;
131 <    double mht;
132 <    double mhtPhi;
133 <    double et;
134 <    double ht;
135 <    int metsBx, mhtsBx;
129 >    unsigned int nMet;
130 >    std::vector<double> et;
131 >    std::vector<double> met;
132 >    std::vector<double> metPhi;
133 >    std::vector<double> metBx;
134 >
135 >    unsigned int nMht;
136 >    std::vector<double> ht;
137 >    std::vector<double> mht;
138 >    std::vector<double> mhtPhi;
139 >    std::vector<double> mhtBx;
140 >
141    };
142   }
143   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines