ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
deltat_data Class Reference

#include <InDetGlobalBCMTool.h>

Collaboration diagram for deltat_data:

Public Member Functions

 deltat_data ()
 
bool operator< (const deltat_data &data) const
 
 deltat_data ()
 
 deltat_data (unsigned int channel, unsigned int bcid, unsigned int position)
 

Public Attributes

unsigned int bcid
 
unsigned int bcid_max {}
 
unsigned int ecr
 
unsigned int position
 
unsigned int detector
 
unsigned int lvl1a
 
unsigned int m_channel
 
unsigned int m_bcid
 
unsigned int m_position
 

Detailed Description

Definition at line 142 of file InDetGlobalBCMTool.h.

Constructor & Destructor Documentation

◆ deltat_data() [1/3]

deltat_data::deltat_data ( )
inline

Definition at line 573 of file InDetGlobalBCMTool.cxx.

573  :
574  bcid(0),
575  ecr(0),
576  position(0),
577  detector(0),
578  lvl1a(0)
579 {
580 }

◆ deltat_data() [2/3]

deltat_data::deltat_data ( )

◆ deltat_data() [3/3]

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

Definition at line 52 of file BcmCollisionTimeAlg.h.

Member Function Documentation

◆ operator<()

bool deltat_data::operator< ( const deltat_data data) const

Definition at line 582 of file InDetGlobalBCMTool.cxx.

582  {
583  return (bcid<data.bcid);
584 }

Member Data Documentation

◆ bcid

unsigned int deltat_data::bcid

Definition at line 144 of file InDetGlobalBCMTool.h.

◆ bcid_max

unsigned int deltat_data::bcid_max {}

Definition at line 145 of file InDetGlobalBCMTool.h.

◆ detector

unsigned int deltat_data::detector

Definition at line 148 of file InDetGlobalBCMTool.h.

◆ ecr

unsigned int deltat_data::ecr

Definition at line 146 of file InDetGlobalBCMTool.h.

◆ lvl1a

unsigned int deltat_data::lvl1a

Definition at line 149 of file InDetGlobalBCMTool.h.

◆ 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.

◆ position

unsigned int deltat_data::position

Definition at line 147 of file InDetGlobalBCMTool.h.


The documentation for this class was generated from the following files:
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
deltat_data::ecr
unsigned int ecr
Definition: InDetGlobalBCMTool.h:146
plotting.yearwise_efficiency.channel
channel
Definition: yearwise_efficiency.py:28
deltat_data::bcid
unsigned int bcid
Definition: InDetGlobalBCMTool.h:144
deltat_data::m_channel
unsigned int m_channel
Definition: BcmCollisionTimeAlg.h:45
deltat_data::detector
unsigned int detector
Definition: InDetGlobalBCMTool.h:148
deltat_data::position
unsigned int position
Definition: InDetGlobalBCMTool.h:147
deltat_data::m_bcid
unsigned int m_bcid
Definition: BcmCollisionTimeAlg.h:46
deltat_data::lvl1a
unsigned int lvl1a
Definition: InDetGlobalBCMTool.h:149
deltat_data::m_position
unsigned int m_position
Definition: BcmCollisionTimeAlg.h:47