Class Reference for E1039 Core & Analysis Software
SRecDimuon Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/reco/interface/SRecEvent.h>

+ Inheritance diagram for SRecDimuon:
+ Collaboration diagram for SRecDimuon:

Public Member Functions

void identify (std::ostream &os=std::cout) const
 PHObject virtual overloads. More...
 
void Reset ()
 Clear Event. More...
 
int isValid () const
 isValid returns non zero if object contains vailid data More...
 
SRecDimuonClone () const
 
virtual int get_dimuon_id () const
 SQDimuon virtual functions. More...
 
virtual 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)
 
virtual int get_pdg_id () const
 Return the GPD ID of parent particle. It is valid only for true dimuon. More...
 
virtual void set_pdg_id (const int a)
 
virtual int get_track_id_pos () const
 Return the track ID of the positive track. More...
 
virtual void set_track_id_pos (const int a)
 
virtual int get_track_id_neg () const
 Return the track ID of the negative track. More...
 
virtual void set_track_id_neg (const int a)
 
virtual TVector3 get_pos () const
 Return the dimuon position at vertex. More...
 
virtual void set_pos (const TVector3 a)
 
virtual TLorentzVector get_mom () const
 Return the dimuon momentum at vertex. More...
 
virtual void set_mom (const TLorentzVector a)
 
virtual TLorentzVector get_mom_pos () const
 Return the momentum of the positive track at vertex. More...
 
virtual void set_mom_pos (const TLorentzVector a)
 
virtual TLorentzVector get_mom_neg () const
 Return the momentum of the negative track at vertex. More...
 
virtual 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
 
TLorentzVector getVPhoton ()
 Get the total momentum of the virtual photon. More...
 
void calcVariables (int choice=0)
 Calculate the kinematic vairables, 0 = vertex, 1 = target, 2 = dump. More...
 
bool isTarget ()
 Target dimuon. More...
 
bool isDump ()
 Dump dimuon. More...
 
- 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
 

Public Attributes

Int_t trackID_pos
 Index of muon track used in host SRecEvent. More...
 
Int_t trackID_neg
 
TLorentzVector p_pos
 4-momentum of the muon tracks after vertex fit More...
 
TLorentzVector p_neg
 
TLorentzVector p_pos_target
 Track momentum projections at different location. More...
 
TLorentzVector p_neg_target
 
TLorentzVector p_pos_dump
 
TLorentzVector p_neg_dump
 
TLorentzVector p_pos_single
 4-momentum of the muon tracks before vertex fit More...
 
TLorentzVector p_neg_single
 
TVector3 vtx
 3-vector vertex position More...
 
TVector3 vtx_pos
 
TVector3 vtx_neg
 
TVector3 proj_target_pos
 Track projections at different location. More...
 
TVector3 proj_dump_pos
 
TVector3 proj_target_neg
 
TVector3 proj_dump_neg
 
Double_t mass
 Kinematic variables. More...
 
Double_t pT
 
Double_t xF
 
Double_t x1
 
Double_t x2
 
Double_t costh
 
Double_t phi
 
Double_t mass_single
 
Double_t chisq_single
 
Double_t chisq_kf
 Vertex fit chisqs. More...
 
Double_t chisq_vx
 
Double_t chisq_target
 Chisq of three test position. More...
 
Double_t chisq_dump
 
Double_t chisq_upstream
 

Additional Inherited Members

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

Detailed Description

Definition at line 300 of file SRecEvent.h.

Member Function Documentation

◆ calcVariables()

void SRecDimuon::calcVariables ( int  choice = 0)

Calculate the kinematic vairables, 0 = vertex, 1 = target, 2 = dump.

Definition at line 633 of file SRecEvent.cxx.

References costh, mass, mass_single, p_neg, p_neg_dump, p_neg_single, p_neg_target, p_pos, p_pos_dump, p_pos_single, p_pos_target, phi, pT, x1, x2, and xF.

Referenced by VertexFit::setRecEvent().

+ Here is the caller graph for this function:

◆ Clone()

SRecDimuon* SRecDimuon::Clone ( ) const
inlinevirtual

Implements SQDimuon.

