![]() |
ATLAS Offline Software
|
Public Types | |
| typedef AthProperties | base_class |
Public Member Functions | |
| DelayedConditionsCleanerSvcProps (DelayedConditionsCleanerSvc *parent) | |
| DelayedConditionsCleanerSvc * | parent () |
Public Attributes | |
| Gaudi::Property< size_t > | m_ringSize |
| Property: Number of previous events for which to remember IOV history. | |
| Gaudi::Property< size_t > | m_cleanDelay |
| Property: Number of events after adding a conditions object we try to clean its container. | |
| Gaudi::Property< size_t > | m_lookAhead |
| Property: Maximum number of events to consolodate together when cleaning. | |
| bool | m_async = false |
| Property: If true, run cleaning asynchronously in an MT job. | |
| ServiceHandle< Athena::IRCUSvc > | m_rcu |
| Property: RCU Service. | |
Private Attributes | |
| DelayedConditionsCleanerSvc * | m_parent |
Definition at line 41 of file DelayedConditionsCleanerSvc.cxx.
|
inherited |
Definition at line 62 of file AthProperties.h.
|
inline |
Definition at line 45 of file DelayedConditionsCleanerSvc.cxx.
|
inlineinherited |
Definition at line 64 of file AthProperties.h.
| bool Athena::DelayedConditionsCleanerSvcProps::m_async = false |
Property: If true, run cleaning asynchronously in an MT job.
Definition at line 71 of file DelayedConditionsCleanerSvc.cxx.
| Gaudi::Property<size_t> Athena::DelayedConditionsCleanerSvcProps::m_cleanDelay |
Property: Number of events after adding a conditions object we try to clean its container.
Definition at line 55 of file DelayedConditionsCleanerSvc.cxx.
| Gaudi::Property<size_t> Athena::DelayedConditionsCleanerSvcProps::m_lookAhead |
Property: Maximum number of events to consolodate together when cleaning.
Definition at line 60 of file DelayedConditionsCleanerSvc.cxx.
|
privateinherited |
Definition at line 68 of file AthProperties.h.
| ServiceHandle<Athena::IRCUSvc> Athena::DelayedConditionsCleanerSvcProps::m_rcu |
| Gaudi::Property<size_t> Athena::DelayedConditionsCleanerSvcProps::m_ringSize |
Property: Number of previous events for which to remember IOV history.
Definition at line 49 of file DelayedConditionsCleanerSvc.cxx.