#include <HLTResult.h>
Public Member Functions | |
HLTResult () | |
HLTResult (word w[]) | |
template<unsigned short i> | |
bool | match () const |
template<unsigned short i> | |
void | set () |
template<unsigned short i> | |
void | unSet () |
Private Types | |
enum | { wordSize = sizeof( word ), size = 1 + ( numberOfBits - 1 ) / wordSize } |
typedef hlt::wordConstants < numberOfBits, word > | wordConstants |
Private Member Functions | |
BOOST_STATIC_ASSERT (numberOfBits > 0) | |
Private Attributes | |
word | words_ [size] |
Definition at line 39 of file HLTResult.h.
|
private |
Definition at line 62 of file HLTResult.h.
|
private |
Enumerator | |
---|---|
wordSize | |
size |
Definition at line 63 of file HLTResult.h.
|
inline |
Definition at line 42 of file HLTResult.h.
References lumiContext::fill, reco::HLTResult< numberOfBits, word >::size, and reco::HLTResult< numberOfBits, word >::words_.
|
inline |
Definition at line 43 of file HLTResult.h.
References filterCSVwithJSON::copy, reco::HLTResult< numberOfBits, word >::size, and reco::HLTResult< numberOfBits, word >::words_.
|
private |
|
inline |
Definition at line 46 of file HLTResult.h.
References relativeConstraints::value, and reco::HLTResult< numberOfBits, word >::words_.
|
inline |
Definition at line 51 of file HLTResult.h.
References relativeConstraints::value, and reco::HLTResult< numberOfBits, word >::words_.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
inline |
Definition at line 56 of file HLTResult.h.
References relativeConstraints::value, and reco::HLTResult< numberOfBits, word >::words_.
|
private |
Definition at line 64 of file HLTResult.h.
Referenced by reco::HLTResult< numberOfBits, word >::HLTResult(), reco::HLTResult< numberOfBits, word >::match(), reco::HLTResult< numberOfBits, word >::set(), and reco::HLTResult< numberOfBits, word >::unSet().