ATLAS Offline Software
Loading...
Searching...
No Matches
drawFromPickle.BaseClassFromDict Class Reference
Inheritance diagram for drawFromPickle.BaseClassFromDict:
Collaboration diagram for drawFromPickle.BaseClassFromDict:

Public Types

typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type result

Public Member Functions

 __init__ (self, **kargs)

Detailed Description

Use the kargs trick to set all the attributes except the ones
that are my classes, and not basic types. See for example:
http://stackoverflow.com/questions/1098549/proper-way-to-use-kwargs-in-python

Definition at line 46 of file drawFromPickle.py.

Member Typedef Documentation

◆ result

Definition at line 90 of file EDM_MasterSearch.h.

Constructor & Destructor Documentation

◆ __init__()

drawFromPickle.BaseClassFromDict.__init__ ( self,
** kargs )

Definition at line 52 of file drawFromPickle.py.

52 def __init__(self, **kargs) :
53 for k,v in kargs.iteritems() : setattr(self, k, v)
54#_________________________________________________

The documentation for this class was generated from the following file: