#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) |
ostream& operator<< | ( | ostream & | os, | |
const IDs::source & | id | |||
) |
Definition at line 13 of file IdSource.cpp.