CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
TritonService::Model Struct Reference

#include <TritonService.h>

Public Member Functions

 Model (const std::string &path_="")
 

Public Attributes

std::unordered_set< unsigned > modules
 
std::string path
 
std::unordered_set< std::string > servers
 

Detailed Description

Definition at line 89 of file TritonService.h.

Constructor & Destructor Documentation

◆ Model()

TritonService::Model::Model ( const std::string &  path_ = "")
inline

Definition at line 90 of file TritonService.h.

90 : path(path_) {}
std::string & path_

Member Data Documentation

◆ modules

std::unordered_set<unsigned> TritonService::Model::modules

Definition at line 95 of file TritonService.h.

Referenced by postprocessor.PostProcessor::run().

◆ path

std::string TritonService::Model::path

Definition at line 93 of file TritonService.h.

Referenced by python.rootplot.rootmath.Target::__repr__().

◆ servers

std::unordered_set<std::string> TritonService::Model::servers

Definition at line 94 of file TritonService.h.