StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StHltTriggerReasonCapable.h
1 /***************************************************************************
2  *
3  * $Id: StHltTriggerReasonCapable.h,v 2.1 2011/02/01 19:45:47 ullrich Exp $
4  *
5  * Author: Liang Xue, Aihong Tang, Jan 2011
6  ***************************************************************************
7  *
8  * Description:
9  *
10  ***************************************************************************
11  *
12  * $Log: StHltTriggerReasonCapable.h,v $
13  * Revision 2.1 2011/02/01 19:45:47 ullrich
14  * Initial Revision
15  *
16  **************************************************************************/
17 #ifndef StHltTriggerReasonCapable_hh
18 #define StHltTriggerReasonCapable_hh
19 
20 #include <Stiostream.h>
21 #include "StObject.h"
22 #include "StArray.h"
23 
25 public:
28 
29  ClassDef(StHltTriggerReasonCapable,1)
30 };
31 
32 ostream& operator<<(ostream&, const StHltTriggerReasonCapable&);
33 
34 #endif