CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DetectorDescription/RegressionTest/src/TinyDomTest.h

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