|
| DeclareInterfaceID (IInDetConditionsSvc, 1, 0) |
| Declare interface ID. More...
|
|
virtual | ~IInDetConditionsSvc () |
|
virtual bool | isActive (const Identifier &elementId, const InDetConditions::Hierarchy h=InDetConditions::DEFAULT)=0 |
|
virtual bool | isActive (const IdentifierHash &elementHash)=0 |
|
virtual bool | isActive (const IdentifierHash &elementHash, const Identifier &elementId)=0 |
|
virtual double | activeFraction (const IdentifierHash &elementHash, const Identifier &idStart, const Identifier &idEnd)=0 |
| activeFraction method gives the fraction of active elements in the range of identifiers More...
|
|
virtual bool | isGood (const Identifier &elementId, const InDetConditions::Hierarchy h=InDetConditions::DEFAULT)=0 |
|
virtual bool | isGood (const IdentifierHash &elementHash)=0 |
|
virtual bool | isGood (const IdentifierHash &elementHash, const Identifier &elementId)=0 |
|
virtual double | goodFraction (const IdentifierHash &elementHash, const Identifier &idStart, const Identifier &idEnd)=0 |
| goodFraction method gives the fraction of good elements in the range of identifiers More...
|
|
Interface class for service providing summary of status of a detector element
Definition at line 24 of file IInDetConditionsSvc.h.