ATLAS Offline Software
Loading...
Searching...
No Matches
deltat_data Class Reference

#include <BcmCollisionTimeAlg.h>

Collaboration diagram for deltat_data:

Public Member Functions

 deltat_data ()
 deltat_data (unsigned int channel, unsigned int bcid, unsigned int position)

Public Attributes

unsigned int m_channel
unsigned int m_bcid
unsigned int m_position

Detailed Description

Definition at line 38 of file BcmCollisionTimeAlg.h.

Constructor & Destructor Documentation

◆ deltat_data() [1/2]

deltat_data::deltat_data ( )
inline

Definition at line 50 of file BcmCollisionTimeAlg.h.

50: m_channel(99), m_bcid(99), m_position(99) {}
unsigned int m_bcid
unsigned int m_position
unsigned int m_channel

◆ deltat_data() [2/2]

deltat_data::deltat_data ( unsigned int channel,
unsigned int bcid,
unsigned int position )
inline

Definition at line 52 of file BcmCollisionTimeAlg.h.

54 : m_channel(channel), m_bcid(bcid), m_position(position) {}

Member Data Documentation

◆ m_bcid

unsigned int deltat_data::m_bcid

Definition at line 46 of file BcmCollisionTimeAlg.h.

◆ m_channel

unsigned int deltat_data::m_channel

Definition at line 45 of file BcmCollisionTimeAlg.h.

◆ m_position

unsigned int deltat_data::m_position

Definition at line 47 of file BcmCollisionTimeAlg.h.


The documentation for this class was generated from the following file: