CMS 3D CMS Logo

Public Member Functions | Private Attributes

TFileAdaptorUI Class Reference

#include <TFileAdaptorLinkDef.h>

List of all members.

Public Member Functions

void stats () const
void stats () const
 TFileAdaptorUI ()
 TFileAdaptorUI ()
 ~TFileAdaptorUI ()
 ~TFileAdaptorUI ()

Private Attributes

boost::shared_ptr< TFileAdaptorme

Detailed Description

Definition at line 215 of file TFileAdaptor.cc.


Constructor & Destructor Documentation

TFileAdaptorUI::TFileAdaptorUI ( )

Definition at line 230 of file TFileAdaptor.cc.

References me.

                               {
  edm::ActivityRegistry ar;
  const edm::ParameterSet param;
  me.reset(new TFileAdaptor(param, ar));
}
TFileAdaptorUI::~TFileAdaptorUI ( )

Definition at line 236 of file TFileAdaptor.cc.

{}
TFileAdaptorUI::TFileAdaptorUI ( )
TFileAdaptorUI::~TFileAdaptorUI ( )

Member Function Documentation

void TFileAdaptorUI::stats ( ) const

Definition at line 238 of file TFileAdaptor.cc.

References gather_cfg::cout, and me.

                                 {
  me->stats(std::cout); std::cout << std::endl;
}
void TFileAdaptorUI::stats ( ) const

Member Data Documentation

boost::shared_ptr< TFileAdaptor > TFileAdaptorUI::me [private]

Definition at line 225 of file TFileAdaptor.cc.

Referenced by stats(), and TFileAdaptorUI().