ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <algorithm>
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/ILayerArrayCreator.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Logger.hpp"
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) |
#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
Definition at line 17 of file LayerArrayCreator.hpp.
View newest version in sPHENIX GitHub at line 17 of file LayerArrayCreator.hpp
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 | |||
) |
Definition at line 18 of file LayerArrayCreator.hpp.
View newest version in sPHENIX GitHub at line 18 of file LayerArrayCreator.hpp