Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Phys
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Phys
Merge requests
!12
Add two functors TZ and BPVTZ
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add two functors TZ and BPVTZ
vanya-lokiphys
into
master
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
Vanya Belyaev
requested to merge
vanya-lokiphys
into
master
8 years ago
Overview
0
Commits
1
Pipelines
0
Changes
6
Expand
Add two functors TZ and BPVTZ
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
bc723702
1 commit,
8 years ago
6 files
+
255
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
Phys/LoKiPhys/LoKi/ParticleContextCuts.h
+
28
−
0
Options
@@ -195,6 +195,34 @@ namespace LoKi
*/
typedef
LoKi
::
Particles
::
ImpParChi2WithTheBestPV
BPVIPCHI2
;
// ========================================================================
/** @typedef BPVTZ
* The special "context-dependent" version of TZ functor.
* It takes the best primary vertex from IPhysDesktop tool
*
* @code
*
* // B-candidate:
* const LHCb::Particle* B = ... ;
*
* // use the functor
* const double tz = BPVTZ ( B ) ;
*
* @endcode
*
* @attention There are no direct needs to use this "Context"
* functor inside the native LoKi-based C++ code,
* there are more efficient, transparent,
* clear and safe analogues...
*
*
* @see LoKi::Cuts::TZ
* @see LoKi::Particles::Tz
* @see LoKi::Particles::TzWithTheBestPV
* @author Vanya BELYAEV Ivan.Belyaev@itep.ru
* @date 2016-06-20
*/
typedef
LoKi
::
Particles
::
TzWithTheBestPV
BPVTZ
;
// ========================================================================
/** @typedef BESTPVIPCHI2
* The special "context-dependent" version of LoKi::Particles::ImpParChi2
* functor which gets the related primary vertex from IPhysDesktop tool
Loading