Skip to content

Commit

Permalink
Magnetic field payload producers including job configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Jul 12, 2013
1 parent 0f4acaa commit f1fd7e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CondCore/GeometryPlugins/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<use name="CondFormats/GeometryObjects"/>
<use name="CondCore/ESSources"/>
<use name="Geometry/Records"/>
<use name="MagneticField/Records"/>
<use name="CondFormats/DataRecord"/>
<library file="plugin.cc" name="CondCoreGeometryPluginsPlugins">
<flags EDM_PLUGIN="1"/>
Expand Down
2 changes: 2 additions & 0 deletions CondCore/GeometryPlugins/plugins/plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "CondFormats/Common/interface/FileBlob.h"
#include "Geometry/Records/interface/GeometryFileRcd.h"
#include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"

#include "CondFormats/GeometryObjects/interface/PGeometricDet.h"
#include "Geometry/Records/interface/IdealGeometryRecord.h"
Expand All @@ -28,6 +29,7 @@
#include "Geometry/Records/interface/PGeometricDetExtraRcd.h"

REGISTER_PLUGIN(GeometryFileRcd,FileBlob);
REGISTER_PLUGIN(IdealMagneticFieldRecord,FileBlob);
REGISTER_PLUGIN(IdealGeometryRecord,PGeometricDet);
REGISTER_PLUGIN(PGeometricDetExtraRcd,PGeometricDetExtra);
REGISTER_PLUGIN(PEcalBarrelRcd,PCaloGeometry);
Expand Down
3 changes: 3 additions & 0 deletions CondTools/Geometry/plugins/SealModules.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#include "CondTools/Geometry/plugins/XMLGeometryBuilder.h"
DEFINE_FWK_MODULE(XMLGeometryBuilder);

#include "CondTools/Geometry/plugins/XMLMagneticFieldGeometryBuilder.h"
DEFINE_FWK_MODULE(XMLMagneticFieldGeometryBuilder);

#include "CondTools/Geometry/plugins/PGeometricDetBuilder.h"
DEFINE_FWK_MODULE(PGeometricDetBuilder);

Expand Down

0 comments on commit f1fd7e6

Please sign in to comment.