CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions | Variables
edm::es Namespace Reference

Classes

struct  L
 
struct  Label
 

Functions

template<int ILabel, typename T >
L< T, ILabel > l (boost::shared_ptr< T > &iP)
 
Label label (const std::string &iString, int iIndex)
 
Label label (int iIndex, const std::string &iString)
 
template<typename T , typename S >
ESProducts< T, S > products (const T &i1, const S &i2)
 
template<typename T , typename S , typename U >
ESProducts< T, S, U > products (const T &i1, const S &i2, const U &i3)
 

Variables

eventsetup::produce::Produce produced
 

Function Documentation

template<int ILabel, typename T >
L<T,ILabel> edm::es::l ( boost::shared_ptr< T > &  iP)

Definition at line 48 of file es_Label.h.

References cond::rpcobtemp::temp.

48  {
49  L<T,ILabel> temp(iP);
50  return temp;
51  }
Label edm::es::label ( const std::string &  iString,
int  iIndex 
)
inline

Definition at line 90 of file es_Label.h.

References SiStripGain_Fake_cff::Label.

Referenced by PhysicsTools::MVATrainerContainerLooperImpl< Record_t >::MVATrainerContainerLooperImpl().

90  {
91  return Label(iString, iIndex);
92  }
Label edm::es::label ( int  iIndex,
const std::string &  iString 
)
inline

Definition at line 93 of file es_Label.h.

References SiStripGain_Fake_cff::Label.

93  {
94  return Label(iString, iIndex);
95  }
template<typename T , typename S >
ESProducts<T,S> edm::es::products ( const T &  i1,
const S &  i2 
)
template<typename T , typename S , typename U >
ESProducts<T,S, U> edm::es::products ( const T &  i1,
const S &  i2,
const U &  i3 
)

Definition at line 193 of file ESProducts.h.

References produced.

193  {
194  return ESProducts<T,S,U>(produced << i1 << i2 << i3);
195  }
eventsetup::produce::Produce produced
Definition: ESProducts.cc:21

Variable Documentation

eventsetup::produce::Produce edm::es::produced