ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/LJMet/MultivariateAnalysis/interface/TtLJetsAnalyzer.h
(Generate patch)

Comparing UserCode/LJMet/MultivariateAnalysis/interface/TtLJetsAnalyzer.h (file contents):
Revision 1.16 by kukartse, Fri Jun 26 17:43:54 2009 UTC vs.
Revision 1.18 by kukartse, Tue Nov 24 08:02:35 2009 UTC

# Line 32 | Line 32
32   #include "FWCore/Framework/interface/MakerMacros.h"
33   #include "FWCore/ParameterSet/interface/ParameterSet.h"
34  
35 #include "FWCore/ServiceRegistry/interface/Service.h"
36 #include "PhysicsTools/UtilAlgos/interface/TFileService.h"
35   #include "DataFormats/Math/interface/LorentzVector.h"
36   #include "DataFormats/Common/interface/View.h"
37   #include "DataFormats/PatCandidates/interface/Electron.h"
# Line 60 | Line 58 | private:
58    bool ConversionAlgo(const pat::Electron& e, edm::Handle<edm::View<reco::Track> > track_h);
59    double DelRTrackEle(const pat::Electron& e,const reco::Track& tk);
60  
63  edm::Service<TFileService> fs;
64
61    bool first_event;
62  
63    // _____ quantities read from the config file _________________________
# Line 99 | Line 95 | private:
95    //
96    // _____ output tree variables ________________________________________
97    //
98 <  Int_t _event;
98 >  Int_t _event, ilumi, irun;
99    Int_t _process_id;
100    Int_t _n_jets;
101    Int_t _n_removed_jets;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines