1
2
3
4
5
6
7
8
9
10
11
12
|
/// \file IntegratedCalibrationPluginFactory.cc
///
/// \author G. Flucke - DESY
/// date: August 2012
/// $Revision: 1.77 $
/// $Date: 2011/09/06 13:46:08 $
/// (last update by $Author: mussgill $)
///
#include "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h"
EDM_REGISTER_PLUGINFACTORY(IntegratedCalibrationPluginFactory, "IntegratedCalibrationPluginFactory");
|