ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MuonCalib::EventHandler::AuthorIndices Struct Reference

#include <EventHandler.h>

Collaboration diagram for MuonCalib::EventHandler::AuthorIndices:

Public Member Functions

 AuthorIndices (int s, int t)
 

Public Attributes

int segment
 
int track
 

Detailed Description

Definition at line 25 of file EventHandler.h.

Constructor & Destructor Documentation

◆ AuthorIndices()

MuonCalib::EventHandler::AuthorIndices::AuthorIndices ( int  s,
int  t 
)
inline

Definition at line 26 of file EventHandler.h.

26 : segment{s}, track{t} {}

Member Data Documentation

◆ segment

int MuonCalib::EventHandler::AuthorIndices::segment

Definition at line 27 of file EventHandler.h.

◆ track

int MuonCalib::EventHandler::AuthorIndices::track

Definition at line 28 of file EventHandler.h.


The documentation for this struct was generated from the following file:
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
MuonCalib::EventHandler::AuthorIndices::track
int track
Definition: EventHandler.h:28
MuonCalib::EventHandler::AuthorIndices::segment
int segment
Definition: EventHandler.h:27