Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
more test input files for test of Z mass reco with PF
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernet committed Jan 26, 2018
1 parent bd6dd05 commit 7cb2d94
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 9 deletions.
14 changes: 5 additions & 9 deletions test/analysis_ee_Z_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import os
import copy
import glob
import heppy.framework.config as cfg

from heppy.framework.event import Event
Expand All @@ -28,22 +29,17 @@
from heppy.configuration import Collider
Collider.BEAMS = 'ee'
Collider.SQRTS = 91.
do_clic = True

do_clic = False
nfiles = 4
files = glob.glob('data/ee_Z_ddbar_pythia*.root')[:nfiles]
# input definition
import glob
ee_Z_ddbar = cfg.Component(
'ee_Z_ddbar',
files = ['data/ee_Z_ddbar.root']
files = files
)
ee_Z_ddbar.splitFactor = len(ee_Z_ddbar.files)

ee_Z_bbbar = cfg.Component(
'ee_Z_bbbar',
files = ['data/ee_Z_bbbar.root']
)


selectedComponents = [ee_Z_ddbar]

# read FCC EDM events from the input root file(s)
Expand Down
Binary file removed test/data/ee_Z_ddbar.root
Binary file not shown.
35 changes: 35 additions & 0 deletions test/data/ee_Z_ddbar.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
! main03.cmnd.
! This file contains commands to be read in for a Pythia8 run.
! Lines not beginning with a letter or digit are comments.
! Names are case-insensitive - but spellings-sensitive!
! The settings here are illustrative, not always physics-motivated.

! 1) Settings used in the main program.
Main:numberOfEvents = 1000 ! number of events to generate
Main:timesAllowErrors = 3 ! how many aborts before run stops

Random:setSeed = on
Random:seed = 0

! 2) Settings related to output in init(), next() and stat().
Init:showChangedSettings = on ! list changed settings
Init:showChangedParticleData = off ! list changed particle data
Next:numberCount = 100 ! print message every n events
Next:numberShowInfo = 1 ! print event information n times
Next:numberShowProcess = 1 ! print process record n times
Next:numberShowEvent = 0 ! print event record n times

! 3) Beam parameter settings. Values below agree with default ones.
Beams:idA = 11 ! first beam, p = 2212, pbar = -2212
Beams:idB = -11 ! second beam, p = 2212, pbar = -2212


! 4) Hard process : ZH, Z->mumu, H->bb, at 240 GeV

Beams:eCM = 91. ! CM energy of collision

WeakSingleBoson:ffbar2ffbar(s:gmZ) = on
WeakZ0:gmZmode = 2
23:onMode = off
23:onIfMatch = 1 1

Binary file added test/data/ee_Z_ddbar_pythia_1.root
Binary file not shown.
Binary file added test/data/ee_Z_ddbar_pythia_2.root
Binary file not shown.
Binary file added test/data/ee_Z_ddbar_pythia_3.root
Binary file not shown.
Binary file added test/data/ee_Z_ddbar_pythia_4.root
Binary file not shown.

0 comments on commit 7cb2d94

Please sign in to comment.