Skip to content

Wrong decay volume starting position for DP production #1148

@amagnan

Description

@amagnan

The dark photon decay vertex should be placed within the decay volume, it seems it is using incorrect value for both the end of the balloon and for the start, using target z0 which is the start of the target ??

P8gen.SetLmin((ship_geo.Chamber1.z - ship_geo.chambers.Tub1length) - ship_geo.target.z0 )
P8gen.SetLmax(ship_geo.TrackStation1.z - ship_geo.target.z0 )

@olantwin How can we best set them in the current FairShip definitions, such that it would not rely too much on what is put in front: maybe the end position using the SST first layer - decay volume length ?
Or maybe I misunderstand those params, but that is how they are used in the DPPythia8Generator class:

Double_t LS = gRandom->Uniform(fLmin, fLmax); // mm, G4 and Pythia8 units

So should be start and end of vessel, simply...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions