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.8 by battilan, Wed Sep 15 10:00:59 2010 UTC vs.
Revision 1.9 by battilan, Wed Mar 16 10:05:07 2011 UTC

# Line 48 | Line 48 | private:
48    void fill_gt_variables(edm::Handle<L1GlobalTriggerReadoutRecord> gtrr, const L1GtTriggerMenu* menu);
49    void fill_hlt_variables(const edm::Event& e, edm::Handle<edm::TriggerResults> hltresults);
50  
51 <  void fill_dtphi_info(const DTChamberRecSegment2D* phiSeg);
52 <  void fill_dtz_info(const DTSLRecSegment2D* zSeg);
51 >  void fill_dtphi_info(const DTChamberRecSegment2D* phiSeg,const GeomDet* geomDet);
52 >  void fill_dtz_info(const DTSLRecSegment2D* zSeg, const GeomDet* geomDet);
53  
54    std::vector<L1MuRegionalCand> getBXCands(const L1MuGMTReadoutRecord* igmtrr, const int DetectorType) const;
55  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines