Skip to content

Commit

Permalink
Add serialize method.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed May 9, 2014
1 parent 52e025c commit c6e0f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CondFormats/JetMETObjects/interface/QGLikelihoodObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ struct QGLikelihoodSystematicsObject{
struct Entry{
QGLikelihoodCategory systCategory;
float a, b, lmin, lmax;
COND_SERIALIZABLE;
};
std::vector<Entry> data;
COND_SERIALIZABLE;
Expand Down

0 comments on commit c6e0f02

Please sign in to comment.