rootana/src/framework/IdChannel.cpp File Reference

#include "AlcapExcept.h"
#include "ModulesParser.h"
#include "IdChannel.h"
#include <iostream>
#include <ostream>
#include <algorithm>

Go to the source code of this file.

Classes

class  Except::InvalidDetector

Namespaces

namespace  Except

Functions

 ClassImp (IDs::channel)
std::ostream & operator<< (ostream &os, const IDs::channel &id)

Function Documentation

ClassImp ( IDs::channel   ) 
std::ostream& operator<< ( ostream &  os,
const IDs::channel id 
)

Definition at line 120 of file IdChannel.cpp.

00120                                                           {
00121   os<<id.str();
00122   return os;
00123 }


Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1