Public Member Functions | |
bool | evaluate (edm::Event const &event) const override |
void | init (edm::ConsumesCollector &iC) override |
Operand (std::vector< char > const &pathName) | |
void | print (std::ostream &out, unsigned int indentation) const override |
EvaluatorType | type () const override |
Public Member Functions inherited from pathStatusExpression::Evaluator | |
virtual const char * | pathName () const |
virtual void | setLeft (std::unique_ptr< Evaluator > &&) |
virtual void | setRight (std::unique_ptr< Evaluator > &&) |
virtual | ~Evaluator () |
Private Attributes | |
std::string | pathName_ |
edm::EDGetTokenT< edm::PathStatus > | token_ |
Additional Inherited Members | |
Public Types inherited from pathStatusExpression::Evaluator | |
enum | EvaluatorType { Name, Not, And, Or, BeginParen } |
Definition at line 64 of file L1GTAlgoBlockProducer.cc.
|
inline |
Definition at line 66 of file L1GTAlgoBlockProducer.cc.
|
inlineoverridevirtual |
Reimplemented from pathStatusExpression::Evaluator.
Definition at line 76 of file L1GTAlgoBlockProducer.cc.
References token_.
|
inlineoverridevirtual |
Reimplemented from pathStatusExpression::Evaluator.
Definition at line 74 of file L1GTAlgoBlockProducer.cc.
References edm::ConsumesCollector::consumes(), ProducerED_cfi::InputTag, pathName_, and token_.
|
inlineoverridevirtual |
Reimplemented from pathStatusExpression::Evaluator.
Definition at line 70 of file L1GTAlgoBlockProducer.cc.
References printContent_cfi::indentation, MillePedeFileConverter_cfg::out, pathName_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverridevirtual |
Implements pathStatusExpression::Evaluator.
Definition at line 68 of file L1GTAlgoBlockProducer.cc.
References pathStatusExpression::Evaluator::Name.
|
private |
Definition at line 79 of file L1GTAlgoBlockProducer.cc.
|
private |
Definition at line 80 of file L1GTAlgoBlockProducer.cc.
Referenced by evaluate(), and init().