CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ShiftedPFCandidateProducerForPFMEtMVA.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_PatUtils_ShiftedPFCandidateProducerForPFMEtMVA_h
2 #define PhysicsTools_PatUtils_ShiftedPFCandidateProducerForPFMEtMVA_h
3 
24 
29 
30 #include <string>
31 #include <vector>
32 
34 {
35  public:
36 
39 
40  private:
42 
43  void produce(edm::Event&, const edm::EventSetup&);
44 
46 
50 
53 
55  {
57  const reco::Candidate::LorentzVector& unshiftedObjectP4, double dRmatch)
58  : shiftedObjectP4_(shiftedObjectP4),
59  unshiftedObjectP4_(unshiftedObjectP4),
60  dRmatch_(dRmatch),
62  {
63  if ( unshiftedObjectP4.energy() > 0. ) {
64  shift_ = (shiftedObjectP4.energy()/unshiftedObjectP4.energy()) - 1.;
65  isValidMatch_ = true;
66  }
67  }
71  double dRmatch_;
72  double shift_;
74  };
75 
76  std::vector<objectEntryType> objects_;
77 };
78 
79 #endif
80 
81 
82 
83 
edm::EDGetTokenT< CandidateView > srcUnshiftedObjectsToken_
objectEntryType(const reco::Candidate::LorentzVector &shiftedObjectP4, const reco::Candidate::LorentzVector &unshiftedObjectP4, double dRmatch)
void produce(edm::Event &, const edm::EventSetup &)
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:41
volatile std::atomic< bool > shutdown_flag false
edm::EDGetTokenT< reco::PFCandidateCollection > srcPFCandidatesToken_