Skip to content
Snippets Groups Projects
Commit 01f0b8ab authored by Nils Krumnack's avatar Nils Krumnack
Browse files

readd and fix instantiation of setProperty

parent 406cbf7c
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,20 @@ namespace {
};
}
#ifdef XAOD_STANDALONE
// Helper macro for declaring the setProperty functions to the dictionary:
#define SETPROPERTY_INSTAN( TYPE ) \
template StatusCode asg::AsgComponent::setProperty< TYPE >( const std::string&, \
const TYPE& )
// Declare all possible setProperty template instantiations to Reflex:
SETPROPERTY_INSTAN( ToolHandle<CP::IPhotonPointingTool > );
// Make the compiler forget about this macro now...
#undef SETPROPERTY_INSTAN
#endif // XAOD_STANDALONE
#endif // PhotonVertexSelection_PhotonVertexSelectionDict_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment