ATLAS Offline Software
Loading...
Searching...
No Matches
polyplaneHandler.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef polyplaneHandler_H
6#define polyplaneHandler_H
7
10#include <string>
11
13public:
14 polyplaneHandler(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)
const Polyplane & CurrentPolyplane()
virtual void ElementHandle(AGDDController &c, xercesc::DOMNode *t) override
polyplaneHandler(const std::string &, AGDDController &c)