#include <JetResolutionObject.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 225 of file JetResolutionObject.h.
JME::JetResolutionObject::Record::Record |
( |
| ) |
|
|
inline |
JME::JetResolutionObject::Record::Record |
( |
const std::string & |
record, |
|
|
const Definition & |
def |
|
) |
| |
const std::vector<Range>& JME::JetResolutionObject::Record::getBinsRange |
( |
| ) |
const |
|
inline |
const std::vector<float>& JME::JetResolutionObject::Record::getParametersValues |
( |
| ) |
const |
|
inline |
const std::vector<Range>& JME::JetResolutionObject::Record::getVariablesRange |
( |
| ) |
const |
|
inline |
size_t JME::JetResolutionObject::Record::nParameters |
( |
| ) |
const |
|
inline |
size_t JME::JetResolutionObject::Record::nVariables |
( |
| ) |
const |
|
inline |
template<class Archive >
void JME::JetResolutionObject::Record::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >
std::vector<Range> JME::JetResolutionObject::Record::m_bins_range |
|
private |
std::vector<float> JME::JetResolutionObject::Record::m_parameters_values |
|
private |
std::vector<Range> JME::JetResolutionObject::Record::m_variables_range |
|
private |