ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
Enumerations | |
enum | Acts::BinningType { Acts::equidistant, Acts::arbitrary } |
enum | Acts::BinningOption { Acts::open, Acts::closed } |
flag for open/closed bins More... | |
enum | Acts::BinningValue : int { Acts::binX = 0, Acts::binY = 1, Acts::binZ = 2, Acts::binR = 3, Acts::binPhi = 4, Acts::binRPhi = 5, Acts::binH = 6, Acts::binEta = 7, Acts::binMag = 8, Acts::binValues = 9 } |
how to take the global / local position More... | |
Variables | |
static const std::vector < std::string > | Acts::binningValueNames |
screen output option | |