src
CondFormats
CSCObjects
interface
CSCobject.h
Go to the documentation of this file.
1
#ifndef CSCobject_h
2
#define CSCobject_h
3
4
#include <vector>
5
#include <map>
6
7
class
CSCobject
{
8
public
:
9
CSCobject
();
10
~CSCobject
();
11
12
std::map<int, std::vector<std::vector<float> > >
obj
;
13
};
14
15
#endif
CSCobject::~CSCobject
~CSCobject()
Definition:
CSCobject.cc:3
CSCobject
Definition:
CSCobject.h:7
CSCobject::CSCobject
CSCobject()
Definition:
CSCobject.cc:2
CSCobject::obj
std::map< int, std::vector< std::vector< float > > > obj
Definition:
CSCobject.h:12
Generated for CMSSW Reference Manual by
1.8.14