Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
MomSampler Class Reference

#include <Samplers.h>

Inheritance diagram for MomSampler:
Collaboration diagram for MomSampler:

Public Member Functions

 MomSampler ()=default
 
 ~MomSampler ()=default
 
virtual TLorentzVector shoot ()
 

Public Attributes

TLorentzVector m_val
 
ConstSamplerm_mass {}
 

Detailed Description

Definition at line 37 of file Samplers.h.

Constructor & Destructor Documentation

◆ MomSampler()

MomSampler::MomSampler ( )
default

◆ ~MomSampler()

MomSampler::~MomSampler ( )
default

Member Function Documentation

◆ shoot()

virtual TLorentzVector MomSampler::shoot ( )
inlinevirtual

Reimplemented in PtEtaMPhiSampler, and NullMomSampler.

Definition at line 41 of file Samplers.h.

41 {return m_val;};

Member Data Documentation

◆ m_mass

ConstSampler* MomSampler::m_mass {}

Definition at line 43 of file Samplers.h.

◆ m_val

TLorentzVector MomSampler::m_val

Definition at line 42 of file Samplers.h.


The documentation for this class was generated from the following file:
MomSampler::m_val
TLorentzVector m_val
Definition: Samplers.h:41