ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CylinderVolumeHelper.hpp File Reference
+ Include dependency graph for CylinderVolumeHelper.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Acts::CylinderVolumeHelper
 
struct  Acts::CylinderVolumeHelper::Config
 

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 

Macros

#define ACTS_TOOLS_TAKESMALLERBIGGER
 
#define takeSmaller(current, test)   current = current < test ? current : test
 
#define takeBigger(current, test)   current = current > test ? current : test
 
#define takeSmallerBigger(cSmallest, cBiggest, test)
 

Macro Definition Documentation

#define ACTS_TOOLS_TAKESMALLERBIGGER

Definition at line 16 of file CylinderVolumeHelper.hpp.

View newest version in sPHENIX GitHub at line 16 of file CylinderVolumeHelper.hpp

#define takeBigger (   current,
  test 
)    current = current > test ? current : test

Definition at line 18 of file CylinderVolumeHelper.hpp.

View newest version in sPHENIX GitHub at line 18 of file CylinderVolumeHelper.hpp

#define takeSmaller (   current,
  test 
)    current = current < test ? current : test

Definition at line 17 of file CylinderVolumeHelper.hpp.

View newest version in sPHENIX GitHub at line 17 of file CylinderVolumeHelper.hpp

#define takeSmallerBigger (   cSmallest,
  cBiggest,
  test 
)
Value:
takeSmaller(cSmallest, test); \
takeBigger(cBiggest, test)

Definition at line 19 of file CylinderVolumeHelper.hpp.

View newest version in sPHENIX GitHub at line 19 of file CylinderVolumeHelper.hpp