I3TriggerSet Class Reference

#include <I3.h>

List of all members.


Detailed Description

Author:
Antonio Zea

Simple wrapper aroung set<I3Trigger> to implement string stream operations.

Friends

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


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const I3TriggerSet t 
) [friend]

00049 {
00050     os << endl;
00051 
00052     I3TriggerSet::iterator it;
00053     for (it = t.begin(); it != t.end(); it++) {
00054         os << *it << " in " << it->getInsertionTime() << "(" <<
00055         (simulation.simTime() - it->getInsertionTime()) << ")" << endl;
00056     }
00057     return os;
00058 }


The documentation for this class was generated from the following file:
Generated on Thu Apr 17 13:19:29 2008 for ITM OverSim by  doxygen 1.5.3