CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Types | Public Attributes | Private Member Functions | Friends
QGLikelihoodObject Struct Reference

QGLikelihoodObject containing valid range and entries with category and histogram (mean is not used anymore, only for backward backward compatibility with older DB constructs) More...

#include <QGLikelihoodObject.h>

Classes

struct  Entry
 

Public Types

typedef
PhysicsTools::Calibration::HistogramF 
Histogram
 

Public Attributes

std::vector< Entrydata
 
QGLikelihoodCategory qgValidRange
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

QGLikelihoodObject containing valid range and entries with category and histogram (mean is not used anymore, only for backward backward compatibility with older DB constructs)

Definition at line 22 of file QGLikelihoodObject.h.

Member Typedef Documentation

Definition at line 23 of file QGLikelihoodObject.h.

Member Function Documentation

template<class Archive >
void QGLikelihoodObject::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 34 of file QGLikelihoodObject.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 34 of file QGLikelihoodObject.h.

Member Data Documentation

std::vector<Entry> QGLikelihoodObject::data
QGLikelihoodCategory QGLikelihoodObject::qgValidRange

Definition at line 32 of file QGLikelihoodObject.h.

Referenced by QGLikelihoodDBWriter::beginJob().