CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BasicToPFJet.h
Go to the documentation of this file.
1 #ifndef RecoJets_JetProducers_BasicToPFJet_h
2 #define RecoJets_JetProducers_BasicToPFJet_h
3 
10 
11 
12 class BasicToPFJet : public edm::EDProducer {
13 
14  public:
15 
16  explicit BasicToPFJet(const edm::ParameterSet& PSet);
17  virtual ~BasicToPFJet();
18  virtual void produce(edm::Event & event, const edm::EventSetup & EventSetup) override;
19  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
20 
21  private:
24 };
25 
26 
27 #endif
const edm::EDGetTokenT< reco::BasicJetCollection > inputToken_
Definition: BasicToPFJet.h:23
BasicToPFJet(const edm::ParameterSet &PSet)
Definition: BasicToPFJet.cc:33
edm::InputTag src_
Definition: BasicToPFJet.h:22
virtual ~BasicToPFJet()
Definition: BasicToPFJet.cc:40
virtual void produce(edm::Event &event, const edm::EventSetup &EventSetup) override
Definition: BasicToPFJet.cc:49
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: BasicToPFJet.cc:43
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