Fork me on GitHub

source: git/README_4LHCb@ caba091

ImprovedOutputFile Timing dual_readout llp
Last change on this file since caba091 was a8782e8, checked in by Michele Selvaggi <michele.selvaggi@…>, 10 years ago

replace examples by cards

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[66b590f]1Delphes 4 LHCb
2==============
3
4The card "delphes_card_prelLHCb.tcl" contains a preliminary parametrization of the LHCb detector.
5
6- ParticlePropagator
7
8particles are propagated in a constant B field.
9
10- ChargedHadronMomentumSmearing/ElectronEnergySmearing/MuonMomentumSmearing
11
12charged particles momenta are smeared according to detector resolution
13
14- TrackMerger
15
16charged particles are merged into single collection for simpler future processing
17
18- ImpactParameterSmearing
19
20charged particles transverse IP are smeared according to known LHCb tracking
21performance.
22
23
24- IdentificationMap
25
26This module is a recent addition in order to map particle misindentification rates
27and reconstruction efficiencies.
28
29An example is given in the card but can be expanded if needed.
30
31- ECAL/HCAL
32
33Calorimeter modules are used to parametrize the energy response and angular
34resolution of neutral objects such as photons/neutral hadrons.
35
36- TreeWriter
37
38user specifies here which collections are stored in the output.
39By default tracks, neutral hadrons and photons are stored in this card.
40Tracks contain muons, electrons, and charged hadrons.
41
42
[6519cfb]43Quick start with Delphes
44========================
45
461) Compile:
47
48 make
49
502) Simulate p p -> b b~ events
51
[2b01e13]52
53 wget http://cp3.irmp.ucl.ac.be/downloads/pp2bb.hep.tgz
[835f0d5]54 tar -xzvf pp2bb.hep.tgz
[a8782e8]55 ./DelphesSTDHEP cards/delphes_card_prelLHCb.tcl delphes_output.root pp2bb.hep
[6519cfb]56
57
58For more details, please visit:
59
60https://cp3.irmp.ucl.ac.be/projects/delphes
61
62
Note: See TracBrowser for help on using the repository browser.