Revision: | 1.1 |
Committed: | Wed Sep 17 04:07:28 2008 UTC (16 years, 7 months ago) by loizides |
Content type: | text/plain |
Branch: | MAIN |
Log Message: | Trigger names and objects. |
# | User | Rev | Content |
---|---|---|---|
1 | loizides | 1.1 | // $Id: LAHeader.cc,v 1.1 2008/06/24 14:01:41 loizides Exp $ |
2 | |||
3 | #include "MitAna/DataTree/interface/TriggerName.h" | ||
4 | |||
5 | ClassImp(mithep::TriggerName) | ||
6 | |||
7 | using namespace mithep; | ||
8 | |||
9 | //-------------------------------------------------------------------------------------------------- | ||
10 | void TriggerName::Print(Option_t *opt) const | ||
11 | { | ||
12 | printf("%03d: %s\n", fId, fName.Data()); | ||
13 | } |