ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Trk::BinUtility_p1 Class Reference

#include <BinUtility_p1.h>

Collaboration diagram for Trk::BinUtility_p1:

Public Member Functions

 BinUtility_p1 ()
 

Public Attributes

std::vector< int > type
 
std::vector< int > option
 
std::vector< int > binvalue
 
std::vector< unsigned int > bins
 
std::vector< float > min
 
std::vector< float > max
 
std::vector< float > step
 
std::vector< float > subStep
 
std::vector< std::vector< float > > boundaries
 
std::vector< float > refphi
 
std::vector< std::vector< std::pair< int, float > > > hbounds
 

Detailed Description

Definition at line 18 of file BinUtility_p1.h.

Constructor & Destructor Documentation

◆ BinUtility_p1()

Trk::BinUtility_p1::BinUtility_p1 ( )
inline

Definition at line 21 of file BinUtility_p1.h.

21  :
22  type(),
23  option(),
24  binvalue(),
25  bins(),
26  min(),
27  max(),
28  step(),
29  subStep(),
30  boundaries(),
31  refphi(),
32  hbounds()
33  {}

Member Data Documentation

◆ bins

std::vector<unsigned int> Trk::BinUtility_p1::bins

Definition at line 38 of file BinUtility_p1.h.

◆ binvalue

std::vector<int> Trk::BinUtility_p1::binvalue

Definition at line 37 of file BinUtility_p1.h.

◆ boundaries

std::vector< std::vector<float> > Trk::BinUtility_p1::boundaries

Definition at line 43 of file BinUtility_p1.h.

◆ hbounds

std::vector< std::vector<std::pair<int,float> > > Trk::BinUtility_p1::hbounds

Definition at line 45 of file BinUtility_p1.h.

◆ max

std::vector<float> Trk::BinUtility_p1::max

Definition at line 40 of file BinUtility_p1.h.

◆ min

std::vector<float> Trk::BinUtility_p1::min

Definition at line 39 of file BinUtility_p1.h.

◆ option

std::vector<int> Trk::BinUtility_p1::option

Definition at line 36 of file BinUtility_p1.h.

◆ refphi

std::vector<float> Trk::BinUtility_p1::refphi

Definition at line 44 of file BinUtility_p1.h.

◆ step

std::vector<float> Trk::BinUtility_p1::step

Definition at line 41 of file BinUtility_p1.h.

◆ subStep

std::vector<float> Trk::BinUtility_p1::subStep

Definition at line 42 of file BinUtility_p1.h.

◆ type

std::vector<int> Trk::BinUtility_p1::type

Definition at line 35 of file BinUtility_p1.h.


The documentation for this class was generated from the following file:
Trk::BinUtility_p1::option
std::vector< int > option
Definition: BinUtility_p1.h:36
Trk::BinUtility_p1::binvalue
std::vector< int > binvalue
Definition: BinUtility_p1.h:37
Trk::BinUtility_p1::step
std::vector< float > step
Definition: BinUtility_p1.h:41
Trk::BinUtility_p1::refphi
std::vector< float > refphi
Definition: BinUtility_p1.h:44
Trk::BinUtility_p1::max
std::vector< float > max
Definition: BinUtility_p1.h:40
Trk::BinUtility_p1::subStep
std::vector< float > subStep
Definition: BinUtility_p1.h:42
Trk::BinUtility_p1::hbounds
std::vector< std::vector< std::pair< int, float > > > hbounds
Definition: BinUtility_p1.h:45
Trk::BinUtility_p1::min
std::vector< float > min
Definition: BinUtility_p1.h:39
Trk::BinUtility_p1::bins
std::vector< unsigned int > bins
Definition: BinUtility_p1.h:38
Trk::BinUtility_p1::type
std::vector< int > type
Definition: BinUtility_p1.h:35
Trk::BinUtility_p1::boundaries
std::vector< std::vector< float > > boundaries
Definition: BinUtility_p1.h:43