ATLAS Offline Software
Loading...
Searching...
No Matches
gvxy_pointHandler.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef gvxy_pointHandler_H
6#define gvxy_pointHandler_H
7
10#include <string>
11
13public:
14 gvxy_pointHandler(const std::string&,
16 virtual void ElementHandle(AGDDController& c,
17 xercesc::DOMNode *t) override;
19private:
21};
22
23#endif
XMLHandler(const std::string &n, AGDDController &c)
gvxy_pointHandler(const std::string &, AGDDController &c)
virtual void ElementHandle(AGDDController &c, xercesc::DOMNode *t) override