ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/CMSSW/Alignment/CommonAlignmentAlgorithm/src/SealModule.cc
Revision: 1.7
Committed: Fri Mar 2 12:16:56 2007 UTC (18 years, 2 months ago) by fronga
Content type: text/plain
Branch: MAIN
CVS Tags: CMSSW_1_4_10, CMSSW_1_4_9, CMSSW_1_4_8, V01-04-00-08, CMSSW_1_4_7, CMSSW_1_4_6, V01-04-00-07, V01-04-00-06, CMSSW_1_4_5, V01-04-00-05, CMSSW_1_4_3g483, CMSSW_1_4_4, CMSSW_1_4_3, V01-04-00-03, CMSSW_1_4_2, CMSSW_1_4_1, CMSSW_1_4_0_DAQ1, V01-04-00-02, CMSSW_1_4_0, CMSSW_1_4_0_pre7, CMSSW_1_4_0_pre6, CMSSW_1_4_0_pre5, V01-04-00-01, CMSSW_1_4_0_pre4, V01-05-00, V01-04-01, CMSSW_1_4_0_pre3, CMSSW_1_4_0_pre2, V01-04-00, V01-03-01, CMSSW_1_4_0_pre1, cklae_20070314, V01-02-00, V01-01-04
Branch point for: V01-04-00-04
Changes since 1.6: +1 -1 lines
Log Message:
Changed header location (see https://hypernews.cern.ch/HyperNews/CMS/get/swDevelopment/792/1.html)

File Contents

# User Rev Content
1 fpschill 1.1
2 ewidl 1.6 #include "Alignment/CommonAlignmentAlgorithm/interface/TrajectoryFactoryPlugin.h"
3     #include "Alignment/CommonAlignmentAlgorithm/interface/ReferenceTrajectoryFactory.h"
4    
5 fronga 1.7 #include "FWCore/PluginManager/interface/ModuleDef.h"
6 fpschill 1.1
7     DEFINE_SEAL_MODULE();
8 ewidl 1.6 DEFINE_SEAL_PLUGIN( TrajectoryFactoryPlugin, ReferenceTrajectoryFactory, "ReferenceTrajectoryFactory" );