CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
MatacqProducer::MatacqEventId Struct Reference

Public Member Functions

 MatacqEventId ()
 
 MatacqEventId (uint32_t r, uint32_t o)
 
bool operator< (const MatacqEventId &a)
 
bool operator== (const MatacqEventId &a)
 
bool operator> (const MatacqEventId &a)
 

Public Attributes

uint32_t orbit
 
uint32_t run
 

Detailed Description

Definition at line 53 of file MatacqProducer.h.

Constructor & Destructor Documentation

◆ MatacqEventId() [1/2]

MatacqProducer::MatacqEventId::MatacqEventId ( )
inline

Definition at line 54 of file MatacqProducer.h.

54 : run(0), orbit(0) {}

◆ MatacqEventId() [2/2]

MatacqProducer::MatacqEventId::MatacqEventId ( uint32_t  r,
uint32_t  o 
)
inline

Definition at line 55 of file MatacqProducer.h.

55 : run(r), orbit(o) {}

Member Function Documentation

◆ operator<()

bool MatacqProducer::MatacqEventId::operator< ( const MatacqEventId a)
inline

Definition at line 65 of file MatacqProducer.h.

65  {
66  return (this->run < a.run) || ((this->run == a.run) && (this->orbit < a.orbit));
67  }

References a.

◆ operator==()

bool MatacqProducer::MatacqEventId::operator== ( const MatacqEventId a)
inline

Definition at line 73 of file MatacqProducer.h.

73 { return !((*this) < a || (*this) > a); }

References a.

◆ operator>()

bool MatacqProducer::MatacqEventId::operator> ( const MatacqEventId a)
inline

Definition at line 69 of file MatacqProducer.h.

69  {
70  return (this->run > a.run) || ((this->run == a.run) && (this->orbit > a.orbit));
71  }

References a.

Member Data Documentation

◆ orbit

uint32_t MatacqProducer::MatacqEventId::orbit

Orbit id

Definition at line 63 of file MatacqProducer.h.

◆ run

uint32_t MatacqProducer::MatacqEventId::run
EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:36
MatacqProducer::MatacqEventId::orbit
uint32_t orbit
Definition: MatacqProducer.h:63
MatacqProducer::MatacqEventId::run
uint32_t run
Definition: MatacqProducer.h:59
a
double a
Definition: hdecay.h:119
alignCSCRings.r
r
Definition: alignCSCRings.py:93