BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
GeomFileInfo Struct Reference

#include <BesGeoSelector.h>

Public Member Functions

 GeomFileInfo ()
 GeomFileInfo (const char *fname, int sno)
bool operator>= (const GeomFileInfo &rval) const
bool operator<= (const GeomFileInfo &rval) const
bool operator> (const GeomFileInfo &rval) const
bool operator< (const GeomFileInfo &rval) const

Public Attributes

std::string filename
int startno

Detailed Description

Definition at line 13 of file BesGeoSelector.h.

Constructor & Destructor Documentation

◆ GeomFileInfo() [1/2]

GeomFileInfo::GeomFileInfo ( )
inline

Definition at line 17 of file BesGeoSelector.h.

17{}

Referenced by operator<(), operator<=(), operator>(), and operator>=().

◆ GeomFileInfo() [2/2]

GeomFileInfo::GeomFileInfo ( const char * fname,
int sno )
inline

Definition at line 18 of file BesGeoSelector.h.

18: filename( fname ), startno( sno ) {}
std::string filename

Member Function Documentation

◆ operator<()

bool GeomFileInfo::operator< ( const GeomFileInfo & rval) const
inline

Definition at line 23 of file BesGeoSelector.h.

23{ return ( startno < rval.startno ); }

◆ operator<=()

bool GeomFileInfo::operator<= ( const GeomFileInfo & rval) const
inline

Definition at line 21 of file BesGeoSelector.h.

21{ return ( startno <= rval.startno ); }

◆ operator>()

bool GeomFileInfo::operator> ( const GeomFileInfo & rval) const
inline

Definition at line 22 of file BesGeoSelector.h.

22{ return ( startno > rval.startno ); }

◆ operator>=()

bool GeomFileInfo::operator>= ( const GeomFileInfo & rval) const
inline

Definition at line 20 of file BesGeoSelector.h.

20{ return ( startno >= rval.startno ); }

Member Data Documentation

◆ filename

std::string GeomFileInfo::filename

Definition at line 14 of file BesGeoSelector.h.

Referenced by GeomFileInfo().

◆ startno

int GeomFileInfo::startno

Definition at line 15 of file BesGeoSelector.h.

Referenced by GeomFileInfo(), operator<(), operator<=(), operator>(), and operator>=().


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