CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions
edm::refhelper::FindForDetSetVector< T > Class Template Reference

#include <DetSetVector.h>

Inheritance diagram for edm::refhelper::FindForDetSetVector< T >:

Public Types

typedef FindForDetSetVector< Tself
 

Public Member Functions

self::result_type operator() (typename self::first_argument_type iContainer, typename self::second_argument_type iIndex)
 

Detailed Description

template<typename T>
class edm::refhelper::FindForDetSetVector< T >

Definition at line 447 of file DetSetVector.h.

Member Typedef Documentation

template<typename T >
typedef FindForDetSetVector<T> edm::refhelper::FindForDetSetVector< T >::self

Definition at line 449 of file DetSetVector.h.

Member Function Documentation

template<typename T >
self::result_type edm::refhelper::FindForDetSetVector< T >::operator() ( typename self::first_argument_type  iContainer,
typename self::second_argument_type  iIndex 
)
inline

Definition at line 450 of file DetSetVector.h.

450  {
451  return &(*(iContainer.find(iIndex.first)->data.begin()+iIndex.second));
452  }