#include "I3Trigger.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const I3Trigger &t) |
Definition in file I3Trigger.cc.
std::ostream& operator<< | ( | std::ostream & | os, | |
const I3Trigger & | t | |||
) |
os | Output string stream | |
t | Trigger to be output |
Definition at line 103 of file I3Trigger.cc.
00104 { 00105 os << "(" << t.identifier << ", {" << t.identifierStack << "})"; 00106 return os; 00107 }