Revision: | 1.2 |
Committed: | Thu Mar 29 23:41:55 2012 UTC (13 years, 1 month ago) by paus |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mit_032, Mit_031, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, HEAD |
Changes since 1.1: | +10 -1 lines |
Log Message: | Version with working skimming and last 4.4 tag. |
# | Content |
---|---|
1 | // $Id: DataObject.cc,v 1.1 2008/06/04 09:08:36 loizides Exp $ |
2 | |
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 | } |