ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/src/HiJetResponseAnalyzer.cc
(Generate patch)

Comparing UserCode/CmsHi/JetAnalysis/src/HiJetResponseAnalyzer.cc (file contents):
Revision 1.8 by yilmaz, Thu Oct 21 16:24:04 2010 UTC vs.
Revision 1.9 by yilmaz, Sun Oct 24 14:39:32 2010 UTC

# Line 297 | Line 297 | HiJetResponseAnalyzer::analyze(const edm
297   void
298   HiJetResponseAnalyzer::beginJob(){
299    t= fs->make<TTree>("t","Jet Response Analyzer");
300  t->Branch("b",&jra_.b,"b/F");
301  t->Branch("hf",&jra_.hf,"hf/F");
300    t->Branch("nref",&jra_.nref,"nref/I");
301    t->Branch("jtpt",jra_.jtpt,"jtpt[nref]/F");
302    t->Branch("jtcorpt",jra_.jtcorpt,"jtcorpt[nref]/F");
# Line 309 | Line 307 | HiJetResponseAnalyzer::beginJob(){
307     t->Branch("refeta",jra_.refeta,"refeta[nref]/F");
308     t->Branch("refphi",jra_.refphi,"refphi[nref]/F");
309     t->Branch("weight",&jra_.weight,"weight/F");
312   t->Branch("bin",&jra_.bin,"bin/I");
310     for(unsigned int im = 0; im < matchTags_.size(); ++im){
311       JRA jrm;
312       jraMatch_.push_back(jrm);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines