-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable noise for ALLEGRO ECAL barrel cells #191
Conversation
@@ -55,9 +55,9 @@ | |||
# | |||
inputfile = "ALLEGRO_sim.root" # input file produced with ddsim | |||
Nevts = -1 # -1 means all events | |||
addNoise = False # add noise or not to the cell energy | |||
addNoise = True # add noise or not to the cell energy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Till filtering works, I would set addNoise to False by default - to avoid producing huge output files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Till filtering works, I would set addNoise to False by default - to avoid producing huge output files
-
I would set addNoise to False by default
Agree. -
Till filtering works
As discussed previously in the email thread, the noise filter does not work in an intended way. Brieuc has come up with a solution. But I haven't implemented it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addNoise is switched off by default.
readoutName=ecalBarrelReadoutName, | ||
activeVolumeName="LAr_sensitive", | ||
activeFieldName="layer", | ||
activeVolumesNumber=11, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We commented in HEP-FCC/k4RecCalorimeter#107 that the activeVolumesNumber property should be dropped
Co-authored-by: Giovanni Marchiori <39376142+giovannimarchiori@users.noreply.github.com>
Superseded by #204 |
The full simulation of ALLEGRO can be performed with noise on ECAL barrel cells.