ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
blob
master
CI
Core
include
Acts
EventData
Fitter
Geometry
MagneticField
Material
Propagator
Seeding
Surfaces
TrackFinder
Utilities
detail
AnnealingUtility.hpp
BinAdjustment.hpp
BinAdjustmentVolume.hpp
BinnedArray.hpp
BinnedArrayXD.hpp
BinningData.hpp
BinningType.hpp
BinUtility.hpp
BoundingBox.hpp
BoundingBox.ipp
CalibrationContext.hpp
Definitions.hpp
FiniteStateMachine.hpp
Frustum.hpp
Frustum.ipp
Helpers.hpp
IAxis.hpp
Interpolation.hpp
Intersection.hpp
Logger.hpp
MultiIndex.hpp
ParameterDefinitions.hpp
ParameterTypes.hpp
PdgParticle.hpp
Ray.hpp
Ray.ipp
Result.hpp
ThrowAssert.hpp
TypeTraits.hpp
Units.hpp
UnitVectors.hpp
Vertexing
Visualization
src
doc
Examples
Fatras
Plugins
Tests
thirdparty
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
BinningType.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file BinningType.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2016-2018 CERN for the benefit of the Acts project
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
10
// BinningType.h, Acts project
12
13
#pragma once
14
#include <string>
15
#include <vector>
16
17
namespace
Acts {
18
33
enum
BinningType
{
equidistant
,
arbitrary
};
34
36
enum
BinningOption
{
open
,
closed
};
37
39
enum
BinningValue
:
int
{
40
binX
= 0,
41
binY
= 1,
42
binZ
= 2,
43
binR
= 3,
44
binPhi
= 4,
45
binRPhi
= 5,
46
binH
= 6,
47
binEta
= 7,
48
binMag
= 8,
49
binValues
= 9
50
};
51
53
static
const
std::vector<std::string>
binningValueNames
= {
54
"binX"
,
"binY"
,
"binZ"
,
"binR"
,
"binPhi"
,
55
"binRPhi"
,
"binH"
,
"binEta"
,
"binMag"
};
56
}
// namespace Acts
acts
blob
master
Core
include
Acts
Utilities
BinningType.hpp
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:21
using
1.8.2 with
ECCE GitHub integration