ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TrigZFinderInternal::vertex Struct Reference

#include <TrigZFinderInternal.h>

Collaboration diagram for TrigZFinderInternal::vertex:

Public Member Functions

 vertex (double z, double weight)
 

Public Attributes

double _z
 
double _weight
 

Detailed Description

Definition at line 38 of file TrigZFinderInternal.h.

Constructor & Destructor Documentation

◆ vertex()

TrigZFinderInternal::vertex::vertex ( double  z,
double  weight 
)
inline

Definition at line 39 of file TrigZFinderInternal.h.

39 : _z(z), _weight(weight) { }

Member Data Documentation

◆ _weight

double TrigZFinderInternal::vertex::_weight

Definition at line 41 of file TrigZFinderInternal.h.

◆ _z

double TrigZFinderInternal::vertex::_z

Definition at line 40 of file TrigZFinderInternal.h.


The documentation for this struct was generated from the following file:
dqt_zlumi_pandas.weight
int weight
Definition: dqt_zlumi_pandas.py:200
z
#define z
TrigZFinderInternal::vertex::_weight
double _weight
Definition: TrigZFinderInternal.h:41
TrigZFinderInternal::vertex::_z
double _z
Definition: TrigZFinderInternal.h:40