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.6 by battilan, Fri Jul 2 08:44:35 2010 UTC vs.
Revision 1.7 by gmasetti, Wed Sep 8 14:57:00 2010 UTC

# Line 41 | Line 41 | private:
41    void fill_dtsegments_variables(edm::Handle<DTRecSegment4DCollection> segments4D);
42    void fill_cscsegments_variables(edm::Handle<CSCSegmentCollection> cscsegments);
43    void fill_dcc_variables(edm::Handle<L1MuDTChambPhContainer> localTriggerDCC);
44 +  void fill_dccth_variables(edm::Handle<L1MuDTChambThContainer> localTriggerDCC_Th);
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);
# Line 81 | Line 82 | private:
82    int dtsegmentsSize_;
83    int cscsegmentsSize_;
84    int dtltDCCSize_;
85 +  int dtltDCCThSize_;
86    int dtltDDUSize_;
87    int gmtSize_;
88    int STAMuSize_;
# Line 90 | Line 92 | private:
92    short idtsegments;
93    short icscsegments;
94    short idtltDCC;
95 +  short idtltDCC_th;
96    short idtltDDU;
97    short imuons;
98    short igmtdt;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines