#include "boost/filesystem.hpp"
#include "boost/property_tree/ptree.hpp"
#include "boost/property_tree/json_parser.hpp"
#include "TROOT.h"
#include "TCanvas.h"
#include "TLegend.h"
#include "TGraph.h"
Go to the source code of this file.
|
template<typename T , typename... Args> |
T * | Get (Args... args) |
|
◆ Get()
template<typename T , typename... Args>
Definition at line 122 of file Trend.h.
References writedatasetfile::args.
Referenced by plotscripts::curvatureplot(), FWLiteJobMetadataManager::doUpdate(), python.rootplot.utilities.RootFile::get(), dqm_interfaces.DQMRootFile::getObj(), jetHtPlotter(), python.rootplot.rootmath::main(), plotscripts::mapplot(), python.rootplot.rootmath::newadd(), DQMIO2histo.DQMIO::print_index(), PreparePVTrends::processData(), DQM.DQMReader::read_objects_dqmio(), DQM.DQMReader::read_objects_root(), plotscripts::segdiff(), plotscripts::segdiff_xalign(), and DQMIO2histo.DQMIO::write_to_file().
123 return dynamic_cast<T*
>(gDirectory->Get(
args...));