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.11 by guiducci, Mon Apr 16 09:23:53 2012 UTC vs.
Revision 1.12 by guiducci, Mon May 28 14:28:40 2012 UTC

# Line 49 | Line 49 | private:
49    void fill_gmt_variables(edm::Handle<L1MuGMTReadoutCollection> gmtrc);
50    void fill_gt_variables(edm::Handle<L1GlobalTriggerReadoutRecord> gtrr, const L1GtTriggerMenu* menu);
51    void fill_hlt_variables(const edm::Event& e, edm::Handle<edm::TriggerResults> hltresults);
52 <
52 >  void fill_rpc_variables(const edm::Event &e, edm::Handle<RPCRecHitCollection> rpcrechits);
53    void fill_dtphi_info(const DTChamberRecSegment2D* phiSeg,const GeomDet* geomDet);
54    void fill_dtz_info(const DTSLRecSegment2D* zSeg, const GeomDet* geomDet);
55  
# Line 67 | Line 67 | private:
67    edm::InputTag staMuLabel_;
68    edm::InputTag gmtLabel_;
69    edm::InputTag gtLabel_;
70 +  edm::InputTag rpcRecHitLabel_;
71  
72    edm::InputTag PrimaryVertexTag_;
73    edm::InputTag beamSpotTag_;
# Line 95 | Line 96 | private:
96    int dtltDDUSize_;
97    int gmtSize_;
98    int STAMuSize_;
99 +  int rpcRecHitSize_;
100  
101    //counters
102    short idigis;
# Line 111 | Line 113 | private:
113    short igtalgo;
114    short igttt;
115    short ihlt;
116 +  short irpcrechits;
117  
118    reco::BeamSpot beamspot;
119  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines