CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
susybsm::RPCHit4D Class Reference

#include <HSCParticle.h>

Public Member Functions

bool operator< (const RPCHit4D &other) const
 

Public Attributes

int bx
 
GlobalPoint gp
 
int id
 

Detailed Description

Definition at line 23 of file HSCParticle.h.

Member Function Documentation

◆ operator<()

bool susybsm::RPCHit4D::operator< ( const RPCHit4D other) const
inline

Definition at line 28 of file HSCParticle.h.

References gp, PV3DBase< T, PVType, FrameType >::mag(), and trackingPlots::other.

28 { return gp.mag() < other.gp.mag(); }
GlobalPoint gp
Definition: HSCParticle.h:27
T mag() const
Definition: PV3DBase.h:64

Member Data Documentation

◆ bx

int susybsm::RPCHit4D::bx

Definition at line 26 of file HSCParticle.h.

◆ gp

GlobalPoint susybsm::RPCHit4D::gp

Definition at line 27 of file HSCParticle.h.

Referenced by operator<().

◆ id

int susybsm::RPCHit4D::id

Definition at line 25 of file HSCParticle.h.