CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
math::Graph< N, E >::value_type Struct Reference

#include <Graph.h>

Public Member Functions

N firstToValue () const
 
secondToValue () const
 
 value_type (const N &n, const E &e)
 

Public Attributes

const Nfirst
 
const E & second
 

Detailed Description

template<class N, class E>
struct math::Graph< N, E >::value_type

Definition at line 111 of file Graph.h.

Constructor & Destructor Documentation

template<class N, class E>
math::Graph< N, E >::value_type::value_type ( const N n,
const E &  e 
)
inline

Definition at line 112 of file Graph.h.

Member Function Documentation

template<class N, class E>
N math::Graph< N, E >::value_type::firstToValue ( ) const
inline

Definition at line 115 of file Graph.h.

References plotBeamSpotDB::first.

115 { return first; }
template<class N, class E>
E math::Graph< N, E >::value_type::secondToValue ( ) const
inline

Definition at line 116 of file Graph.h.

References edm::second().

116 { return second; }
const E & second
Definition: Graph.h:114

Member Data Documentation

template<class N, class E>
const N& math::Graph< N, E >::value_type::first

Definition at line 113 of file Graph.h.

template<class N, class E>
const E& math::Graph< N, E >::value_type::second

Definition at line 114 of file Graph.h.