ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/DataObject.cc
(Generate patch)

Comparing UserCode/MitAna/DataTree/src/DataObject.cc (file contents):
Revision 1.1 by loizides, Wed Jun 4 09:08:36 2008 UTC vs.
Revision 1.2 by paus, Thu Mar 29 23:41:55 2012 UTC

# Line 3 | Line 3
3   #include "MitAna/DataTree/interface/DataObject.h"
4  
5   ClassImp(mithep::DataObject)
6 +
7 + //--------------------------------------------------------------------------------------------------
8 + void mithep::DataObject::Mark(UInt_t i) const
9 + {
10 +  if (i == 0)
11 +    const_cast<DataObject*>(this)->SetBit(16,0);
12 +  else
13 +    const_cast<DataObject*>(this)->SetBit(16,1);
14 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines