ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Tests/UnitTests/Core/Seeding/ATLASCuts.hpp>
Public Member Functions | |
float | seedWeight (const InternalSpacePoint< SpacePoint > &bottom, const InternalSpacePoint< SpacePoint > &middle, const InternalSpacePoint< SpacePoint > &top) const |
bool | singleSeedCut (float weight, const InternalSpacePoint< SpacePoint > &bottom, const InternalSpacePoint< SpacePoint > &, const InternalSpacePoint< SpacePoint > &) const |
std::vector< std::pair< float, std::unique_ptr< const InternalSeed< SpacePoint > > > > | cutPerMiddleSP (std::vector< std::pair< float, std::unique_ptr< const InternalSeed< SpacePoint >>>> seeds) const |
Public Member Functions inherited from Acts::IExperimentCuts< SpacePoint > | |
virtual | ~IExperimentCuts ()=default |
Definition at line 15 of file ATLASCuts.hpp.
View newest version in sPHENIX GitHub at line 15 of file ATLASCuts.hpp
|
virtual |
seeds | contains pairs of weight and seed created for one middle space point |
Implements Acts::IExperimentCuts< SpacePoint >.
Definition at line 71 of file ATLASCuts.hpp.
View newest version in sPHENIX GitHub at line 71 of file ATLASCuts.hpp
|
virtual |
Returns seed weight bonus/malus depending on detector considerations.
bottom | bottom space point of the current seed |
middle | middle space point of the current seed |
top | top space point of the current seed |
Implements Acts::IExperimentCuts< SpacePoint >.
Definition at line 47 of file ATLASCuts.hpp.
View newest version in sPHENIX GitHub at line 47 of file ATLASCuts.hpp
References Acts::InternalSpacePoint< SpacePoint >::radius(), and weight.
|
virtual |
weight | the current seed weight |
bottom | bottom space point of the current seed |
middle | middle space point of the current seed |
top | top space point of the current seed |
Implements Acts::IExperimentCuts< SpacePoint >.
Definition at line 62 of file ATLASCuts.hpp.
View newest version in sPHENIX GitHub at line 62 of file ATLASCuts.hpp
References Acts::InternalSpacePoint< SpacePoint >::radius().