CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
DataFormats_MuonReco::dictionary::edm::ProductID Class Reference

#include <classes.h>

Public Member Functions

ProductIndex id () const
 
bool isValid () const
 
ProcessIndex processIndex () const
 
 ProductID ()
 
 ProductID (ProductIndex prodIndex)
 
 ProductID (ProcessIndex procIndex, ProductIndex prodIndex)
 
ProcessIndex productIndex () const
 
void reset ()
 
void swap (ProductID &other)
 

Private Attributes

ProcessIndex processIndex_
 
ProductIndex productIndex_
 

Detailed Description

Definition at line 28 of file classes.h.

Constructor & Destructor Documentation

DataFormats_MuonReco::dictionary::edm::ProductID::ProductID ( )
inline

Definition at line 30 of file classes.h.

36  {
DataFormats_MuonReco::dictionary::edm::ProductID::ProductID ( ProductIndex  prodIndex)
inlineexplicit

Definition at line 33 of file classes.h.

36 {
DataFormats_MuonReco::dictionary::edm::ProductID::ProductID ( ProcessIndex  procIndex,
ProductIndex  prodIndex 
)
inline

Definition at line 34 of file classes.h.

36  {

Member Function Documentation

ProductIndex DataFormats_MuonReco::dictionary::edm::ProductID::id ( ) const
inline

Definition at line 39 of file classes.h.

bool DataFormats_MuonReco::dictionary::edm::ProductID::isValid ( void  ) const
inline

Definition at line 36 of file classes.h.

Referenced by core.AutoHandle.AutoHandle::ReallyLoad().

36 {
ProcessIndex DataFormats_MuonReco::dictionary::edm::ProductID::processIndex ( ) const
inline

Definition at line 37 of file classes.h.

37 {
ProcessIndex DataFormats_MuonReco::dictionary::edm::ProductID::productIndex ( ) const
inline

Definition at line 38 of file classes.h.

void DataFormats_MuonReco::dictionary::edm::ProductID::reset ( void  )
inline

Definition at line 40 of file classes.h.

void DataFormats_MuonReco::dictionary::edm::ProductID::swap ( ProductID other)

Member Data Documentation

ProcessIndex DataFormats_MuonReco::dictionary::edm::ProductID::processIndex_
private

Definition at line 45 of file classes.h.

ProductIndex DataFormats_MuonReco::dictionary::edm::ProductID::productIndex_
private

Definition at line 46 of file classes.h.