Public Member Functions | Public Attributes | Friends | List of all members
cluster::eveLoc Struct Reference

Public Member Functions

 eveLoc (int id, geo::PlaneID plnID)
 

Public Attributes

int eveID
 
geo::PlaneID planeID
 

Friends

bool operator< (eveLoc const &a, eveLoc const &b)
 

Detailed Description

Definition at line 56 of file ClusterCheater_module.cc.

Constructor & Destructor Documentation

cluster::eveLoc::eveLoc ( int  id,
geo::PlaneID  plnID 
)
inline

Definition at line 57 of file ClusterCheater_module.cc.

57 : eveID(id), planeID(plnID) {}

Friends And Related Function Documentation

bool operator< ( eveLoc const &  a,
eveLoc const &  b 
)
friend

Definition at line 60 of file ClusterCheater_module.cc.

61  {
62  if (a.eveID != b.eveID) return a.eveID < b.eveID;
63 
64  return a.planeID < b.planeID;
65  }
const double a
static bool * b
Definition: config.cpp:1043

Member Data Documentation

int cluster::eveLoc::eveID

Definition at line 67 of file ClusterCheater_module.cc.

geo::PlaneID cluster::eveLoc::planeID

Definition at line 68 of file ClusterCheater_module.cc.


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