CMS 3D CMS Logo

GenericJet.h
Go to the documentation of this file.
1 #ifndef JetReco_GenericJet_h
2 #define JetReco_GenericJet_h
3 
15 #include <string>
17 
18 namespace reco {
20  public:
24  GenericJet(const LorentzVector& fP4, const Point& fVertex, const std::vector<CandidateBaseRef>& fConstituents);
26  ~GenericJet() override {}
27 
29  virtual int nConstituents() const;
30 
32  virtual std::string print() const;
33  };
34 } // namespace reco
35 // temporary fix before include_checcker runs globally
36 #include "DataFormats/JetReco/interface/GenericJetCollection.h" //INCLUDECHECKER:SKIP
37 #endif
GenericJet()
Default constructor.
Definition: GenericJet.h:22
~GenericJet() override
Destructor.
Definition: GenericJet.h:26
math::XYZTLorentzVector LorentzVector
virtual int nConstituents() const
of constituents
Definition: GenericJet.cc:19
fixed size matrix
Structure Point Contains parameters of Gaussian fits to DMRs.
virtual std::string print() const
Print object.
Definition: GenericJet.cc:21