CMS 3D CMS Logo

CSCTFConstants.cc

Go to the documentation of this file.
00001 #include <DataFormats/L1CSCTrackFinder/interface/CSCTFConstants.h>
00002 
00003 const double CSCTFConstants::RAD_PER_DEGREE = M_PI/180.;
00004 const double CSCTFConstants::SECTOR1_CENT_DEG = 45;
00005 const double CSCTFConstants::SECTOR1_CENT_RAD = CSCTFConstants::SECTOR1_CENT_DEG * CSCTFConstants::RAD_PER_DEGREE;
00006 const double CSCTFConstants::SECTOR_DEG = 62.;
00007 const double CSCTFConstants::SECTOR_RAD = CSCTFConstants::SECTOR_DEG*CSCTFConstants::RAD_PER_DEGREE; // radians
00008 const double CSCTFConstants::minEta = .9;
00009 const double CSCTFConstants::maxEta = 2.5;

Generated on Tue Jun 9 17:31:09 2009 for CMSSW by  doxygen 1.5.4