Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
}
14
create_public_lumi_plots.exp
tuple exp
Definition:
create_public_lumi_plots.py:1087
run_regression.ret
int ret
Definition:
run_regression.py:388
create_public_lumi_plots.log
log
Definition:
create_public_lumi_plots.py:1102
b
double b
Definition:
hdecay.h:120
trackerHits.c
tuple c
Definition:
trackerHits.py:26
RPCpg::rate
double rate(double x)
Definition:
Constants.cc:3
a
double a
Definition:
hdecay.h:121
Constants.h
x
Definition:
DDAxes.h:10
funct::pow
Power< A, B >::type pow(const A &a, const B &b)
Definition:
Power.h:40
Generated for CMSSW Reference Manual by
1.8.5