DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <JSON/Helper.h>
#include <JSON/DocumentHandler.h>
#include <JSON/Conversions.h>
#include <DD4hep/Plugins.h>
#include <DD4hep/Printout.h>
#include <DD4hep/IDDescriptor.h>
#include <DD4hep/detail/SegmentationsInterna.h>
#include <DD4hep/detail/DetectorInterna.h>
#include <DD4hep/detail/ObjectsInterna.h>
#include <iostream>
#include <boost/property_tree/json_parser.hpp>
Go to the source code of this file.
Namespaces | |
dd4hep | |
Namespace for the AIDA detector description toolkit. | |
Macros | |
#define | BOOST_BIND_GLOBAL_PLACEHOLDERS |
#define BOOST_BIND_GLOBAL_PLACEHOLDERS |
Note: This is experimental playground.
It should only proof the concept, that actually input parsers may be mixed: The MiniTel_json example starts with xml, then inputs a json file, which is processed here....
If json is supposed to be really used, then the corresponding machinery first has to be implemented, similar to simething like Compact or DDDB.
M. Frank
Definition at line 30 of file JsonProcessor.cpp.