rootana/src/framework/IdGenerator.cpp File Reference

#include "IdGenerator.h"
#include <iostream>
#include "debug_tools.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 12 of file IdGenerator.cpp.

00012                                                           {
00013   os<<id.str();
00014   return os;
00015 }


Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1