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 ( )

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 }
edm::propagate_const< std::shared_ptr< TFileAdaptor > > me
Definition: TFileAdaptor.h:74
TFileAdaptorUI::~TFileAdaptorUI ( )

Definition at line 264 of file TFileAdaptor.cc.

264 {}

Member Function Documentation

void TFileAdaptorUI::stats ( ) const

Definition at line 266 of file TFileAdaptor.cc.

References gather_cfg::cout.

266  {
267  me->stats(std::cout);
268  std::cout << std::endl;
269 }
edm::propagate_const< std::shared_ptr< TFileAdaptor > > me
Definition: TFileAdaptor.h:74

Member Data Documentation

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

Definition at line 74 of file TFileAdaptor.h.