ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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) {}

◆ 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:
plotting.yearwise_efficiency.channel
channel
Definition: yearwise_efficiency.py:24
deltat_data::m_channel
unsigned int m_channel
Definition: BcmCollisionTimeAlg.h:45
xAOD::bcid
setEventNumber setTimeStamp bcid
Definition: EventInfo_v1.cxx:133
deltat_data::m_bcid
unsigned int m_bcid
Definition: BcmCollisionTimeAlg.h:46
deltat_data::m_position
unsigned int m_position
Definition: BcmCollisionTimeAlg.h:47