LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::EventSelector::BitInfo Struct Reference

Public Member Functions

 BitInfo (unsigned const pos, bool const state)
 

Public Attributes

unsigned int pos_ {}
 
bool accept_state_ {false}
 

Detailed Description

Definition at line 57 of file EventSelector.h.

Constructor & Destructor Documentation

art::EventSelector::BitInfo::BitInfo ( unsigned const  pos,
bool const  state 
)
inline

Definition at line 58 of file EventSelector.h.

59  : pos_{pos}, accept_state_{state}
60  {}

Member Data Documentation

bool art::EventSelector::BitInfo::accept_state_ {false}

Definition at line 62 of file EventSelector.h.

unsigned int art::EventSelector::BitInfo::pos_ {}

Definition at line 61 of file EventSelector.h.


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