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

Comparing UserCode/DTDPGAnalysis/interface/TTreeGenerator.h (file contents):
Revision 1.4 by pellicci, Wed May 12 10:03:10 2010 UTC vs.
Revision 1.6 by battilan, Fri Jul 2 08:44:35 2010 UTC

# Line 7 | Line 7
7  
8   #include "UserCode/DTDPGAnalysis/interface/DefineTreeVariables.h"
9  
10 + #include "DataFormats/BeamSpot/interface/BeamSpot.h"
11 +
12   #include "FWCore/Framework/interface/EDAnalyzer.h"
13   #include "FWCore/Framework/interface/ESHandle.h"
14   #include "FWCore/Framework/interface/Event.h"
# Line 14 | Line 16
16  
17   #include "TrackingTools/GeomPropagators/interface/Propagator.h"
18  
19 +
20   //
21   // class declaration
22   //
# Line 59 | Line 62 | private:
62    edm::InputTag gmtLabel_;
63  
64    edm::InputTag PrimaryVertexTag_;
65 +  edm::InputTag beamSpotTag_;
66  
67    edm::InputTag triggerTag_;
68  
69    bool runOnRaw_;
70 +  bool runOnSimulation_;
71 +
72 +  std::string outFile_;
73  
74    edm::ESHandle<MagneticField> theBField;
75    edm::ESHandle<Propagator> propagatorAlong;
# Line 88 | Line 95 | private:
95    short igmtdt;
96    short igmtcands;
97  
98 +  reco::BeamSpot beamspot;
99 +
100    TFile *outFile;
101    TTree *tree_;
102  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines