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 Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3