LDMX Software
trigscint::TrigScintTrackProducer::LUTKey Struct Reference

Public Member Functions

bool operator== (const LUTKey &other) const
 

Public Attributes

float p1_
 
float p2_
 
float p3_
 

Detailed Description

Definition at line 96 of file TrigScintTrackProducer.h.

Member Function Documentation

◆ operator==()

bool trigscint::TrigScintTrackProducer::LUTKey::operator== ( const LUTKey & other) const
inline

Definition at line 99 of file TrigScintTrackProducer.h.

99 {
100 return p1_ == other.p1_ && p2_ == other.p2_ && p3_ == other.p3_;
101 }

Member Data Documentation

◆ p1_

float trigscint::TrigScintTrackProducer::LUTKey::p1_

Definition at line 97 of file TrigScintTrackProducer.h.

◆ p2_

float trigscint::TrigScintTrackProducer::LUTKey::p2_

Definition at line 97 of file TrigScintTrackProducer.h.

◆ p3_

float trigscint::TrigScintTrackProducer::LUTKey::p3_

Definition at line 97 of file TrigScintTrackProducer.h.


The documentation for this struct was generated from the following file: