#include <TrackerDetIdSelector.h>
Public Types | |
enum | OP { OP::NEG } |
Public Member Functions | |
int | evaluate (const DetId &detId, const TrackerTopology &trackerTopology) const |
UnaryOP (OP op, ExpressionAST const &subject) | |
Public Attributes | |
enum UnaryOP::OP | op |
ExpressionAST | subject |
Definition at line 104 of file TrackerDetIdSelector.h.
|
strong |
|
inline |
Definition at line 107 of file TrackerDetIdSelector.h.
|
inline |
Definition at line 109 of file TrackerDetIdSelector.h.
References ExpressionAST::evaluate(), NEG, op, and subject.
Referenced by Accessor::operator()().
enum UnaryOP::OP UnaryOP::op |
Referenced by evaluate().
ExpressionAST UnaryOP::subject |
Definition at line 106 of file TrackerDetIdSelector.h.
Referenced by evaluate().