CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions
DTSurvey.h File Reference
#include "TMatrixD.h"

Go to the source code of this file.

Classes

class  DTSurvey
 
class  edm::ESHandle< class >
 

Namespaces

 edm
 A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.
 

Functions

std::ostream & operator<< (std::ostream &, const DTSurvey &)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const DTSurvey  
)

Definition at line 157 of file DTSurvey.cc.

References DTSurvey::getChamber(), and DTSurveyChamber::getNumberPoints().

157  {
158 
159  for(int stationCounter = 0; stationCounter < 4; stationCounter++) {
160  for(int sectorCounter = 0; sectorCounter < 14; sectorCounter++) {
161  if(obj.getChamber(stationCounter,sectorCounter)->getNumberPoints() > 2) {
162  const DTSurveyChamber *m_chamber = obj.getChamber(stationCounter, sectorCounter);
163  flux << *m_chamber;
164  }
165  }
166  }
167  return flux;
168 }
tuple obj
Example code starts here #.
Definition: VarParsing.py:655