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.7 by gmasetti, Wed Sep 8 14:57:00 2010 UTC vs.
Revision 1.8 by battilan, Wed Sep 15 10:00:59 2010 UTC

# Line 45 | Line 45 | private:
45    void fill_ddu_variables(edm::Handle<DTLocalTriggerCollection> localTriggerDDU);
46    void fill_muons_variables(edm::Handle<reco::MuonCollection> MuList);
47    void fill_gmt_variables(edm::Handle<L1MuGMTReadoutCollection> gmtrc);
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);
# Line 61 | Line 63 | private:
63    edm::InputTag dtTrigDDULabel_;
64    edm::InputTag staMuLabel_;
65    edm::InputTag gmtLabel_;
66 +  edm::InputTag gtLabel_;
67  
68    edm::InputTag PrimaryVertexTag_;
69    edm::InputTag beamSpotTag_;
# Line 97 | Line 100 | private:
100    short imuons;
101    short igmtdt;
102    short igmtcands;
103 +  short igtalgo;
104 +  short igttt;
105 +  short ihlt;
106  
107    reco::BeamSpot beamspot;
108  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines