ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/DCASig.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/interface/DCASig.h (file contents):
Revision 1.3 by paus, Thu Mar 29 23:41:55 2012 UTC vs.
Revision 1.4 by paus, Tue May 15 23:25:18 2012 UTC

# Line 71 | Line 71 | namespace mithep
71                                                    { i2nd ? f2ndMuonRef = iMuon : fMuonRef = iMuon; }
72      void            SetType         (EDCAType v)           { fDCAType      = v; }
73  
74    // Some structural tools
75    void            Mark(UInt_t i=1) const;
76
74    protected:
75  
76      EDCAType      fDCAType;         // Lepton pair type
# Line 97 | Line 94 | namespace mithep
94      ClassDef(DCASig,1) // DCA Significance reference
95    };
96   }
100
101 //--------------------------------------------------------------------------------------------------
102 inline void mithep::DCASig::Mark(UInt_t ib) const
103 {
104  // mark myself
105  mithep::DataObject::Mark(ib);
106  // mark my dependencies if they are there
107  GetTau()        ->Mark(ib);
108  GetElectron()   ->Mark(ib);
109  GetMuon()       ->Mark(ib);
110  Get2ndTau()     ->Mark(ib);
111  Get2ndElectron()->Mark(ib);
112  Get2ndMuon()    ->Mark(ib);
113 }
97   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines