![]() |
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) | |
| serialiseHeader (self) | |
| serialiseRecords (self) | |
| serialiseTable (self) | |
| saveToDB (self) | |
| createOrGetFolder (self, db) | |
Public Attributes | |
| list | records = [] |
| int | iovStartRun = 0 |
| int | iovStartLumiBlock = 0 |
| int | iovEndRun = 0 |
| int | iovEndLumiBlock = 0 |
| str | tag = "AFPTest-00-00-00" |
| str | folderName = "/FWD/AFP/TEST" |
| spec = cool.RecordSpecification() | |
| str | desc = '<timeStamp>run-lumi</timeStamp><addrHeader><address_header service_type="71" clid="40774348" /></addrHeader><typeName>AthenaAttributeList</typeName>' |
| data = cool.Record(self.spec) | |
| folderSpec = cool.FolderSpecification(cool.FolderVersioning.MULTI_VERSION, self.spec) | |
| folder = db.getFolder(self.folderName) | |
Definition at line 42 of file AFPDBBase.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| AFPDBBase.AFPDBTableBase.__init__ | ( | self | ) |
Definition at line 43 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.createOrGetFolder | ( | self, | |
| db ) |
Definition at line 109 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.saveToDB | ( | self | ) |
Definition at line 100 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.serialiseHeader | ( | self | ) |
Definition at line 62 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.serialiseRecords | ( | self | ) |
Definition at line 69 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.serialiseTable | ( | self | ) |
Definition at line 88 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.data = cool.Record(self.spec) |
Definition at line 57 of file AFPDBBase.py.
| str AFPDBBase.AFPDBTableBase.desc = '<timeStamp>run-lumi</timeStamp><addrHeader><address_header service_type="71" clid="40774348" /></addrHeader><typeName>AthenaAttributeList</typeName>' |
Definition at line 56 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.folder = db.getFolder(self.folderName) |
Definition at line 112 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.folderName = "/FWD/AFP/TEST" |
Definition at line 51 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.folderSpec = cool.FolderSpecification(cool.FolderVersioning.MULTI_VERSION, self.spec) |
Definition at line 58 of file AFPDBBase.py.
| int AFPDBBase.AFPDBTableBase.iovEndLumiBlock = 0 |
Definition at line 48 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.iovEndRun = 0 |
Definition at line 47 of file AFPDBBase.py.
| int AFPDBBase.AFPDBTableBase.iovStartLumiBlock = 0 |
Definition at line 46 of file AFPDBBase.py.
| int AFPDBBase.AFPDBTableBase.iovStartRun = 0 |
Definition at line 45 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.records = [] |
Definition at line 44 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.spec = cool.RecordSpecification() |
Definition at line 52 of file AFPDBBase.py.
| AFPDBBase.AFPDBTableBase.tag = "AFPTest-00-00-00" |
Definition at line 50 of file AFPDBBase.py.