#include <TFileAdaptorLinkDef.h>
Public Member Functions | |
void | stats () const |
void | stats () const |
TFileAdaptorUI () | |
TFileAdaptorUI () | |
~TFileAdaptorUI () | |
~TFileAdaptorUI () | |
Private Attributes | |
boost::shared_ptr< TFileAdaptor > | me |
Definition at line 265 of file TFileAdaptor.cc.
TFileAdaptorUI::TFileAdaptorUI | ( | ) |
Definition at line 280 of file TFileAdaptor.cc.
References me.
{ edm::ActivityRegistry ar; const edm::ParameterSet param; me.reset(new TFileAdaptor(param, ar)); }
TFileAdaptorUI::~TFileAdaptorUI | ( | ) |
Definition at line 286 of file TFileAdaptor.cc.
{}
TFileAdaptorUI::TFileAdaptorUI | ( | ) |
TFileAdaptorUI::~TFileAdaptorUI | ( | ) |
void TFileAdaptorUI::stats | ( | ) | const |
Definition at line 288 of file TFileAdaptor.cc.
References gather_cfg::cout, and me.
void TFileAdaptorUI::stats | ( | ) | const |
boost::shared_ptr< TFileAdaptor > TFileAdaptorUI::me [private] |
Definition at line 275 of file TFileAdaptor.cc.
Referenced by stats(), and TFileAdaptorUI().