![]() |
ATLAS Offline Software
|
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, file, proto=0) | |
| dump (self, o, key=None) | |
| clear_memo (self) | |
Protected Member Functions | |
| _persistent_id (self, o) | |
Private Attributes | |
| __file = file | |
| __keys = file.GetListOfKeys() | |
| __io = Write_Wrapper() | |
| __pickle = pickle.Pickler (self.__io, proto) | |
| dict | __pmap = {} |
Definition at line 196 of file root_pickle.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.root_pickle.Pickler.__init__ | ( | self, | |
| file, | |||
| proto = 0 ) |
Create a root pickler. FILE should be a Root TFile. PROTO is the python pickle protocol version to use. The python part will be pickled to a Root TObjString called _pickle; it will contain references to the Root objects.
Definition at line 197 of file root_pickle.py.
|
protected |
Definition at line 238 of file root_pickle.py.
| python.root_pickle.Pickler.clear_memo | ( | self | ) |
Clears the pickler's internal memo.
Definition at line 231 of file root_pickle.py.
| python.root_pickle.Pickler.dump | ( | self, | |
| o, | |||
| key = None ) |
Write a pickled representation of o to the open TFile.
Definition at line 213 of file root_pickle.py.
|
private |
Definition at line 204 of file root_pickle.py.
|
private |
Definition at line 206 of file root_pickle.py.
|
private |
Definition at line 205 of file root_pickle.py.
|
private |
Definition at line 207 of file root_pickle.py.
|
private |
Definition at line 209 of file root_pickle.py.