CMS 3D CMS Logo

CSCTFConstants.cc
Go to the documentation of this file.
2 
3 const double CSCTFConstants::RAD_PER_DEGREE = M_PI / 180.;
4 const double CSCTFConstants::SECTOR1_CENT_DEG = 45;
6 const double CSCTFConstants::SECTOR_DEG = 62.;
8 const double CSCTFConstants::minEta = .9;
9 const double CSCTFConstants::maxEta = 2.5;
CSCTFConstants.h
CSCTFConstants::RAD_PER_DEGREE
const static double RAD_PER_DEGREE
Definition: CSCTFConstants.h:42
CSCTFConstants::SECTOR_DEG
const static double SECTOR_DEG
Definition: CSCTFConstants.h:54
CSCTFConstants::SECTOR1_CENT_RAD
const static double SECTOR1_CENT_RAD
Definition: CSCTFConstants.h:46
CSCTFConstants::minEta
const static double minEta
Definition: CSCTFConstants.h:39
M_PI
#define M_PI
Definition: BXVectorInputProducer.cc:49
CSCTFConstants::maxEta
const static double maxEta
Definition: CSCTFConstants.h:40
CSCTFConstants::SECTOR_RAD
const static double SECTOR_RAD
Definition: CSCTFConstants.h:55
CSCTFConstants::SECTOR1_CENT_DEG
const static double SECTOR1_CENT_DEG
The center of the first "perfect" sector in phi.
Definition: CSCTFConstants.h:45