ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/interface/Objects.hh
(Generate patch)

Comparing UserCode/HbbAnalysis/interface/Objects.hh (file contents):
Revision 1.10 by amagnan, Sat May 15 09:21:19 2010 UTC vs.
Revision 1.11 by amagnan, Wed May 19 17:24:44 2010 UTC

# Line 20 | Line 20 | namespace HbbAnalysis {
20      int status;
21    };
22  
23 +  struct HLTVars {
24 +    float pT;
25 +    float eta;
26 +    float phi;
27 +    int id;
28 +    float mass;
29 +  };
30 +
31 +  struct L1Vars {
32 +    //type:
33 +    //0 = empty
34 +    //1 = central jet
35 +    //2 = tau jet
36 +    //3 = forward jet
37 +    unsigned int type;
38 +    int bx;
39 +    float pT;
40 +    float ET;
41 +    float eta;
42 +    float phi;
43 +  };
44 +
45    struct GenVars {
46      bool valid;
47      double E;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines