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.3 by pellicci, Wed May 5 12:20:54 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 50 | Line 53 | private:
53    TrajectoryStateOnSurface cylExtrapTrkSam(reco::TrackRef track, const float rho) const;
54    FreeTrajectoryState freeTrajStateMuon(const reco::TrackRef track) const;
55  
53  //method to fill empty slots (just to avoid potential crashes)
54  inline void fill_cscsegments_emptyvars();
55  inline void fill_muons_emptyvars();
56
56    edm::InputTag dtDigiLabel_;
57    edm::InputTag dtSegmentLabel_;
58    edm::InputTag cscSegmentLabel_;
# Line 63 | 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 92 | 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