I3Trigger.cc File Reference

#include "I3Trigger.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const I3Trigger &t)


Detailed Description

Author:
Antonio Zea

Definition in file I3Trigger.cc.


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const I3Trigger t 
)

Parameters:
os Output string stream
t Trigger to be output
Returns:
os parameter

Definition at line 103 of file I3Trigger.cc.

00104 {
00105     os << "(" << t.identifier << ", {" << t.identifierStack << "})";
00106     return os;
00107 }


Generated on Tue Sep 8 17:26:55 2009 for OverSim by  doxygen 1.5.8