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

Comparing UserCode/CmsHi/JetAnalysis/interface/HiInclusiveJetAnalyzer.h (file contents):
Revision 1.6 by mnguyen, Thu May 3 20:33:26 2012 UTC vs.
Revision 1.10 by ylai, Fri May 11 14:39:31 2012 UTC

# Line 80 | Line 80 | class HiInclusiveJetAnalyzer : public ed
80    bool useJEC_;
81    bool usePat_;
82    bool isMC_;
83 +  bool doTrigger_;
84  
85 +  bool doSubEvent_;
86    double genPtMin_;
87    bool doLifeTimeTagging_;
88    bool doLifeTimeTaggingExtras_;
89 +  bool saveBfragments_;
90  
91    TTree *t;
92    edm::Service<TFileService> fs1;
# Line 166 | Line 169 | class HiInclusiveJetAnalyzer : public ed
169      float muptrel[MAXJETS];
170      int muchg[MAXJETS];  
171      
172 +    float discr_fr01[MAXJETS];
173 +
174      float refpt[MAXJETS];
175      float refeta[MAXJETS];
176      float refphi[MAXJETS];
# Line 186 | Line 191 | class HiInclusiveJetAnalyzer : public ed
191      float geny[MAXJETS];
192      float gendphijt[MAXJETS];
193      float gendrjt[MAXJETS];
194 +    int gensubid[MAXJETS];
195  
196      // hlt
197      int nHLTBit;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines