ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_Pulse Struct Reference

#include <BCMOverlay.h>

Collaboration diagram for BCM_Pulse:

Public Member Functions

 BCM_Pulse (unsigned int p_, unsigned int w_)

Public Attributes

unsigned int p {}
unsigned int w {}

Detailed Description

Definition at line 18 of file BCMOverlay.h.

Constructor & Destructor Documentation

◆ BCM_Pulse()

BCM_Pulse::BCM_Pulse ( unsigned int p_,
unsigned int w_ )
inline

Definition at line 19 of file BCMOverlay.h.

19{p = p_; w = w_;};
unsigned int w
Definition BCMOverlay.h:21
unsigned int p
Definition BCMOverlay.h:20

Member Data Documentation

◆ p

unsigned int BCM_Pulse::p {}

Definition at line 20 of file BCMOverlay.h.

20{};

◆ w

unsigned int BCM_Pulse::w {}

Definition at line 21 of file BCMOverlay.h.

21{};

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