CMS 3D CMS Logo

SerializationManual.h
Go to the documentation of this file.
1 
2 #include "boost/serialization/assume_abstract.hpp"
4 
5 // take care of instantiating the concrete templates:
6 
9 
12 
15 
18 
19 // take care of inhertitance chains:
20 
22 
26 
27 
28 BOOST_SERIALIZATION_ASSUME_ABSTRACT(PhysicsTools::Calibration::VarProcessor);
29 
30 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::VarProcessor)
31 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcOptional)
32 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcCount)
33 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcClassed)
34 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcSplitter)
35 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcForeach)
36 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcSort)
37 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcCategory)
38 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcNormalize)
39 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcLikelihood)
40 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcLinear)
41 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcMultiply)
42 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcMatrix)
43 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcExternal)
44 COND_SERIALIZABLE_POLYMORPHIC(PhysicsTools::Calibration::ProcMLP)
COND_SERIALIZATION_INSTANTIATE(fixedArray< unsigned short, 2097 >)
BOOST_SERIALIZATION_ASSUME_ABSTRACT(PerformancePayload)
#define COND_SERIALIZABLE_POLYMORPHIC(T)
Definition: Serializable.h:52