Analysis Software
Documentation for sPHENIX simulation software
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
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... | |
Functions | |
const std::vector< std::string > & | Acts::binningValueNames () |
screen output option | |
Variables | |
static const std::vector < BinningValue > | Acts::s_binningValues |
static list of all binning values | |