ATLAS Offline Software
PhysicsAnalysis
PyAnalysis
PyAnalysisExamples
PyAnalysisExamples
PyAnalysisExamplesDict.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 PYANALYSISEXAMPLES_PYANALYSISEXAMPLESDICT_H
6
#define PYANALYSISEXAMPLES_PYANALYSISEXAMPLESDICT_H
7
8
#include "
PyAnalysisExamples/MyObj.h
"
9
#include "
PyAnalysisExamples/MyCutClass.h
"
10
#include "
PyAnalysisExamples/MyDetObj.h
"
11
#include "
PyAnalysisExamples/MyTool.h
"
12
13
namespace
PyAnalysisExamplesDict
14
{
15
void
tmp
()
16
{
17
auto
obj
= std::make_unique<AthPyEx::MyObj>(
"cccc"
);
18
obj
->setA<
float
>(0);
19
obj
->setA<
double
>(0);
20
obj
->setA<
int
>(0);
21
obj
->setA<
long
>(0);
22
obj
->setA<
bool
>(
false
);
23
}
24
}
25
26
#endif
PyAnalysisExamplesDict
Definition:
PyAnalysisExamplesDict.h:14
MyDetObj.h
MyObj.h
MyCutClass.h
MyTool.h
python.PyAthena.obj
obj
Definition:
PyAthena.py:132
PyAnalysisExamplesDict::tmp
void tmp()
Definition:
PyAnalysisExamplesDict.h:15
Generated on Thu Nov 7 2024 21:24:17 for ATLAS Offline Software by
1.8.18