Definition at line 308 of file SRecEvent.h.

◆ get_chisq()

virtual double SRecDimuon::get_chisq ( ) const
inlinevirtual

Implements SQDimuon.

Definition at line 343 of file SRecEvent.h.

References chisq_kf.

◆ get_dimuon_id()

virtual int SRecDimuon::get_dimuon_id ( ) const
inlinevirtual

SQDimuon virtual functions.

Implements SQDimuon.

Definition at line 311 of file SRecEvent.h.

◆ get_mass()

virtual double SRecDimuon::get_mass ( ) const
inlinevirtual

Implements SQDimuon.

Definition at line 338 of file SRecEvent.h.

References mass.

◆ get_mom()

virtual TLorentzVector SRecDimuon::get_mom ( ) const
inlinevirtual

Return the dimuon momentum at vertex.

Implements SQDimuon.

Definition at line 329 of file SRecEvent.h.

References p_neg, and p_pos.

Referenced by AnaDimuon::process_event(), AnaDimuonLikeSign::process_event(), and AnaDimuonV2::process_event().

+ Here is the caller graph for this function:

◆ get_mom_neg()

virtual TLorentzVector SRecDimuon::get_mom_neg ( ) const
inlinevirtual

Return the momentum of the negative track at vertex.

Implements SQDimuon.

Definition at line 335 of file SRecEvent.h.

References p_neg.

◆ get_mom_pos()

virtual TLorentzVector SRecDimuon::get_mom_pos ( ) const
inlinevirtual

Return the momentum of the positive track at vertex.

Implements SQDimuon.

Definition at line 332 of file SRecEvent.h.

References p_pos.

◆ get_pdg_id()

virtual int SRecDimuon::get_pdg_id ( ) const
inlinevirtual

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

Implements SQDimuon.

Definition at line 317 of file SRecEvent.h.

◆ get_pos()

virtual TVector3 SRecDimuon::get_pos ( ) const
inlinevirtual

Return the dimuon position at vertex.

Implements SQDimuon.

Definition at line 326 of file SRecEvent.h.

References vtx.

Referenced by AnaDimuon::process_event(), AnaDimuonLikeSign::process_event(), and AnaDimuonV2::process_event().

+ Here is the caller graph for this function:

◆ get_rec_dimuon_id()

virtual int SRecDimuon::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 314 of file SRecEvent.h.

◆ get_track_id_neg()

virtual int SRecDimuon::get_track_id_neg ( ) const
inlinevirtual

Return the track ID of the negative track.

Implements SQDimuon.

Definition at line 323 of file SRecEvent.h.

References trackID_neg.

Referenced by AnaDimuon::process_event(), AnaDimuonLikeSign::process_event(), and AnaDimuonV2::process_event().

+ Here is the caller graph for this function:

◆ get_track_id_pos()

virtual int SRecDimuon::get_track_id_pos ( ) const
inlinevirtual

Return the track ID of the positive track.

Implements SQDimuon.

Definition at line 320 of file SRecEvent.h.

References trackID_pos.

Referenced by AnaDimuon::process_event(), AnaDimuonLikeSign::process_event(), and AnaDimuonV2::process_event().

+ Here is the caller graph for this function:

◆ get_x1()

virtual double SRecDimuon::get_x1 ( ) const
inlinevirtual

Implements SQDimuon.

Definition at line 339 of file SRecEvent.h.

References x1.

◆ get_x2()

virtual double SRecDimuon::get_x2 ( ) const
inlinevirtual

Implements SQDimuon.

Definition at line 340 of file SRecEvent.h.

References x2.

◆ get_xf()

virtual double SRecDimuon::get_xf ( ) const
inlinevirtual

Implements SQDimuon.

Definition at line 341 of file SRecEvent.h.

References xF.

◆ getVPhoton()

TLorentzVector SRecDimuon::getVPhoton ( )
inline

Get the total momentum of the virtual photon.

Definition at line 346 of file SRecEvent.h.

References p_neg, and p_pos.

◆ identify()

void SRecDimuon::identify ( std::ostream &  os = std::cout) const
inlinevirtual

PHObject virtual overloads.

