CMS 3D CMS Logo

TkCommonMode.cc

Go to the documentation of this file.
00001 #include "CalibTracker/SiStripAPVAnalysis/interface/TkCommonMode.h"
00002 using namespace std;
00003 vector<float> TkCommonMode::toVector() const {
00004   vector<float> temp;
00005   for (int i=0; i<myTkCommonModeTopology->numberOfStrips(); i++){
00006     temp.push_back(returnAsVector()[myTkCommonModeTopology->setOfStrip(i)]);
00007   }
00008   return temp;
00009 }

Generated on Tue Jun 9 17:25:48 2009 for CMSSW by  doxygen 1.5.4