CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
MonitorTrackResidualsBase< pixel_or_strip >::HistoPair Struct Reference

Public Member Functions

 HistoPair ()
 

Public Attributes

MonitorElementbase
 
MonitorElementnormed
 

Detailed Description

template<TrackerType pixel_or_strip>
struct MonitorTrackResidualsBase< pixel_or_strip >::HistoPair

Definition at line 53 of file MonitorTrackResiduals.h.

Constructor & Destructor Documentation

template<TrackerType pixel_or_strip>
MonitorTrackResidualsBase< pixel_or_strip >::HistoPair::HistoPair ( )
inline

Definition at line 54 of file MonitorTrackResiduals.h.

References runEdmFileComparison::base.

54  {
55  base = nullptr;
56  normed = nullptr;
57  };

Member Data Documentation

template<TrackerType pixel_or_strip>
MonitorElement* MonitorTrackResidualsBase< pixel_or_strip >::HistoPair::base

Definition at line 57 of file MonitorTrackResiduals.h.

template<TrackerType pixel_or_strip>
MonitorElement* MonitorTrackResidualsBase< pixel_or_strip >::HistoPair::normed

Definition at line 59 of file MonitorTrackResiduals.h.