NTupleProjectorXML.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _NTupleProjectorXML_H_
15 #define _NTupleProjectorXML_H_
16 
17 #include "BaseXML.h"
18 
19 #include <vector>
20 
21 namespace hippodraw {
22 
23 class NTupleProjector;
24 
31 {
32 
33 private:
34 
37 
38 public:
39 
42 
44  void createChildren ( XmlElement & tag, const NTupleProjector & proj );
45 
47  XmlElement * createElement ( const NTupleProjector & projector );
48 
51  int getNTupleReference ( const XmlElement * element ) const;
52 
55  void getBindings ( const XmlElement * element,
56  std::vector < std::string > & bindings ) const;
57 
58 };
59 
60 } // namespace hippodraw
61 
62 #endif // _NTupleProjectorXML_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
BaseXML class interface.
An NTupleProjector is a projector that projects data from an DataSource object.
A pure virtual base class of XML element wrapper.
Definition: XmlElement.h:30
An class XML doing serialization and deserialization of derived classes of NTupleProjector.
A base class of XML element controllers.
Definition: BaseXML.h:35
A base class that is the interface between GUI and the XML serialization and deserialization.
Definition: XmlController.h:53

Generated for HippoDraw Class Library by doxygen