# | 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 | + | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |