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.12 by yilmaz, Fri May 11 18:43:09 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 81 | Line 81 | class HiInclusiveJetAnalyzer : public ed
81    bool usePat_;
82    bool isMC_;
83    bool doTrigger_;
84 +  bool useQuality_;
85 +  std::string trackQuality_;
86  
87    bool doSubEvent_;
88    double genPtMin_;
# Line 88 | Line 90 | class HiInclusiveJetAnalyzer : public ed
90    bool doLifeTimeTaggingExtras_;
91    bool saveBfragments_;
92  
93 +  double rParam;
94 +
95    TTree *t;
96    edm::Service<TFileService> fs1;
97  
# Line 129 | Line 133 | class HiInclusiveJetAnalyzer : public ed
133      float jty[MAXJETS];
134      float jtpu[MAXJETS];
135  
136 +     float trackMax[MAXJETS];
137 +     float trackSum[MAXJETS];
138 +     int trackN[MAXJETS];
139 +
140 +     float chargedMax[MAXJETS];
141 +     float chargedSum[MAXJETS];
142 +     int chargedN[MAXJETS];
143 +
144 +     float photonMax[MAXJETS];
145 +     float photonSum[MAXJETS];
146 +     int photonN[MAXJETS];
147 +
148 +     float neutralMax[MAXJETS];
149 +     float neutralSum[MAXJETS];
150 +     int neutralN[MAXJETS];
151 +
152 +     float eMax[MAXJETS];
153 +     float eSum[MAXJETS];
154 +     int eN[MAXJETS];
155 +
156 +     float muMax[MAXJETS];
157 +     float muSum[MAXJETS];
158 +     int muN[MAXJETS];
159 +
160 +     float matchedPt[MAXJETS];
161 +     float matchedR[MAXJETS];
162 +
163      float discr_csvMva[MAXJETS];
164      float discr_csvSimple[MAXJETS];
165      float discr_muByIp3[MAXJETS];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines