Public Member Functions | Private Attributes | Friends | List of all members
gar::rec::eveLoc Class Reference

Public Member Functions

 eveLoc (int id)
 
 ~eveLoc ()
 
int GetEveID () const
 

Private Attributes

int eveID
 

Friends

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

Detailed Description

Definition at line 31 of file CaloClusterCheater_module.cc.

Constructor & Destructor Documentation

gar::rec::eveLoc::eveLoc ( int  id)
inline

Definition at line 33 of file CaloClusterCheater_module.cc.

34  : eveID(id)
35  {}
gar::rec::eveLoc::~eveLoc ( )
inline

Definition at line 37 of file CaloClusterCheater_module.cc.

37 {}

Member Function Documentation

int gar::rec::eveLoc::GetEveID ( ) const
inline

Definition at line 43 of file CaloClusterCheater_module.cc.

Friends And Related Function Documentation

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

Definition at line 39 of file CaloClusterCheater_module.cc.

39  {
40  return a.eveID < b.eveID;
41  }
const double a
static bool * b
Definition: config.cpp:1043

Member Data Documentation

int gar::rec::eveLoc::eveID
private

Definition at line 46 of file CaloClusterCheater_module.cc.


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