#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 222 of file TFileAdaptor.cc.
TFileAdaptorUI::TFileAdaptorUI | ( | ) |
Definition at line 235 of file TFileAdaptor.cc.
References me.
{ edm::ActivityRegistry ar; const edm::ParameterSet param; me.reset(new TFileAdaptor(param,ar)); }
TFileAdaptorUI::~TFileAdaptorUI | ( | ) |
Definition at line 241 of file TFileAdaptor.cc.
{}
TFileAdaptorUI::TFileAdaptorUI | ( | ) |
TFileAdaptorUI::~TFileAdaptorUI | ( | ) |
void TFileAdaptorUI::stats | ( | ) | const |
Definition at line 243 of file TFileAdaptor.cc.
References gather_cfg::cout, and me.
void TFileAdaptorUI::stats | ( | ) | const |
boost::shared_ptr< TFileAdaptor > TFileAdaptorUI::me [private] |
Definition at line 232 of file TFileAdaptor.cc.
Referenced by stats(), and TFileAdaptorUI().