test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFMETProducer.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: METProducers
4 // Class: PFMETProducer
5 //
13 //
14 //
15 //
16 
17 //____________________________________________________________________________||
18 #ifndef PFMETProducer_h
19 #define PFMETProducer_h
20 
21 //____________________________________________________________________________||
28 
37 
43 
45 
46 #include "TVector.h"
47 
48 #include <string>
49 
50 
51 //____________________________________________________________________________||
52 namespace metsig
53 {
54  class SignAlgoResolutions;
55 }
56 
57 //____________________________________________________________________________||
58 namespace cms
59 {
61  {
62  public:
63  explicit PFMETProducer(const edm::ParameterSet&);
64  virtual ~PFMETProducer() { }
65  virtual void produce(edm::Event&, const edm::EventSetup&) override;
66 
67  private:
68 
70  const edm::View<reco::Candidate>& input) const;
71 
72 
74 
77 
79  double jetThreshold_;
80 
82  std::vector< edm::EDGetTokenT<edm::View<reco::Candidate> > > lepTokens_;
87  };
88 }
89 
90 //____________________________________________________________________________||
91 #endif // PFMETProducer_h
PFMETProducer(const edm::ParameterSet &)
ROOT::Math::SMatrix< double, 2 > METCovMatrix
Definition: MET.h:40
std::string jetResPtType_
Definition: PFMETProducer.h:84
edm::EDGetTokenT< edm::View< reco::Jet > > jetToken_
Definition: PFMETProducer.h:81
reco::METCovMatrix getMETCovMatrix(const edm::Event &event, const edm::EventSetup &, const edm::View< reco::Candidate > &input) const
static std::string const input
Definition: EdmProvDump.cc:44
virtual void produce(edm::Event &, const edm::EventSetup &) override
metsig::METSignificance * metSigAlgo_
Definition: PFMETProducer.h:76
std::string jetSFType_
Definition: PFMETProducer.h:83
std::vector< edm::EDGetTokenT< edm::View< reco::Candidate > > > lepTokens_
Definition: PFMETProducer.h:82
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
std::string jetResPhiType_
Definition: PFMETProducer.h:85
edm::EDGetTokenT< edm::View< reco::Candidate > > inputToken_
Definition: PFMETProducer.h:73
virtual ~PFMETProducer()
Definition: PFMETProducer.h:64
edm::EDGetTokenT< double > rhoToken_
Definition: PFMETProducer.h:86