00001 #ifndef PATINTERFACES_SYSTEMATICS_UTIL_H
00002 #define PATINTERFACES_SYSTEMATICS_UTIL_H
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include <PATInterfaces/Global.h>
00012 #include <vector>
00013
00014 namespace CP
00015 {
00020
00030 std::vector<CP::SystematicSet>
00031 make_systematics_vector (const SystematicSet& systematics);
00032 }
00033
00034 #endif