ATLAS Offline Software
DetectorDescription
AGDD
AGDDHandlers
AGDDHandlers
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
8
#include "
AGDDControl/XMLHandler.h
"
9
#include "
AGDDKernel/TwoPoint.h
"
10
#include <string>
11
12
class
gvxy_pointHandler
:
public
XMLHandler
{
13
public
:
14
gvxy_pointHandler
(
const
std::string&,
15
AGDDController
&
c
);
16
virtual
void
ElementHandle
(
AGDDController
&
c
,
17
xercesc::DOMNode *
t
)
override
;
18
TwoPoint
CurrentTwoPoint
() {
return
m_point
;}
19
private
:
20
TwoPoint
m_point
;
21
};
22
23
#endif
gvxy_pointHandler
Definition:
gvxy_pointHandler.h:12
gvxy_pointHandler::m_point
TwoPoint m_point
Definition:
gvxy_pointHandler.h:20
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
XMLHandler.h
TwoPoint
Definition:
TwoPoint.h:8
AGDDController
Definition:
AGDDController.h:30
gvxy_pointHandler::gvxy_pointHandler
gvxy_pointHandler(const std::string &, AGDDController &c)
Definition:
gvxy_pointHandler.cxx:11
TwoPoint.h
XMLHandler
Definition:
XMLHandler.h:15
gvxy_pointHandler::ElementHandle
virtual void ElementHandle(AGDDController &c, xercesc::DOMNode *t) override
Definition:
gvxy_pointHandler.cxx:19
gvxy_pointHandler::CurrentTwoPoint
TwoPoint CurrentTwoPoint()
Definition:
gvxy_pointHandler.h:18
python.compressB64.c
def c
Definition:
compressB64.py:93
Generated on Thu Nov 7 2024 21:16:01 for ATLAS Offline Software by
1.8.18