Back to home page

EIC code displayed by LXR

 
 

    


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

0001 //==========================================================================
0002 //  LHCb Online software suite
0003 //--------------------------------------------------------------------------
0004 //  Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0005 //  All rights reserved.
0006 //
0007 //  For the licensing terms see OnlineSys/LICENSE.
0008 //
0009 //--------------------------------------------------------------------------
0010 //  ExtraProperties.cpp
0011 //--------------------------------------------------------------------------
0012 //
0013 //  Package    : Dataflow
0014 //
0015 //  Author     : Markus Frank
0016 //==========================================================================
0017 // Note:
0018 //
0019 // This is an example file, which shows how to instantiate extera parsers,
0020 // which are not part of DD4hep, but may be interesting for a
0021 // client application.
0022 //
0023 //==========================================================================
0024 
0025 /// Framework includes
0026 #include "Parsers/spirit/ParsersFactory.h"
0027 
0028 PARSERS_DEF_FOR_SINGLE(unsigned int)
0029 PARSERS_DEF_FOR_SINGLE(unsigned long)
0030 PARSERS_DEF_FOR_SINGLE(long long)
0031 PARSERS_DEF_FOR_SINGLE(unsigned long long)