ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <memory>
#include <string>
#include <vector>
#include "Acts/Geometry/BoundarySurfaceFace.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/ILayerArrayCreator.hpp"
#include "Acts/Geometry/ITrackingVolumeArrayCreator.hpp"
#include "Acts/Geometry/ITrackingVolumeHelper.hpp"
#include "Acts/Utilities/Logger.hpp"
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) |
#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
Definition at line 18 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 18 of file CylinderVolumeHelper.hpp
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 | |||
) |
Definition at line 19 of file CylinderVolumeHelper.hpp.
View newest version in sPHENIX GitHub at line 19 of file CylinderVolumeHelper.hpp