DetectorDescription
RegressionTest
src
TinyDom2.h
Go to the documentation of this file.
1
#ifndef DETECTOR_DESCRIPTION_REGRESSION_TEST_TINY_DOM2_H
2
#define DETECTOR_DESCRIPTION_REGRESSION_TEST_TINY_DOM2_H
3
4
#include <iostream>
5
#include <map>
6
#include <string>
7
#include <utility>
8
9
#include "
DataFormats/Math/interface/Graph.h
"
10
#include "
DataFormats/Math/interface/GraphWalker.h
"
11
#include "
DetectorDescription/RegressionTest/src/TagName.h
"
12
13
class
AnotherDummy2
{};
14
15
using
AttList2
= std::map<TagName, TagName>;
16
using
Node2
= std::pair<TagName, AttList2>;
17
using
TinyDom2
=
math::Graph<Node2, AnotherDummy2>
;
18
using
TinyDom2Walker
=
math::GraphWalker<Node2, AnotherDummy2>
;
19
20
void
TinyDom2PrettyPrint
(std::ostream &,
const
TinyDom2
&);
21
22
#endif
math::GraphWalker
Definition:
GraphWalker.h:12
TagName.h
AttList2
std::map< TagName, TagName > AttList2
Definition:
TinyDom2.h:15
GraphWalker.h
AnotherDummy2
Definition:
TinyDom2.h:13
Graph.h
TinyDom2PrettyPrint
void TinyDom2PrettyPrint(std::ostream &, const TinyDom2 &)
math::Graph< Node2, AnotherDummy2 >
Node2
std::pair< TagName, AttList2 > Node2
Definition:
TinyDom2.h:16
Generated for CMSSW Reference Manual by
1.8.16