Popup to edit configuration data. More...
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <cstdlib>
#include <sys/types.h>
#include <unistd.h>
#include "TROOT.h"
#include "TApplication.h"
#include "TGCanvas.h"
#include "TGLabel.h"
#include "TGWindow.h"
#include "TGButton.h"
#include "TGTextEntry.h"
#include "nutools/EventDisplayBase/ParameterSetEdit.h"
#include "nutools/EventDisplayBase/NavState.h"
Go to the source code of this file.
Namespaces | |
evdb | |
Manage all things related to colors for the event display. | |
Functions | |
static void | evdb::parse_pset_string (const std::string &pset, std::vector< std::string > &names, std::vector< std::string > &values) |
Popup to edit configuration data.
Definition in file ParameterSetEdit.cxx.