Class Reference for E1039 Core & Analysis Software
SQDimuon_v1 Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQDimuon_v1.h>

+ Inheritance diagram for SQDimuon_v1:
+ Collaboration diagram for SQDimuon_v1:

Public Member Functions

 SQDimuon_v1 ()
 
virtual ~SQDimuon_v1 ()
 
void identify (std::ostream &os=std::cout) const
 
void Reset ()
 Clear Event. More...
 
int isValid () const
 isValid returns non zero if object contains vailid data More...
 
SQDimuonClone () const
 
int get_dimuon_id () const
 Return the dimuon ID, which is unique per event(?). More...
 
void set_dimuon_id (const int a)
 
virtual int get_rec_dimuon_id () const
 Return the dimuon ID of associated reconstructed dimuon. Valid only if this object holds truth dimuon info. More...
 
virtual void set_rec_dimuon_id (const int a)
 
int get_pdg_id () const
 Return the GPD ID of parent particle. It is valid only for true dimuon. More...
 
void set_pdg_id (const int a)
 
int get_track_id_pos () const
 Return the track ID of the positive track. More...
 
void set_track_id_pos (const int a)
 
int get_track_id_neg () const
 Return the track ID of the negative track. More...
 
void set_track_id_neg (const int a)
 
TVector3 get_pos () const
 Return the dimuon position at vertex. More...
 
void set_pos (const TVector3 a)
 
TLorentzVector get_mom () const
 Return the dimuon momentum at vertex. More...
 
void set_mom (const TLorentzVector a)
 
TLorentzVector get_mom_pos () const
 Return the momentum of the positive track at vertex. More...
 
void set_mom_pos (const TLorentzVector a)
 
TLorentzVector get_mom_neg () const
 Return the momentum of the negative track at vertex. More...
 
void set_mom_neg (const TLorentzVector a)
 
virtual double get_mass () const
 
virtual double get_x1 () const
 
virtual double get_x2 () const
 
virtual double get_xf () const
 
virtual double get_chisq () const
 
- Public Member Functions inherited from SQDimuon
virtual ~SQDimuon ()
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual PHObjectclone () const
 Virtual copy constructor. More...
 
virtual int isValid (const float) const
 
virtual int isValid (const double) const
 
virtual int isValid (const int) const
 
virtual int isValid (const unsigned int) const
 
virtual int isImplemented (const float f) const
 
virtual int isImplemented (const double f) const
 
virtual int isImplemented (const int i) const
 
virtual int isImplemented (const unsigned int i) const
 
void SplitLevel (const int i)
 
int SplitLevel () const
 
void BufferSize (const int i)
 
int BufferSize () const
 

Protected Member Functions

 ClassDef (SQDimuon_v1, 1)
 
- Protected Member Functions inherited from SQDimuon
 SQDimuon ()
 
 ClassDef (SQDimuon, 1)
 

Protected Attributes

int _id
 
int _rec_id
 
int _pdg_id
 
int _track_id_pos
 
int _track_id_neg
 
TVector3 _pos
 
TLorentzVector _mom
 
TLorentzVector _mom_pos
 
TLorentzVector _mom_neg
 

Detailed Description

Definition at line 5 of file SQDimuon_v1.h.

Constructor & Destructor Documentation

◆ SQDimuon_v1()

SQDimuon_v1::SQDimuon_v1 ( )

Definition at line 6 of file SQDimuon_v1.cxx.

Referenced by Clone().

+ Here is the caller graph for this function:

◆ ~SQDimuon_v1()

SQDimuon_v1::~SQDimuon_v1 ( )
virtual

Definition at line 20 of file SQDimuon_v1.cxx.

Member Function Documentation

◆ ClassDef()

SQDimuon_v1::ClassDef ( SQDimuon_v1  ,
 
)
protected

◆ Clone()

SQDimuon* SQDimuon_v1::Clone ( ) const
inlinevirtual

Implements SQDimuon.

Definition at line 13 of file SQDimuon_v1.h.

References SQDimuon_v1().

+ Here is the call graph for this function:

◆ get_chisq()

virtual double SQDimuon_v1::get_chisq ( ) const
inlinevirtual

Implements SQDimuon.

Definition at line 47 of file SQDimuon_v1.h.

◆ get_dimuon_id()

