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 ()
 
 ~MomSampler ()
 
virtual TLorentzVector shoot ()
 

Public Attributes

TLorentzVector m_val
 
ConstSamplerm_mass
 

Detailed Description

Definition at line 38 of file Samplers.h.

Constructor & Destructor Documentation

◆ MomSampler()

MomSampler::MomSampler ( )
inline

Definition at line 40 of file Samplers.h.

40 : m_mass(NULL) {};

◆ ~MomSampler()

MomSampler::~MomSampler ( )
inline

Definition at line 41 of file Samplers.h.

41 {};

Member Function Documentation

◆ shoot()

virtual TLorentzVector MomSampler::shoot ( )
inlinevirtual

Reimplemented in PtEtaMPhiSampler, and NullMomSampler.

Definition at line 42 of file Samplers.h.

42 {return m_val;};

Member Data Documentation

◆ m_mass

ConstSampler* MomSampler::m_mass

Definition at line 44 of file Samplers.h.

◆ m_val

TLorentzVector MomSampler::m_val

Definition at line 43 of file Samplers.h.


The documentation for this class was generated from the following file:
MomSampler::m_mass
ConstSampler * m_mass
Definition: Samplers.h:44
MomSampler::m_val
TLorentzVector m_val
Definition: Samplers.h:42