ATLAS Offline Software
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 39 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 43 of file Samplers.h.

43 {return m_val;};

Member Data Documentation

◆ m_mass

ConstSampler* MomSampler::m_mass {}

Definition at line 45 of file Samplers.h.

◆ m_val

TLorentzVector MomSampler::m_val

Definition at line 44 of file Samplers.h.


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