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.10 by ylai, Fri May 11 14:39:31 2012 UTC vs.
Revision 1.15 by yilmaz, Fri May 25 10:06:59 2012 UTC

# Line 68 | Line 68 | class HiInclusiveJetAnalyzer : public ed
68    void saveDaughters( const reco::GenParticle & gen);
69    void saveDaughters( const reco::Candidate & gen);
70  
71 <  edm::InputTag   jetTag_, vtxTag_, genjetTag_, eventInfoTag_, L1gtReadout_, pfCandidateLabel_;
71 >  edm::InputTag   jetTag_, vtxTag_, genjetTag_, eventInfoTag_, L1gtReadout_, pfCandidateLabel_, trackTag_, matchTag_;
72  
73    std::vector<float> usedStringPts;
74  
# Line 80 | Line 80 | class HiInclusiveJetAnalyzer : public ed
80    bool useJEC_;
81    bool usePat_;
82    bool isMC_;
83 +  bool fillGenJets_;
84    bool doTrigger_;
85 +  bool useQuality_;
86 +  std::string trackQuality_;
87  
88    bool doSubEvent_;
89    double genPtMin_;
# Line 88 | Line 91 | class HiInclusiveJetAnalyzer : public ed
91    bool doLifeTimeTaggingExtras_;
92    bool saveBfragments_;
93  
94 +  double rParam;
95 +  double hardPtMin_;
96 +
97    TTree *t;
98    edm::Service<TFileService> fs1;
99  
# Line 128 | Line 134 | class HiInclusiveJetAnalyzer : public ed
134      float jtphi[MAXJETS];
135      float jty[MAXJETS];
136      float jtpu[MAXJETS];
137 +     float jtm[MAXJETS];
138 +
139 +     float trackMax[MAXJETS];
140 +     float trackSum[MAXJETS];
141 +     int trackN[MAXJETS];
142 +
143 +     float chargedMax[MAXJETS];
144 +     float chargedSum[MAXJETS];
145 +     int chargedN[MAXJETS];
146 +
147 +     float photonMax[MAXJETS];
148 +     float photonSum[MAXJETS];
149 +     int photonN[MAXJETS];
150 +
151 +     float trackHardSum[MAXJETS];
152 +     float chargedHardSum[MAXJETS];
153 +     float photonHardSum[MAXJETS];
154 +
155 +     int trackHardN[MAXJETS];
156 +     int chargedHardN[MAXJETS];
157 +     int photonHardN[MAXJETS];
158 +
159 +     float neutralMax[MAXJETS];
160 +     float neutralSum[MAXJETS];
161 +     int neutralN[MAXJETS];
162 +
163 +     float eMax[MAXJETS];
164 +     float eSum[MAXJETS];
165 +     int eN[MAXJETS];
166 +
167 +     float muMax[MAXJETS];
168 +     float muSum[MAXJETS];
169 +     int muN[MAXJETS];
170 +
171 +     float matchedPt[MAXJETS];
172 +     float matchedR[MAXJETS];
173  
174      float discr_csvMva[MAXJETS];
175      float discr_csvSimple[MAXJETS];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines