CMS 3D CMS Logo

DTSurvey.cc File Reference

#include <fstream>
#include "Alignment/SurveyAnalysis/interface/DTSurveyChamber.h"
#include "DataFormats/MuonDetId/interface/DTChamberId.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "Geometry/DTGeometry/interface/DTGeometry.h"
#include "Geometry/DTGeometry/interface/DTChamber.h"
#include "Alignment/SurveyAnalysis/interface/DTSurvey.h"

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 156 of file DTSurvey.cc.

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

00156                                                                {
00157 
00158   for(int stationCounter = 0; stationCounter < 4; stationCounter++) {
00159     for(int sectorCounter = 0; sectorCounter < 14; sectorCounter++) {
00160       if(obj.getChamber(stationCounter,sectorCounter)->getNumberPoints() > 2) {
00161         const DTSurveyChamber *m_chamber = obj.getChamber(stationCounter, sectorCounter);
00162         flux << *m_chamber;
00163       }
00164     }
00165   }
00166   return flux;
00167 }


Generated on Tue Jun 9 17:50:58 2009 for CMSSW by  doxygen 1.5.4