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 270 of file TFileAdaptor.cc.

References hlt_dqm_clientPB-live_cfg::me.

270  {
272  const edm::ParameterSet param;
273  me = std::make_shared<TFileAdaptor>(param, ar); // propagate_const<T> has no reset() function
274 }
edm::propagate_const< std::shared_ptr< TFileAdaptor > > me
Definition: TFileAdaptor.h:74

◆ ~TFileAdaptorUI()

TFileAdaptorUI::~TFileAdaptorUI ( )

Definition at line 276 of file TFileAdaptor.cc.

276 {}

Member Function Documentation

◆ stats()

void TFileAdaptorUI::stats ( ) const

Definition at line 278 of file TFileAdaptor.cc.

References gather_cfg::cout, and hlt_dqm_clientPB-live_cfg::me.

278  {
279  me->stats(std::cout);
280  std::cout << std::endl;
281 }
edm::propagate_const< std::shared_ptr< TFileAdaptor > > me
Definition: TFileAdaptor.h:74

Member Data Documentation

◆ me

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

Definition at line 74 of file TFileAdaptor.h.