ATLAS Offline Software
Loading...
Searching...
No Matches
PyAnalysisExamplesDict Namespace Reference

Functions

void tmp ()

Function Documentation

◆ tmp()

void PyAnalysisExamplesDict::tmp ( )

Definition at line 15 of file PyAnalysisExamplesDict.h.

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 }