int SQDimuon_v1::get_dimuon_id ( ) const
inlinevirtual

Return the dimuon ID, which is unique per event(?).

Implements SQDimuon.

Definition at line 15 of file SQDimuon_v1.h.

References _id.

◆ get_mass()

virtual double SQDimuon_v1::get_mass ( ) const
inlinevirtual

Implements SQDimuon.

Definition at line 42 of file SQDimuon_v1.h.

References _mom.

◆ get_mom()

TLorentzVector SQDimuon_v1::get_mom ( ) const
inlinevirtual

Return the dimuon momentum at vertex.

Implements SQDimuon.

Definition at line 33 of file SQDimuon_v1.h.

References _mom.

◆ get_mom_neg()

TLorentzVector SQDimuon_v1::get_mom_neg ( ) const
inlinevirtual

Return the momentum of the negative track at vertex.

Implements SQDimuon.

Definition at line 39 of file SQDimuon_v1.h.

References _mom_neg.

◆ get_mom_pos()

TLorentzVector SQDimuon_v1::get_mom_pos ( ) const
inlinevirtual

Return the momentum of the positive track at vertex.

Implements SQDimuon.

Definition at line 36 of file SQDimuon_v1.h.

References _mom_pos.

◆ get_pdg_id()

int SQDimuon_v1::get_pdg_id ( ) const
inlinevirtual

Return the GPD ID of parent particle. It is valid only for true dimuon.

Implements SQDimuon.

Definition at line 21 of file SQDimuon_v1.h.

References _pdg_id.

◆ get_pos()

TVector3 SQDimuon_v1::get_pos ( ) const
inlinevirtual

Return the dimuon position at vertex.

Implements SQDimuon.

Definition at line 30 of file SQDimuon_v1.h.

References _pos.

◆ get_rec_dimuon_id()

virtual int SQDimuon_v1::get_rec_dimuon_id ( ) const
inlinevirtual

Return the dimuon ID of associated reconstructed dimuon. Valid only if this object holds truth dimuon info.

Implements SQDimuon.

Definition at line 18 of file SQDimuon_v1.h.

References _rec_id.

◆ get_track_id_neg()

int SQDimuon_v1::get_track_id_neg ( ) const
inlinevirtual

Return the track ID of the negative track.

Implements SQDimuon.

Definition at line 27 of file SQDimuon_v1.h.

References _track_id_neg.

◆ get_track_id_pos()

int SQDimuon_v1::get_track_id_pos ( ) const
inlinevirtual

Return the track ID of the positive track.

Implements SQDimuon.

Definition at line 24 of file SQDimuon_v1.h.

References _track_id_pos.

◆ get_x1()

double SQDimuon_v1::get_x1 ( ) const
virtual

Implements SQDimuon.

Definition at line 35 of file SQDimuon_v1.cxx.

References _mom_neg, _mom_pos, E_BEAM, and M_P.

◆ get_x2()

double SQDimuon_v1::get_x2 ( ) const
virtual

Implements SQDimuon.

Definition at line 46 of file SQDimuon_v1.cxx.

References _mom_neg, _mom_pos, E_BEAM, and M_P.

◆ get_xf()

double SQDimuon_v1::get_xf ( ) const
virtual

Implements SQDimuon.

Definition at line 57 of file SQDimuon_v1.cxx.

References _mom_neg, _mom_pos, E_BEAM, and M_P.

◆ identify()

void SQDimuon_v1::identify ( std::ostream &  os = std::cout) const
virtual

identify Function from PHObject

Parameters
osOutput Stream

Implements SQDimuon.

Definition at line 25 of file SQDimuon_v1.cxx.

◆ isValid()

int SQDimuon_v1::isValid ( ) const
inlinevirtual

isValid returns non zero if object contains vailid data

Implements SQDimuon.

Definition at line 12 of file SQDimuon_v1.h.

◆ Reset()

void SQDimuon_v1::Reset ( )
virtual

Clear Event.

Implements SQDimuon.

Definition at line 30 of file SQDimuon_v1.cxx.

◆ set_dimuon_id()

void SQDimuon_v1::set_dimuon_id ( const int  a)
inlinevirtual

Implements SQDimuon.

Definition at line 16 of file SQDimuon_v1.h.

References _id.

Referenced by TruthNodeMaker::process_event().

+ Here is the caller graph for this function:

