Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
Validation
MuonRPCGeometry
src
Constants.cc
Go to the documentation of this file.
1
#include "
Validation/MuonRPCGeometry/interface/Constants.h
"
2
3
double
RPCpg::rate
(
double
x
) {
// rate from pt = x [Gev/c] to inf
4
5
double
ret
= 0;
6
double
a
= -0.235801;
7
double
b
= -2.82346;
8
double
c
= 17.162;
9
10
ret =
std::pow
(x, a *
std::log
(x)) *
std::pow
(x, b) *
std::exp
(c);
11
12
return
ret
;
13
}
runTheMatrix.ret
tuple ret
prodAgent to be discontinued
Definition:
runTheMatrix.py:603
log
static std::vector< std::string > checklist log
Definition:
LHERunInfoProduct.cc:179
c
const edm::EventSetup & c
Definition:
SiStripLAProfileBooker.cc:66
funct::exp
Exp< T >::type exp(const T &t)
Definition:
Exp.h:22
gpuClustering::x
uint16_t const *__restrict__ x
Definition:
gpuClustering.h:43
b
double b
Definition:
hdecay.h:118
RPCpg::rate
double rate(double x)
Definition:
Constants.cc:3
a
double a
Definition:
hdecay.h:119
Constants.h
funct::pow
Power< A, B >::type pow(const A &a, const B &b)
Definition:
Power.h:29
Generated for CMSSW Reference Manual by
1.8.5