CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
CSCobject Class Reference

#include <CSCobject.h>

Public Member Functions

 CSCobject ()
 
 ~CSCobject ()
 

Public Attributes

std::map< int, std::vector< std::vector< float > > > obj
 

Detailed Description

Definition at line 7 of file CSCobject.h.

Constructor & Destructor Documentation

◆ CSCobject()

CSCobject::CSCobject ( )

Definition at line 2 of file CSCobject.cc.

2 {}

◆ ~CSCobject()

CSCobject::~CSCobject ( )

Definition at line 3 of file CSCobject.cc.

3 {}

Member Data Documentation

◆ obj

std::map<int, std::vector<std::vector<float> > > CSCobject::obj

Definition at line 12 of file CSCobject.h.