forked from akornmay/originalDataFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbpix.steer
More file actions
35 lines (31 loc) · 1.54 KB
/
bpix.steer
File metadata and controls
35 lines (31 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Example of a BPIX simulation with pile-up generation
# Peak-lumi and signal/total cross sections define the mean number of
# pile-up events. They are generated according to a Poisson distribution
# Hits from SIGNAL_FILENAME are mixed with hits from MINBIAS_FILENAME
#
# physics parameters
#
MAX_EVENT = 2000000; // #events to be processed
CREATE_PILEUP = 0; // generate pile-up
PEAK_LUMI = 0.7; // peak luminosity in 10^34
SIGNAL_XSECTION = 1.5; // signal (jet) X-section in mb
TOTAL_XSECTION = 80.0; // MinBias X-section in mb
OUTPUT_FILENAME = Xray.root // Name of histo file
SIGNAL_FILENAME = /home/kaestli/data/events-200.root // File with signal hits.
MINBIAS_FILENAME = MinBias_Z2star_Pythia6_8TeV_noPU_digis.root // File with MinBias hits.
# // For several signal and/or MinBias files
# //repeat these statements for each file
#
# Trigger and LHC parameters
#
WBC = 100; // L1 trigger latency
TRIGGER_RATE = 22; // L1 trigger rate in kHz
BUNCH_SPACING = 25; // Using 50 ns bunch structure
#
# Detector parameters
#
DETECTOR = BPIX
LAYER = 1;
LADDER = 1;
MIN_MODULE = 1;
MAX_MODULE = 1;