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

Member Data Documentation

◆ p

unsigned int BCM_Pulse::p

Definition at line 20 of file BCMOverlay.h.

◆ w

unsigned int BCM_Pulse::w

Definition at line 21 of file BCMOverlay.h.


The documentation for this struct was generated from the following file:
BCM_Pulse::p
unsigned int p
Definition: BCMOverlay.h:19
BCM_Pulse::w
unsigned int w
Definition: BCMOverlay.h:21