ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Geometry/ApproachDescriptor.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/SurfaceArrayCreator.hpp"
#include "Acts/Utilities/BinUtility.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Logger.hpp"
#include <optional>
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) |
#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
Definition at line 27 of file LayerCreator.hpp.
View newest version in sPHENIX GitHub at line 27 of file LayerCreator.hpp
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 | |||
) |
Definition at line 28 of file LayerCreator.hpp.
View newest version in sPHENIX GitHub at line 28 of file LayerCreator.hpp