Back to home page

EIC code displayed by LXR

 
 

    


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

0001 // $Id: ParserStandardList_vector_bool.cpp 2166 2016-03-17 16:37:06Z /DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=sailer/CN=683529/CN=Andre Sailer $
0002 //==========================================================================
0003 //  AIDA Detector description implementation 
0004 //--------------------------------------------------------------------------
0005 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0006 // All rights reserved.
0007 //
0008 // For the licensing terms see $DD4hepINSTALL/LICENSE.
0009 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0010 //
0011 //==========================================================================
0012 
0013 #include "Parsers/spirit/ParsersStandardListCommon.h"
0014 namespace dd4hep{ namespace Parsers{
0015 IMPLEMENT_STL_PARSER(std::vector,bool)
0016   }}