rootana/src/framework/IdGenerator.h File Reference

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

Go to the source code of this file.

Classes

class  IDs::generator
 Streamable identifier for an instance of a generator. More...

Namespaces

namespace  IDs

Typedefs

typedef std::string IDs::Generator_t
typedef std::string IDs::Config_t

Functions

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

Variables

const Generator_t IDs::kAnyGenerator = "any"
 Standardize the value to use to represent any generator.
const Config_t IDs::kAnyConfig = "any"
 Standardize the value to use to represent any configuration.
const Config_t IDs::kDefaultConfig = "default"
 module
const std::string IDs::field_separator = "#"

Function Documentation

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