CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
DTVDriftCalibration::cellInfo Class Reference

Public Member Functions

void add (const std::vector< const TMax * > &tMaxes)
 
 cellInfo (const TString &name)
 
hTMaxCellgetHists ()
 
void update ()
 
 ~cellInfo ()
 

Private Member Functions

 cellInfo ()
 
 cellInfo (const cellInfo &)
 

Private Attributes

std::vector
< dttmaxenums::TMaxCells
addedCells
 
hTMaxCellhistos
 

Detailed Description

Definition at line 57 of file DTVDriftCalibration.h.

Constructor & Destructor Documentation

DTVDriftCalibration::cellInfo::cellInfo ( const TString &  name)
inline

Definition at line 59 of file DTVDriftCalibration.h.

References histos.

DTVDriftCalibration::cellInfo::~cellInfo ( )
inline

Definition at line 63 of file DTVDriftCalibration.h.

References histos.

63  {
64  delete histos;
65  }
DTVDriftCalibration::cellInfo::cellInfo ( )
inlineprivate

Definition at line 72 of file DTVDriftCalibration.h.

72 {};
DTVDriftCalibration::cellInfo::cellInfo ( const cellInfo )
inlineprivate

Definition at line 73 of file DTVDriftCalibration.h.

73 {};

Member Function Documentation

void DTVDriftCalibration::cellInfo::add ( const std::vector< const TMax * > &  tMaxes)

Definition at line 397 of file DTVDriftCalibration.cc.

Referenced by counter.Counter::register().

hTMaxCell* DTVDriftCalibration::cellInfo::getHists ( )
inline

Definition at line 69 of file DTVDriftCalibration.h.

References histos.

69 {return histos;}
void DTVDriftCalibration::cellInfo::update ( )
inline

Definition at line 68 of file DTVDriftCalibration.h.

References addedCells.

Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().

68 {addedCells.clear();}
std::vector< dttmaxenums::TMaxCells > addedCells

Member Data Documentation

std::vector<dttmaxenums::TMaxCells> DTVDriftCalibration::cellInfo::addedCells
private

Definition at line 73 of file DTVDriftCalibration.h.

Referenced by update().

hTMaxCell* DTVDriftCalibration::cellInfo::histos
private

Definition at line 76 of file DTVDriftCalibration.h.

Referenced by cellInfo(), getHists(), and ~cellInfo().