Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQDimuon_v1.h>
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... | |
SQDimuon * | Clone () 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 |
![]() | |
virtual | ~SQDimuon () |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () 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) | |
![]() | |
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 |
Definition at line 5 of file SQDimuon_v1.h.
SQDimuon_v1::SQDimuon_v1 | ( | ) |
Definition at line 6 of file SQDimuon_v1.cxx.
Referenced by Clone().
|
virtual |
Definition at line 20 of file SQDimuon_v1.cxx.
|
protected |
|
inlinevirtual |
Implements SQDimuon.
Definition at line 13 of file SQDimuon_v1.h.
References SQDimuon_v1().
|
inlinevirtual |
Implements SQDimuon.
Definition at line 47 of file SQDimuon_v1.h.
|
inlinevirtual |
Return the dimuon ID, which is unique per event(?).
Implements SQDimuon.
Definition at line 15 of file SQDimuon_v1.h.
References _id.
|
inlinevirtual |
|
inlinevirtual |
Return the dimuon momentum at vertex.
Implements SQDimuon.
Definition at line 33 of file SQDimuon_v1.h.
References _mom.
|
inlinevirtual |
Return the momentum of the negative track at vertex.
Implements SQDimuon.
Definition at line 39 of file SQDimuon_v1.h.
References _mom_neg.
|
inlinevirtual |
Return the momentum of the positive track at vertex.
Implements SQDimuon.
Definition at line 36 of file SQDimuon_v1.h.
References _mom_pos.
|
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.
|
inlinevirtual |
Return the dimuon position at vertex.
Implements SQDimuon.
Definition at line 30 of file SQDimuon_v1.h.
References _pos.
|
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.
|
inlinevirtual |
Return the track ID of the negative track.
Implements SQDimuon.
Definition at line 27 of file SQDimuon_v1.h.
References _track_id_neg.
|
inlinevirtual |
Return the track ID of the positive track.
Implements SQDimuon.
Definition at line 24 of file SQDimuon_v1.h.
References _track_id_pos.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
identify Function from PHObject
os | Output Stream |
Implements SQDimuon.
Definition at line 25 of file SQDimuon_v1.cxx.
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Implements SQDimuon.
Definition at line 12 of file SQDimuon_v1.h.
|
virtual |
|
inlinevirtual |
Implements SQDimuon.
Definition at line 16 of file SQDimuon_v1.h.
References _id.
Referenced by TruthNodeMaker::process_event().
|
inlinevirtual |
Implements SQDimuon.
Definition at line 34 of file SQDimuon_v1.h.
References _mom.
Referenced by TruthNodeMaker::process_event().
|
inlinevirtual |
Implements SQDimuon.
Definition at line 40 of file SQDimuon_v1.h.
References _mom_neg.
Referenced by TruthNodeMaker::process_event().
|
inlinevirtual |
Implements SQDimuon.
Definition at line 37 of file SQDimuon_v1.h.
References _mom_pos.
Referenced by TruthNodeMaker::process_event().
|
inlinevirtual |
|
inlinevirtual |
Implements SQDimuon.
Definition at line 31 of file SQDimuon_v1.h.
References _pos.
Referenced by TruthNodeMaker::process_event().
|
inlinevirtual |
|
inlinevirtual |
Implements SQDimuon.
Definition at line 28 of file SQDimuon_v1.h.
References _track_id_neg.
Referenced by TruthNodeMaker::process_event().
|
inlinevirtual |
Implements SQDimuon.
Definition at line 25 of file SQDimuon_v1.h.
References _track_id_pos.
Referenced by TruthNodeMaker::process_event().
|
protected |
Definition at line 50 of file SQDimuon_v1.h.
Referenced by get_dimuon_id(), and set_dimuon_id().
|
protected |
Definition at line 56 of file SQDimuon_v1.h.
Referenced by get_mass(), get_mom(), and set_mom().
|
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().
|
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().
|
protected |
Definition at line 52 of file SQDimuon_v1.h.
Referenced by get_pdg_id(), and set_pdg_id().
|
protected |
Definition at line 55 of file SQDimuon_v1.h.
|
protected |
Definition at line 51 of file SQDimuon_v1.h.
Referenced by get_rec_dimuon_id(), and set_rec_dimuon_id().
|
protected |
Definition at line 54 of file SQDimuon_v1.h.
Referenced by get_track_id_neg(), and set_track_id_neg().
|
protected |
Definition at line 53 of file SQDimuon_v1.h.
Referenced by get_track_id_pos(), and set_track_id_pos().