CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
ProcessCallGraph::PathType Struct Reference

#include <ProcessCallGraph.h>

Public Member Functions

PathTypeoperator= (PathType const &other)=default
 
 PathType ()=default
 
 PathType (std::string name, std::vector< unsigned int > mop, std::vector< unsigned int > mad, std::vector< unsigned int > ldom)
 
 PathType (PathType const &other)=default
 
 PathType (PathType &&other)=default
 
 ~PathType ()=default
 

Public Attributes

std::vector< unsigned int > last_dependency_of_module_
 
std::vector< unsigned int > modules_and_dependencies_
 
std::vector< unsigned int > modules_on_path_
 
std::string name_
 

Detailed Description

Definition at line 52 of file ProcessCallGraph.h.

Constructor & Destructor Documentation

ProcessCallGraph::PathType::PathType ( )
default
ProcessCallGraph::PathType::PathType ( std::string  name,
std::vector< unsigned int >  mop,
std::vector< unsigned int >  mad,
std::vector< unsigned int >  ldom 
)
inline

Definition at line 60 of file ProcessCallGraph.h.

References trackingPlots::other.

60  :
65  { }
std::vector< unsigned int > modules_on_path_
std::vector< unsigned int > modules_and_dependencies_
std::vector< unsigned int > last_dependency_of_module_
def move(src, dest)
Definition: eostools.py:511
ProcessCallGraph::PathType::PathType ( PathType const &  other)
default
ProcessCallGraph::PathType::PathType ( PathType &&  other)
default
ProcessCallGraph::PathType::~PathType ( )
default

Member Function Documentation

PathType& ProcessCallGraph::PathType::operator= ( PathType const &  other)
default

Member Data Documentation

std::vector<unsigned int> ProcessCallGraph::PathType::last_dependency_of_module_

Definition at line 56 of file ProcessCallGraph.h.

std::vector<unsigned int> ProcessCallGraph::PathType::modules_and_dependencies_
std::vector<unsigned int> ProcessCallGraph::PathType::modules_on_path_

Definition at line 54 of file ProcessCallGraph.h.

std::string ProcessCallGraph::PathType::name_

Definition at line 53 of file ProcessCallGraph.h.

Referenced by FastTimerService::PlotsPerPath::book().