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
reco::GenericJet::~GenericJet
~GenericJet() override
Destructor.
Definition: GenericJet.h:26
reco::GenericJet::nConstituents
virtual int nConstituents() const
Definition: GenericJet.cc:19
reco::CompositeRefBaseCandidate
Definition: CompositeRefBaseCandidate.h:17
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
GenericJetCollection.h
reco::GenericJet::print
virtual std::string print() const
Print object.
Definition: GenericJet.cc:21
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
Point
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition: DMRtrends.cc:57
reco::GenericJet::GenericJet
GenericJet()
Default constructor.
Definition: GenericJet.h:22
reco::GenericJet
Definition: GenericJet.h:19
LorentzVector
math::XYZTLorentzVector LorentzVector
Definition: HLTMuonMatchAndPlot.h:49
CompositeRefBaseCandidate.h