Implements SQDimuon.

Definition at line 305 of file SRecEvent.h.

◆ isDump()

bool SRecDimuon::isDump ( )

Dump dimuon.

Definition at line 735 of file SRecEvent.cxx.

References p_neg, p_pos, proj_dump_neg, proj_dump_pos, proj_target_neg, proj_target_pos, vtx_neg, and vtx_pos.

◆ isTarget()

bool SRecDimuon::isTarget ( )

Target dimuon.

Definition at line 719 of file SRecEvent.cxx.

References p_neg, p_pos, proj_dump_neg, proj_dump_pos, proj_target_neg, proj_target_pos, vtx_neg, and vtx_pos.

◆ isValid()

int SRecDimuon::isValid ( ) const
virtual

isValid returns non zero if object contains vailid data

Implements SQDimuon.

Definition at line 694 of file SRecEvent.cxx.

References chisq_kf, FMAGSTR, p_neg, p_pos, vtx, vtx_neg, vtx_pos, and xF.

◆ Reset()

void SRecDimuon::Reset ( )
inlinevirtual

Clear Event.

Implements SQDimuon.

Definition at line 306 of file SRecEvent.h.

◆ set_dimuon_id()

virtual void SRecDimuon::set_dimuon_id ( const int  a)
inlinevirtual

Implements SQDimuon.

Definition at line 312 of file SRecEvent.h.

◆ set_mom()

virtual void SRecDimuon::set_mom ( const TLorentzVector  a)
inlinevirtual

Implements SQDimuon.

Definition at line 330 of file SRecEvent.h.

◆ set_mom_neg()

virtual void SRecDimuon::set_mom_neg ( const TLorentzVector  a)
inlinevirtual

Implements SQDimuon.

Definition at line 336 of file SRecEvent.h.

References p_neg.

◆ set_mom_pos()

virtual void SRecDimuon::set_mom_pos ( const TLorentzVector  a)
inlinevirtual

Implements SQDimuon.

Definition at line 333 of file SRecEvent.h.

References p_pos.

◆ set_pdg_id()

virtual void SRecDimuon::set_pdg_id ( const int  a)
inlinevirtual

Implements SQDimuon.

Definition at line 318 of file SRecEvent.h.

◆ set_pos()

virtual void SRecDimuon::set_pos ( const TVector3  a)
inlinevirtual

Implements SQDimuon.

Definition at line 327 of file SRecEvent.h.

References vtx.

◆ set_rec_dimuon_id()

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

Implements SQDimuon.

Definition at line 315 of file SRecEvent.h.

◆ set_track_id_neg()

virtual void SRecDimuon::set_track_id_neg ( const int  a)
inlinevirtual

Implements SQDimuon.

Definition at line 324 of file SRecEvent.h.

References trackID_neg.

◆ set_track_id_pos()

virtual void SRecDimuon::set_track_id_pos ( const int  a)
inlinevirtual

Implements SQDimuon.

Definition at line 321 of file SRecEvent.h.

References trackID_pos.

Referenced by SQVertexing::process_event().

+ Here is the caller graph for this function:

Member Data Documentation

◆ chisq_dump

Double_t SRecDimuon::chisq_dump

Definition at line 406 of file SRecEvent.h.

Referenced by VertexFit::setRecEvent().

◆ chisq_kf

Double_t SRecDimuon::chisq_kf

Vertex fit chisqs.

Definition at line 401 of file SRecEvent.h.

Referenced by get_chisq(), isValid(), and VertexFit::setRecEvent().

◆ chisq_single

Double_t SRecDimuon::chisq_single

Definition at line 398 of file SRecEvent.h.

Referenced by VertexFit::setRecEvent().

◆ chisq_target

Double_t SRecDimuon::chisq_target

Chisq of three test position.

Definition at line 405 of file SRecEvent.h.

Referenced by VertexFit::setRecEvent().

◆ chisq_upstream

Double_t SRecDimuon::chisq_upstream

Definition at line 407 of file SRecEvent.h.

Referenced by VertexFit::setRecEvent().

◆ chisq_vx

Double_t SRecDimuon::chisq_vx

Definition at line 402 of file SRecEvent.h.

