CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
ConvolveWithConst::convParams Struct Reference

Public Member Functions

bool operator< (const convParams b) const
 

Public Attributes

int length
 
ConvolveWithConst::TransformOptimOpt optOptim
 

Detailed Description

Definition at line 24 of file ConvolveWithConst.cxx.

Member Function Documentation

◆ operator<()

bool ConvolveWithConst::convParams::operator< ( const convParams  b) const
inline

Definition at line 28 of file ConvolveWithConst.cxx.

28 {return (long)(this->length)*4+(long)(this->optOptim) <
29 (long)(b.length)*4+(long)(b.optOptim);// long should be longer than int here?
30 }
ConvolveWithConst::TransformOptimOpt optOptim

Member Data Documentation

◆ length

int ConvolveWithConst::convParams::length

Definition at line 25 of file ConvolveWithConst.cxx.

Referenced by operator<().

◆ optOptim

ConvolveWithConst::TransformOptimOpt ConvolveWithConst::convParams::optOptim

Definition at line 26 of file ConvolveWithConst.cxx.

Referenced by operator<().


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