ATLAS Offline Software
Loading...
Searching...
No Matches
BinUtility_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// BinUtility_p1.h, (c) ATLAS Detector software
8
9#ifndef BINUTILITY_P1_TRK_H
10#define BINUTILITY_P1_TRK_H
11
12#include <vector>
13
14namespace Trk
15{
19 {
20 public:
22 type(),
23 option(),
24 binvalue(),
25 bins(),
26 min(),
27 max(),
28 step(),
29 subStep(),
30 boundaries(),
31 refphi(),
32 hbounds()
33 {}
34
35 std::vector<int> type;
36 std::vector<int> option;
37 std::vector<int> binvalue;
38 std::vector<unsigned int> bins;
39 std::vector<float> min;
40 std::vector<float> max;
41 std::vector<float> step;
42 std::vector<float> subStep;
43 std::vector< std::vector<float> > boundaries;
44 std::vector<float> refphi; // ref Phi for binH
45 std::vector< std::vector<std::pair<int,float> > > hbounds; // boundary for binH
46
47 };
48}
49
50#endif // GENERICBINUTILITY_P1_TRK_H
std::vector< unsigned int > bins
std::vector< int > option
std::vector< float > step
std::vector< std::vector< std::pair< int, float > > > hbounds
std::vector< float > subStep
std::vector< std::vector< float > > boundaries
std::vector< int > type
std::vector< float > min
std::vector< float > refphi
std::vector< int > binvalue
std::vector< float > max
Ensure that the ATLAS eigen extensions are properly loaded.