rootana/src/framework/IdSource.h File Reference

#include "TObject.h"
#include <map>
#include <string>
#include "IdChannel.h"
#include "IdGenerator.h"

Go to the source code of this file.

Classes

class  IDs::source
 Class to define the identity of a source. A source, conceptually speaking, is the combination of a channel and a generator. This then defines where each pulse at every stage of the reconstruction chain has come from. Implemented by containing both a channelID and a generatorID. More...

Namespaces

namespace  IDs

Functions

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

Function Documentation

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

Definition at line 13 of file IdSource.cpp.

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


Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1