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.2 by pellicci, Mon May 3 14:10:19 2010 UTC vs.
Revision 1.5 by pellicci, Thu May 27 07:17:30 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 50 | Line 52 | private:
52    TrajectoryStateOnSurface cylExtrapTrkSam(reco::TrackRef track, const float rho) const;
53    FreeTrajectoryState freeTrajStateMuon(const reco::TrackRef track) const;
54  
53  //method to fill empty slots (just to avoid potential crashes)
54  inline void fill_cscsegments_emptyvars();
55  inline void fill_muons_emptyvars();
56
55    edm::InputTag dtDigiLabel_;
56    edm::InputTag dtSegmentLabel_;
57    edm::InputTag cscSegmentLabel_;
# Line 63 | Line 61 | private:
61    edm::InputTag gmtLabel_;
62  
63    edm::InputTag PrimaryVertexTag_;
64 +  edm::InputTag beamSpotTag_;
65  
66    edm::InputTag triggerTag_;
67  
68 +  bool runOnRaw_;
69 +
70    edm::ESHandle<MagneticField> theBField;
71    edm::ESHandle<Propagator> propagatorAlong;
72    edm::ESHandle<Propagator> propagatorOpposite;
# Line 90 | Line 91 | private:
91    short igmtdt;
92    short igmtcands;
93  
94 +  reco::BeamSpot beamspot;
95 +
96    TFile *outFile;
97    TTree *tree_;
98  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines