CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
TFileAdaptorUI Class Reference

#include <TFileAdaptor.h>

Public Member Functions

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

Private Attributes

edm::propagate_const< std::shared_ptr< TFileAdaptor > > me
 

Detailed Description

Definition at line 65 of file TFileAdaptor.h.

Constructor & Destructor Documentation

◆ TFileAdaptorUI()

TFileAdaptorUI::TFileAdaptorUI ( )

Definition at line 258 of file TFileAdaptor.cc.

258  {
260  const edm::ParameterSet param;
261  me = std::make_shared<TFileAdaptor>(param, ar); // propagate_const<T> has no reset() function
262 }

References me.

◆ ~TFileAdaptorUI()

TFileAdaptorUI::~TFileAdaptorUI ( )

Definition at line 264 of file TFileAdaptor.cc.

264 {}

Member Function Documentation

◆ stats()

void TFileAdaptorUI::stats ( ) const

Definition at line 266 of file TFileAdaptor.cc.

266  {
267  me->stats(std::cout);
268  std::cout << std::endl;
269 }

References gather_cfg::cout, and me.

Member Data Documentation

◆ me

edm::propagate_const<std::shared_ptr<TFileAdaptor> > TFileAdaptorUI::me
private

Definition at line 74 of file TFileAdaptor.h.

Referenced by stats(), and TFileAdaptorUI().

TFileAdaptorUI::me
edm::propagate_const< std::shared_ptr< TFileAdaptor > > me
Definition: TFileAdaptor.h:74
gather_cfg.cout
cout
Definition: gather_cfg.py:144
edm::ActivityRegistry
Definition: ActivityRegistry.h:133
edm::ParameterSet
Definition: ParameterSet.h:47