src
DataFormats
L1CSCTrackFinder
src
CSCTFConstants.cc
Go to the documentation of this file.
1
#include <
DataFormats/L1CSCTrackFinder/interface/CSCTFConstants.h
>
2
3
const
double
CSCTFConstants::RAD_PER_DEGREE
=
M_PI
/ 180.;
4
const
double
CSCTFConstants::SECTOR1_CENT_DEG
= 45;
5
const
double
CSCTFConstants::SECTOR1_CENT_RAD
=
CSCTFConstants::SECTOR1_CENT_DEG
*
CSCTFConstants::RAD_PER_DEGREE
;
6
const
double
CSCTFConstants::SECTOR_DEG
= 62.;
7
const
double
CSCTFConstants::SECTOR_RAD
=
CSCTFConstants::SECTOR_DEG
*
CSCTFConstants::RAD_PER_DEGREE
;
// radians
8
const
double
CSCTFConstants::minEta
= .9;
9
const
double
CSCTFConstants::maxEta
= 2.5;
CSCTFConstants::minEta
static const double minEta
Definition:
CSCTFConstants.h:39
CSCTFConstants::SECTOR1_CENT_RAD
static const double SECTOR1_CENT_RAD
Definition:
CSCTFConstants.h:46
CSCTFConstants::maxEta
static const double maxEta
Definition:
CSCTFConstants.h:40
CSCTFConstants.h
M_PI
#define M_PI
Definition:
BXVectorInputProducer.cc:50
CSCTFConstants::RAD_PER_DEGREE
static const double RAD_PER_DEGREE
Definition:
CSCTFConstants.h:42
CSCTFConstants::SECTOR_DEG
static const double SECTOR_DEG
Definition:
CSCTFConstants.h:54
CSCTFConstants::SECTOR_RAD
static const double SECTOR_RAD
Definition:
CSCTFConstants.h:55
CSCTFConstants::SECTOR1_CENT_DEG
static const double SECTOR1_CENT_DEG
The center of the first "perfect" sector in phi.
Definition:
CSCTFConstants.h:45
Generated for CMSSW Reference Manual by
1.8.14