ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TrigConf::HLTPrescaleSetCollection::cont Struct Reference

#include <HLTPrescaleSetCollection.h>

Collaboration diagram for TrigConf::HLTPrescaleSetCollection::cont:

Public Member Functions

 cont (unsigned int the_lb, unsigned int the_psk, HLTPrescaleSet *the_pss=0)
 

Public Attributes

unsigned int lb
 
unsigned int psk
 
HLTPrescaleSetpss
 

Detailed Description

Definition at line 28 of file HLTPrescaleSetCollection.h.

Constructor & Destructor Documentation

◆ cont()

TrigConf::HLTPrescaleSetCollection::cont::cont ( unsigned int  the_lb,
unsigned int  the_psk,
HLTPrescaleSet the_pss = 0 
)
inline

Definition at line 29 of file HLTPrescaleSetCollection.h.

29  :
30  lb(the_lb), psk(the_psk), pss(the_pss) {};

Member Data Documentation

◆ lb

unsigned int TrigConf::HLTPrescaleSetCollection::cont::lb

Definition at line 31 of file HLTPrescaleSetCollection.h.

◆ psk

unsigned int TrigConf::HLTPrescaleSetCollection::cont::psk

Definition at line 32 of file HLTPrescaleSetCollection.h.

◆ pss

HLTPrescaleSet* TrigConf::HLTPrescaleSetCollection::cont::pss

Definition at line 33 of file HLTPrescaleSetCollection.h.


The documentation for this struct was generated from the following file:
TrigConf::HLTPrescaleSetCollection::cont::lb
unsigned int lb
Definition: HLTPrescaleSetCollection.h:30
TrigConf::HLTPrescaleSetCollection::cont::psk
unsigned int psk
Definition: HLTPrescaleSetCollection.h:32
TrigConf::HLTPrescaleSetCollection::cont::pss
HLTPrescaleSet * pss
Definition: HLTPrescaleSetCollection.h:33