CMS 3D CMS Logo

Public Member Functions | Public Attributes

PhysicsTools::Calibration::BitSet Class Reference

#include <MVAComputer.h>

List of all members.

Public Member Functions

BitSetoperator= (const BitSet &other)

Public Attributes

unsigned int bitsInLast
std::vector< unsigned char > store

Detailed Description

Definition at line 26 of file MVAComputer.h.


Member Function Documentation

BitSet& PhysicsTools::Calibration::BitSet::operator= ( const BitSet other) [inline]

Definition at line 29 of file MVAComputer.h.

References bitsInLast, and store.

        { store = other.store; bitsInLast = other.bitsInLast; return *this; }

Member Data Documentation

Definition at line 33 of file MVAComputer.h.

Referenced by PhysicsTools::Calibration::convert(), and operator=().

std::vector<unsigned char> PhysicsTools::Calibration::BitSet::store

Definition at line 32 of file MVAComputer.h.

Referenced by PhysicsTools::Calibration::convert(), and operator=().