CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IsoDepositIsolator.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_PatAlgos_interface_IsoDepositIsolator_h
2 #define PhysicsTools_PatAlgos_interface_IsoDepositIsolator_h
3 
7 
8 
9 namespace pat { namespace helper {
11  public:
13 
16  virtual ~IsoDepositIsolator() ;
17  virtual void beginEvent(const edm::Event &event, const edm::EventSetup &eventSetup) ;
18  virtual void endEvent() ;
19 
20  virtual std::string description() const ;
21  protected:
24 
25  float deltaR_;
28  reco::isodeposit::EventDependentAbsVetos evdepVetos_; // subset of the above, don't delete twice
31 
32  virtual float getValue(const edm::ProductID &id, size_t index) const ;
33 }; // class IsoDepositIsolator
34 } } // namespaces
35 
36 #endif
virtual void beginEvent(const edm::Event &event, const edm::EventSetup &eventSetup)
reco::isodeposit::AbsVetos vetos_
std::vector< EventDependentAbsVeto * > EventDependentAbsVetos
edm::Handle< Isolation > handle_
edm::ValueMap< reco::IsoDeposit > Isolation
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
reco::isodeposit::EventDependentAbsVetos evdepVetos_
tuple conf
Definition: dbtoconf.py:185
edm::EDGetTokenT< Isolation > inputIsoDepositToken_
std::vector< AbsVeto * > AbsVetos
Definition: IsoDeposit.h:40
virtual float getValue(const edm::ProductID &id, size_t index) const
virtual std::string description() const