CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
fwlite::internal::Data Struct Reference

#include <InternalDataKey.h>

Public Member Functions

 ~Data ()
 

Public Attributes

TBranch * branch_
 
Long64_t lastProduct_
 
edm::ObjectWithDict obj_
 
void * pObj_
 
edm::WrapperBase const * pProd_
 

Detailed Description

Definition at line 81 of file InternalDataKey.h.

Constructor & Destructor Documentation

fwlite::internal::Data::~Data ( )
inline

Definition at line 88 of file InternalDataKey.h.

References edm::ObjectWithDict::destruct(), and obj_.

88  {
89  obj_.destruct(true);
90  }
edm::ObjectWithDict obj_
void destruct(bool dealloc) const

Member Data Documentation

TBranch* fwlite::internal::Data::branch_
Long64_t fwlite::internal::Data::lastProduct_
edm::ObjectWithDict fwlite::internal::Data::obj_

Definition at line 84 of file InternalDataKey.h.

Referenced by fwlite::DataGetterHelper::getByLabel(), and ~Data().

void* fwlite::internal::Data::pObj_

Definition at line 85 of file InternalDataKey.h.

edm::WrapperBase const* fwlite::internal::Data::pProd_

Definition at line 86 of file InternalDataKey.h.