StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StHltTriggerReasonCapable.cxx
1 /***************************************************************************
2  *
3  * $Id: StHltTriggerReasonCapable.cxx,v 2.1 2011/02/01 19:45:48 ullrich Exp $
4  *
5  * Author: Liang Xue, Aihong Tang, Jan 2011
6  ***************************************************************************
7  *
8  * Description:
9  *
10  ***************************************************************************
11  *
12  * $Log: StHltTriggerReasonCapable.cxx,v $
13  * Revision 2.1 2011/02/01 19:45:48 ullrich
14  * Initial Revision
15  *
16  **************************************************************************/
17 #include "StHltTriggerReasonCapable.h"
18 
20 
22 
23 StHltTriggerReasonCapable::~StHltTriggerReasonCapable() {/* noop */}
24 
25 ostream&
26 operator<<(ostream &os, const StHltTriggerReasonCapable& r)
27 {
28  return os;
29 }