ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/src/SealModules.cc
Revision: 1.7
Committed: Thu Jul 3 07:56:14 2008 UTC (16 years, 10 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_014pre1, Mit_013d, Mit_013c, Mit_013b, Mit_013a, Mit_013, Mit_013pre1, Mit_012i, Mit_012h, Mit_012g, Mit_012f, Mit_012e, Mit_012d, Mit_012c, Mit_012b, Mit_012a, Mit_012, Mit_011a, Mit_011, Mit_010a, Mit_010, Mit_009c, Mit_009b, Mit_009a, Mit_009, Mit_008, Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005, Mit_004, MITHEP_2_0_x
Changes since 1.6: +1 -2 lines
Log Message:
Coding Conventions

File Contents

# User Rev Content
1 loizides 1.7 // $Id: SealModules.cc,v 1.6 2008/07/01 14:38:33 loizides Exp $
2 loizides 1.1
3     #include "FWCore/PluginManager/interface/ModuleDef.h"
4     #include "FWCore/Framework/interface/MakerMacros.h"
5    
6 paus 1.5 #include "MitProd/TreeFiller/interface/FillMitTree.h"
7 loizides 1.1
8 paus 1.5 using mithep::FillMitTree;
9 loizides 1.1
10     DEFINE_SEAL_MODULE();
11 paus 1.5 DEFINE_ANOTHER_FWK_MODULE(FillMitTree);