Referenced by VertexFit::setRecEvent().

◆ costh

Double_t SRecDimuon::costh

Definition at line 395 of file SRecEvent.h.

Referenced by calcVariables().

◆ mass

Double_t SRecDimuon::mass

Kinematic variables.

Definition at line 390 of file SRecEvent.h.

Referenced by calcVariables(), and get_mass().

◆ mass_single

Double_t SRecDimuon::mass_single

Definition at line 397 of file SRecEvent.h.

Referenced by calcVariables().

◆ p_neg

◆ p_neg_dump

TLorentzVector SRecDimuon::p_neg_dump

◆ p_neg_single

TLorentzVector SRecDimuon::p_neg_single

Definition at line 376 of file SRecEvent.h.

Referenced by calcVariables(), and VertexFit::setRecEvent().

◆ p_neg_target

TLorentzVector SRecDimuon::p_neg_target

◆ p_pos

TLorentzVector SRecDimuon::p_pos

◆ p_pos_dump

TLorentzVector SRecDimuon::p_pos_dump

◆ p_pos_single

TLorentzVector SRecDimuon::p_pos_single

4-momentum of the muon tracks before vertex fit

Definition at line 375 of file SRecEvent.h.

Referenced by calcVariables(), and VertexFit::setRecEvent().

◆ p_pos_target

TLorentzVector SRecDimuon::p_pos_target

Track momentum projections at different location.

Definition at line 369 of file SRecEvent.h.

Referenced by calcVariables(), AnaDimuon::process_event(), AnaDimuonLikeSign::process_event(), and AnaDimuonV2::process_event().

◆ phi

Double_t SRecDimuon::phi

Definition at line 396 of file SRecEvent.h.

Referenced by calcVariables().

◆ proj_dump_neg

TVector3 SRecDimuon::proj_dump_neg

Definition at line 387 of file SRecEvent.h.

Referenced by isDump(), isTarget(), and VertexFit::setRecEvent().

◆ proj_dump_pos

TVector3 SRecDimuon::proj_dump_pos

Definition at line 385 of file SRecEvent.h.

Referenced by isDump(), isTarget(), and VertexFit::setRecEvent().

◆ proj_target_neg

TVector3 SRecDimuon::proj_target_neg

Definition at line 386 of file SRecEvent.h.

Referenced by isDump(), isTarget(), and VertexFit::setRecEvent().

◆ proj_target_pos

TVector3 SRecDimuon::proj_target_pos

Track projections at different location.

Definition at line 384 of file SRecEvent.h.

Referenced by isDump(), isTarget(), and VertexFit::setRecEvent().

◆ pT

Double_t SRecDimuon::pT

Definition at line 391 of file SRecEvent.h.

Referenced by calcVariables().

◆ trackID_neg

Int_t SRecDimuon::trackID_neg

◆ trackID_pos

Int_t SRecDimuon::trackID_pos

Index of muon track used in host SRecEvent.

Definition at line 361 of file SRecEvent.h.

Referenced by get_track_id_pos(), SQTruthVertexing::process_event(), set_track_id_pos(), and VertexFit::setRecEvent().

◆ vtx

TVector3 SRecDimuon::vtx

3-vector vertex position

Definition at line 379 of file SRecEvent.h.

Referenced by get_pos(), isValid(), AnaSimDst::process_event(), AnaSimDimuon::process_event(), set_pos(), and VertexFit::setRecEvent().

◆ vtx_neg

TVector3 SRecDimuon::vtx_neg

Definition at line 381 of file SRecEvent.h.

Referenced by isDump(), isTarget(), isValid(), and VertexFit::setRecEvent().

◆ vtx_pos

TVector3 SRecDimuon::vtx_pos

Definition at line 380 of file SRecEvent.h.

Referenced by isDump(), isTarget(), isValid(), and VertexFit::setRecEvent().

◆ x1

Double_t SRecDimuon::x1

◆ x2

Double_t SRecDimuon::x2

◆ xF

Double_t SRecDimuon::xF

Definition at line 392 of file SRecEvent.h.

Referenced by calcVariables(), get_xf(), and isValid().


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