CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DetectorDescription/RegressionTest/src/TinyDomTest2.h

Go to the documentation of this file.
00001 #ifndef x_TinyDomTest2_h
00002 #define x_TinyDomTest2_h
00003 
00004 
00005 #include "DetectorDescription/RegressionTest/src/TinyDom2.h"
00006 #include <vector>
00007 
00009 class TinyDomTest2
00010 {
00011 public:
00012   explicit TinyDomTest2(const TinyDom2 & td2);
00013   
00014   unsigned int allNodes(const Node2 & n2, std::vector<const AttList2*> & at2);
00015   
00016 private:
00017    const TinyDom2 & dom_;
00018 
00019 };
00020 #endif