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

Go to the source code of this file.

Classes

class  Acts::LayerArrayCreator
 
struct  Acts::LayerArrayCreator::Config
 This struct stores the configuration of the tracking geometry. More...
 

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 15 of file LayerArrayCreator.hpp.

View newest version in sPHENIX GitHub at line 15 of file LayerArrayCreator.hpp

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

Definition at line 17 of file LayerArrayCreator.hpp.

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

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

Definition at line 16 of file LayerArrayCreator.hpp.

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

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

Definition at line 18 of file LayerArrayCreator.hpp.

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