#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 109 of file TrackerDetIdSelector.h.
|
strong |
Enumerator | |
---|---|
NEG |
Definition at line 111 of file TrackerDetIdSelector.h.
|
inline |
Definition at line 116 of file TrackerDetIdSelector.h.
|
inline |
Definition at line 122 of file TrackerDetIdSelector.h.
References ExpressionAST::evaluate().
Referenced by Accessor::operator()().
enum UnaryOP::OP UnaryOP::op |
Referenced by WalkAST::operator()().
ExpressionAST UnaryOP::subject |
Definition at line 115 of file TrackerDetIdSelector.h.
Referenced by WalkAST::operator()().