#include "TObject.h"#include "TString.h"#include "Conventions/Detector.h"#include "Validity/VldTimeStamp.h"#include <iosfwd>Go to the source code of this file.
Classes | |
| class | VldRange |
| Delimits and identifies the allowed "context" values associated with the associated DBI returned information. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const VldRange &vldr) |
|
||||||||||||
|
Definition at line 22 of file VldRange.cxx. 00023 {
00024 return os << vldr.AsString();
00025 }
|
1.3.9.1