Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-31 09:20:18

0001 //==============================================================================
0002 //  AIDA Detector description implementation for LHCb
0003 //------------------------------------------------------------------------------
0004 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0005 // All rights reserved.
0006 //
0007 // For the licensing terms see $DD4hepINSTALL/LICENSE.
0008 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0009 //
0010 //  \author   Markus Frank
0011 //  \date     2018-03-08
0012 //  \version  1.0
0013 //
0014 //==============================================================================
0015 
0016 // A bit of magic
0017 
0018 // Framework include files
0019 #include "Detector/DeVelo.h"
0020 #include "DD4hep/detail/Handle.inl"
0021 
0022 // This is some magic you do not really want to know about....
0023 using namespace gaudi::detail;
0024 
0025 DD4HEP_INSTANTIATE_HANDLE_UNNAMED(DeVeloSensorStaticObject,DeStaticObject,ConditionObject);
0026 DD4HEP_INSTANTIATE_HANDLE_UNNAMED(DeVeloGenericStaticObject,DeStaticObject,ConditionObject);
0027 DD4HEP_INSTANTIATE_HANDLE_UNNAMED(DeVeloStaticObject,DeVeloGenericStaticObject,DeStaticObject,ConditionObject);
0028 
0029 DD4HEP_INSTANTIATE_HANDLE_UNNAMED(DeVeloSensorObject,DeIOVObject,ConditionObject);
0030 DD4HEP_INSTANTIATE_HANDLE_UNNAMED(DeVeloGenericObject,DeIOVObject,ConditionObject);
0031 DD4HEP_INSTANTIATE_HANDLE_UNNAMED(DeVeloObject,DeVeloGenericObject,DeIOVObject,ConditionObject);