Skip to content

Commit 02e9bfc

Browse files
committed
Added collinear factorisation example
1 parent 131b3c2 commit 02e9bfc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

cards/dummy_collfactor_cfg.py

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import Config.Core as cepgen
2+
import Config.collinearProcess_cfi as coll
3+
4+
process = coll.process.clone('dummy',
5+
processParameters = cepgen.Parameters(
6+
),
7+
inKinematics = cepgen.Parameters(
8+
sqrtS = 13.e3,
9+
partonFluxes = (coll.ProtonFlux.PhotonElastic, coll.ProtonFlux.PhotonInelastic),
10+
)
11+
)
File renamed without changes.

0 commit comments

Comments
 (0)