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

References hlt_dqm_clientPB-live_cfg::me.

259  {
261  const edm::ParameterSet param;
262  me = std::make_shared<TFileAdaptor>(param, ar); // propagate_const<T> has no reset() function
263 }
edm::propagate_const< std::shared_ptr< TFileAdaptor > > me
Definition: TFileAdaptor.h:74

◆ ~TFileAdaptorUI()

TFileAdaptorUI::~TFileAdaptorUI ( )

Definition at line 265 of file TFileAdaptor.cc.

265 {}

Member Function Documentation

◆ stats()

void TFileAdaptorUI::stats ( ) const

Definition at line 267 of file TFileAdaptor.cc.

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

267  {
268  me->stats(std::cout);
269  std::cout << std::endl;
270 }
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.