CMS 3D CMS Logo

P2GTCandidate.cc
Go to the documentation of this file.
2 
3 namespace l1t {
4 
5  bool P2GTCandidate::operator==(const P2GTCandidate& rhs) const {
6  return objectType_ == rhs.objectType_ && hwPT_ == rhs.hwPT_ && hwPhi_ == rhs.hwPhi_ && hwEta_ == rhs.hwEta_ &&
8  hwQualityFlags_ == rhs.hwQualityFlags_ && hwCharge_ == rhs.hwCharge_ && hwD0_ == rhs.hwD0_ &&
9  hwBeta_ == rhs.hwBeta_ && hwMass_ == rhs.hwMass_ && hwIndex_ == rhs.hwIndex_ &&
15  }
16 
17  bool P2GTCandidate::operator!=(const P2GTCandidate& rhs) const { return !operator==(rhs); };
18 } // namespace l1t
Optional< int > hwMass_
Optional< int > hwNumber_of_tracks_in_pv_
bool operator!=(const P2GTCandidate &rhs) const
Optional< int > hwNumber_of_displaced_tracks_
Optional< int > hwIsolationPT_
Optional< int > hwSeed_z0_
ObjectType objectType_
delete x;
Definition: CaloConfig.h:22
Optional< int > hwD0_
Optional< int > hwIndex_
Optional< int > hwCharge_
Optional< int > hwQualityScore_
Optional< int > hwQualityFlags_
Optional< int > hwPT_
Optional< int > hwSeed_pT_
Optional< int > hwType_
Optional< int > hwNumber_of_tracks_
bool operator==(const P2GTCandidate &rhs) const
Definition: P2GTCandidate.cc:5
Optional< int > hwSum_pT_pv_
Optional< int > hwScalarSumPT_
Optional< int > hwNumber_of_tracks_not_in_pv_
Optional< int > hwPhi_
Optional< int > hwEta_
Optional< int > hwBeta_
Optional< int > hwZ0_