CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::PlaceInPathContext Class Reference

#include <PlaceInPathContext.h>

Public Member Functions

PathContext const * pathContext () const
 
unsigned int placeInPath () const
 
 PlaceInPathContext (unsigned int)
 
void setPathContext (PathContext const *v)
 

Private Attributes

PathContext const * pathContext_
 
unsigned int placeInPath_
 

Detailed Description

Description: Holds context information to indentify the position within a sequence of modules in a path.

Definition at line 19 of file PlaceInPathContext.h.

Constructor & Destructor Documentation

◆ PlaceInPathContext()

edm::PlaceInPathContext::PlaceInPathContext ( unsigned int  placeInPath)

Definition at line 8 of file PlaceInPathContext.cc.

PathContext const * pathContext_
unsigned int placeInPath() const

Member Function Documentation

◆ pathContext()

PathContext const* edm::PlaceInPathContext::pathContext ( ) const
inline

◆ placeInPath()

unsigned int edm::PlaceInPathContext::placeInPath ( ) const
inline

◆ setPathContext()

void edm::PlaceInPathContext::setPathContext ( PathContext const *  v)
inline

Definition at line 26 of file PlaceInPathContext.h.

References pathContext_, and findQualityFiles::v.

Referenced by edm::WorkerInPath::setPathContext().

Member Data Documentation

◆ pathContext_

PathContext const* edm::PlaceInPathContext::pathContext_
private

Definition at line 30 of file PlaceInPathContext.h.

Referenced by pathContext(), and setPathContext().

◆ placeInPath_

unsigned int edm::PlaceInPathContext::placeInPath_
private

Definition at line 29 of file PlaceInPathContext.h.

Referenced by placeInPath().