◆ set_mom()

void SQDimuon_v1::set_mom ( const TLorentzVector  a)
inlinevirtual

Implements SQDimuon.

Definition at line 34 of file SQDimuon_v1.h.

References _mom.

Referenced by TruthNodeMaker::process_event().

+ Here is the caller graph for this function:

◆ set_mom_neg()

void SQDimuon_v1::set_mom_neg ( const TLorentzVector  a)
inlinevirtual

Implements SQDimuon.

Definition at line 40 of file SQDimuon_v1.h.

References _mom_neg.

Referenced by TruthNodeMaker::process_event().

+ Here is the caller graph for this function:

◆ set_mom_pos()

void SQDimuon_v1::set_mom_pos ( const TLorentzVector  a)
inlinevirtual

Implements SQDimuon.

Definition at line 37 of file SQDimuon_v1.h.

References _mom_pos.

Referenced by TruthNodeMaker::process_event().

+ Here is the caller graph for this function:

◆ set_pdg_id()

void SQDimuon_v1::set_pdg_id ( const int  a)
inlinevirtual

Implements SQDimuon.

Definition at line 22 of file SQDimuon_v1.h.

References _pdg_id.

◆ set_pos()

void SQDimuon_v1::set_pos ( const TVector3  a)
inlinevirtual

Implements SQDimuon.

Definition at line 31 of file SQDimuon_v1.h.

References _pos.

Referenced by TruthNodeMaker::process_event().

+ Here is the caller graph for this function:

◆ set_rec_dimuon_id()

virtual void SQDimuon_v1::set_rec_dimuon_id ( const int  a)
inlinevirtual

Implements SQDimuon.

Definition at line 19 of file SQDimuon_v1.h.

References _rec_id.

◆ set_track_id_neg()

void SQDimuon_v1::set_track_id_neg ( const int  a)
inlinevirtual

Implements SQDimuon.

Definition at line 28 of file SQDimuon_v1.h.

References _track_id_neg.

Referenced by TruthNodeMaker::process_event().

+ Here is the caller graph for this function:

◆ set_track_id_pos()

void SQDimuon_v1::set_track_id_pos ( const int  a)
inlinevirtual

Implements SQDimuon.

Definition at line 25 of file SQDimuon_v1.h.

References _track_id_pos.

Referenced by TruthNodeMaker::process_event().

+ Here is the caller graph for this function:

Member Data Documentation

◆ _id

int SQDimuon_v1::_id
protected

Definition at line 50 of file SQDimuon_v1.h.

Referenced by get_dimuon_id(), and set_dimuon_id().

◆ _mom

TLorentzVector SQDimuon_v1::_mom
protected

Definition at line 56 of file SQDimuon_v1.h.

Referenced by get_mass(), get_mom(), and set_mom().

◆ _mom_neg

TLorentzVector SQDimuon_v1::_mom_neg
protected

Definition at line 58 of file SQDimuon_v1.h.

Referenced by get_mom_neg(), get_x1(), get_x2(), get_xf(), and set_mom_neg().

◆ _mom_pos

TLorentzVector SQDimuon_v1::_mom_pos
protected

Definition at line 57 of file SQDimuon_v1.h.

Referenced by get_mom_pos(), get_x1(), get_x2(), get_xf(), and set_mom_pos().

◆ _pdg_id

int SQDimuon_v1::_pdg_id
protected

Definition at line 52 of file SQDimuon_v1.h.

Referenced by get_pdg_id(), and set_pdg_id().

◆ _pos

TVector3 SQDimuon_v1::_pos
protected

Definition at line 55 of file SQDimuon_v1.h.

Referenced by get_pos(), and set_pos().

◆ _rec_id

int SQDimuon_v1::_rec_id
protected

Definition at line 51 of file SQDimuon_v1.h.

Referenced by get_rec_dimuon_id(), and set_rec_dimuon_id().

◆ _track_id_neg

int SQDimuon_v1::_track_id_neg
protected

Definition at line 54 of file SQDimuon_v1.h.

Referenced by get_track_id_neg(), and set_track_id_neg().

◆ _track_id_pos

int SQDimuon_v1::_track_id_pos
protected

Definition at line 53 of file SQDimuon_v1.h.

Referenced by get_track_id_pos(), and set_track_id_pos().


The documentation for this class was generated from the following files: