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

Go to the source code of this file.

Classes

class  Acts::LayerCreator
 
struct  Acts::LayerCreator::Config
 

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 
namespace  Acts::Test
 Namespace for ATS unit tests.
 

Macros

#define ACTS_LAYERCREATOR_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_LAYERCREATOR_TAKESMALLERBIGGER

Definition at line 25 of file LayerCreator.hpp.

View newest version in sPHENIX GitHub at line 25 of file LayerCreator.hpp

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

Definition at line 27 of file LayerCreator.hpp.

View newest version in sPHENIX GitHub at line 27 of file LayerCreator.hpp

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

Definition at line 26 of file LayerCreator.hpp.

View newest version in sPHENIX GitHub at line 26 of file LayerCreator.hpp

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

Definition at line 28 of file LayerCreator.hpp.

View newest version in sPHENIX GitHub at line 28 of file LayerCreator.hpp