Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
IOPool
TFileAdaptor
src
TFileAdaptorLinkDef.h
Go to the documentation of this file.
1
#include "
IOPool/TFileAdaptor/interface/TStorageFactoryFile.h
"
2
#include "
IOPool/TFileAdaptor/interface/TStorageFactorySystem.h
"
3
4
#ifndef __MAKECINT__
5
#include <boost/shared_ptr.hpp>
6
#else
7
namespace
boost {
8
template
<
typename
T>
class
shared_ptr;
9
}
10
#endif
11
12
class
TFileAdaptor
;
13
14
class
TFileAdaptorUI
{
15
public
:
16
17
TFileAdaptorUI
();
18
~TFileAdaptorUI
();
19
void
stats
()
const
;
20
21
private
:
22
boost::shared_ptr<TFileAdaptor>
me
;
23
};
24
25
26
#ifdef __CINT__
27
28
#pragma link off all globals;
29
#pragma link off all classes;
30
#pragma link off all functions;
31
32
#pragma link C++ class TFileAdaptorUI;
33
34
#pragma link C++ class TStorageFactoryFile;
35
#pragma link C++ class TStorageFactorySystem;
36
37
#endif // __CINT__
TFileAdaptorUI::~TFileAdaptorUI
~TFileAdaptorUI()
Definition:
TFileAdaptor.cc:285
TFileAdaptorUI::me
boost::shared_ptr< TFileAdaptor > me
Definition:
TFileAdaptor.cc:274
TFileAdaptorUI::stats
void stats() const
Definition:
TFileAdaptor.cc:287
TFileAdaptorUI::TFileAdaptorUI
TFileAdaptorUI()
Definition:
TFileAdaptor.cc:279
TFileAdaptorUI
Definition:
TFileAdaptor.cc:264
TStorageFactoryFile.h
TFileAdaptor
Definition:
TFileAdaptor.h:17
TStorageFactorySystem.h
Generated for CMSSW Reference Manual by
1.8.5