Functions

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.

{
    os << "(" << t.identifier << ", {" << t.identifierStack << "})";
    return os;
}